-
Notifications
You must be signed in to change notification settings - Fork 224
July 8, 2024
Kody Low edited this page Jul 8, 2024
·
1 revision
- Lightning Test Improvements
- add backoff to FederationPeer::request
- Stateless Nonce Generation
- MVP Tor support in the client
- Check gateway availability when fetching announcements
- gateway-cli backup and restore not implemented, bad error messages
- gateway-cli info poorly named "channels"
- LNV2 Test Coverage
- Failed gateway withdraw: The generated transaction would be rejected by the federation for being too large
- Don't key client config in DB on federation id
- chore: use begin_transaction_nc where possible
- chore: FederationPeer::request retries with backoff
- feat: add ldk gateway
- chore: remove
Wallet.block_count_local
- chore: serde_json is always a workspace dep
- chore: remove GatewayTest
- fix(jsonrpsee): use proper
tls
feature, with custom tls cfg - chore: remove fedimint-core hex serde
- chore: portalloc cleanup
- Expose API URL announcements via API endpoint
- refactor gateway module and further testing
- fix: assert claim of outgoing contract
- New Fedimint Docker Downloader
- feature(wallet-client): client wallet module backup & recovery
- fedimint client rpc
- chore: move gateway db functionality into new DbManager struct
- chore: add gateway federation manager
- Broadcast keys in ClientConfig Client DB Migration
- feat(consensus): consensus version votes
- feat(tor): add initial mvp tor support connection to hostnames
- feat: add ldk gateway to mprocs
- Igmore: 2024 06 broadcast keys
- chore: Add bitcoin::Network to ServerConfigConsensus
- chore: remove unused dependency features from fedimint-core
- chore: test unilateral refund of outgoing contracts
- chore(deps): bump serde_json from 1.0.118 to 1.0.120 in the patch group
- chore(deps): bump hyper from 1.3.1 to 1.4.0
- chore: change type of FakeLightningTest.amount_sent to avoid locking
- chore: make GatewayConfiguration v0 structs private
- chore: core cleanup
- test: mock LNv2 interactions with gateway
- chore: rename
recoverytool
dir tofedimint-recoverytool
- chore: test payment with two gateways
- chore: cleanup gateway
- chore: rename recoverytool binary to fedimint-recoverytool
- cleanup: remove redundant module testing
- fix: Fix call of std::thread::sleep
- chore(wallet): use next block conf target to estimate feerate
- chore: recovery tool only needs wallet module
- chore: test relay of incoming lightning payment
- WIP: API rotation