-
Notifications
You must be signed in to change notification settings - Fork 224
January 15, 2023
Justin Moon edited this page Jan 15, 2024
·
1 revision
- CI should test on Apple M1 compatible architecture
- OOB Notes are hard to copy / paste
- Make guardian config keys backupable via the admin UI
LeaveFederation
in the gateway should optimistically try to de-register itself from the federation- Any sleep or wait in tests should be preceeded by log statement
- gatewayd can fail to connect to LND if
tls.cert
contains multiple certificates - Stream gateway payment progress to client
- LN: can reach pending refund state if payment succeeded
devimint_cli_test_single
fails backwards-compatibility test- 0.2.0 Release Docs/Docker Update Checklist
- Cancelled LN payment update stream doesn't yield
Cancelled
state - Client is less parallelism-safe than expected
- chore: client module recovery refactor
- chore(ci): upload release artifacts on tag builds
- chore: add Relative path of root README.md
- chore: upgrade tonic_lnd to 0.2.0
- Implement Next Generation Lightning Module
- fix(gateway): re-introduce post info API endpoint
- fix: incorrect URL for Launch Lightning Gateway in Mutinynet setup guide
- chore: speed up recovery by batching and streaming
- refactor: Only load federation clients when gateway boots
- feat: Support receiving LN for other users
- Add backwards-compatible test matrix
- chore: get rid of
DatabaseSource
workaround - [DRAFT] refactor: remove refundable state
- refactor: 0.2.1, and 0.1 docker scripts
- chore: remove usage of bitcoin_hashes::hex::ToHex trait
- feat: cln selective htlc filtering (edge filtering aka predicate pushdown)
- fix: handle write write conflicts in mem db
- refactor: tbs
- test: Run Dummy Migration Tests
- RPC method to restart setup process
- Add commando CLN gateway
- Fedimint tonic_lnd tracking issue
- Re-register gateway after updating the configuration
- More efficient client-side e-cash handling
- Database Migrations
- build(deps): bump cachix/install-nix-action from 24 to 25
- build(deps): bump cachix/cachix-action from 13 to 14
- feat: restart federation setup
- chore: add Readme.md links in each Cargo.toml
- refactor: remove
DatabaseSource
from client builder - fix: re-register gateway when routing fees are updated
- fix: avoid warnings on recovery from mid session crash
- ci sandbox
- feat: Support re-attempt LN invoice payment
- chore: add more logging to SM notifier