-
Notifications
You must be signed in to change notification settings - Fork 224
August 26, 2024
elsirion edited this page Aug 26, 2024
·
1 revision
- Update
fedimint_tonic_lnd
deps - Use session tokens for admin API auth
- Add perfit for upgrade tests
- github-actions bot sets release tag to latest instead of pre-release for
rc-*
- v0.4.2 release
- Flaky WASM tests
- Lightning Module Backupability
- Consider adding federation-level client version telemetry
- Investigate pending peg outs
- LDK on-chain wallet should use same mnemonic as Gateway
- Wait for bitcoind to be fully synced on startup
- FM_DEFAULT_BITCOIND_RPC_KIND should be optional for setting during setup ui
- Endpoint to get peer's
fedimintd
tagged version - Failed gateway withdraw: The generated transaction would be rejected by the federation for being too large
- Better typed errors in fedimint-client.
- Atrocities Tracking: Things to Remove and in what Version
- Restore operation log entries for deposits
- feat: gateway can pay invoices as itself
- fix: gateway has all underscore_separated endpoints
- chore(deps): bump backon from 0.4.4 to 0.5.0
- chore: further small wallet recovery improvements
- chore(tests): verify correct bitcoin rpc is used
- WIP: feat: dynamic config service
- feat: Gateway Mnemonic and Common Database
- feat: Gateway ecash Backup/Restore
- feat: gateway can sweep its on-chain funds to an outside address
- feat: prepare ptlc support
- feat: set non-zero input fee for mint module
- fix: enforce minimum for pegins
- feat: LDK gateway supports setting an LSP for LSPS2 (JIT Channels)
- chore: remove gateway balance command
- Wallet recovery: sync federation history to preserve privacy
- LDK node returns network as
main
instead ofbitcoin
on mainnet - Add license and README link to each
Cargo.toml
- Remove superfluous
module_instance_id
argument - Module-specific endpoint constants should live in their respective modules
- Detect DB downgrades
- Upgrade tests for
gatewayd
fail vs master - Gateway should log its ports like guardian on startup
- v0.4 release planning
- MVP Tor support in the client
- Refactor/remove assume checked
- chore(deps): bump the patch group with 5 updates
- chore(deps): bump DeterminateSystems/nix-installer-action from 4 to 13
- Don't merge: trying to simplify #5697
- chore: wallet client recovery privacy improvements
- refactor: rename get_funding_address and move structs
- fix(tests): run electrum tests in sequence
- fix: make spend ecash authenticated
- fix(tests): use esplora and electrs backends
- chore: publish to falkehub
- fix: bitcoin network naming mismatch
- chore: use a hardcoded regtest genesis block hash
- refactor: FederationManager cleanup
- feat: gateway can create normal invoices
- demo: verify regression is caught using hardcoded regtest genesis hash
- fix(ci): set release to prerelease if tag contains 'rc'
- chore(ci): print versions in upgrade tests script
- chore: remove redundant arguments
- feat: parallelise signature checks
- test: testing ln flakiness, dont merge
- chore: cln extension upgrade follow ups
- chore: bump version to v0.4.2-rc.0
- demo: test v0.4.1 upgrade paths
- chore(ci): add version params to manually triggered upgrade tests
- fix: use same cln extension version as gatewayd
- chore: nix flake update
- chore(deps): bump the patch group across 1 directory with 12 updates
- cleanup: remove unneded gateway from lnv2 module tests
- chore(deps): bump the patch group with 11 updates
- chore: parallelize mprocs lightning channel opening
- fix: typed error for pay_bolt11_invoice