-
Notifications
You must be signed in to change notification settings - Fork 224
November 29, 2022
Justin Moon edited this page Nov 29, 2022
·
2 revisions
Deployment problems
- Don't sync old block hashes https://github.com/fedimint/fedimint/pull/979
- Specify network to distributedgen https://github.com/fedimint/fedimint/pull/978
- Retry bitcoind https://github.com/fedimint/fedimint/pull/973
- Exponential backoff https://github.com/fedimint/fedimint/pull/1002
- Configurable finality delay https://github.com/fedimint/fedimint/pull/980
- Decrypt configs https://github.com/fedimint/fedimint/pull/984
- Separate bind / announce addrs for gateway https://github.com/fedimint/fedimint/pull/988
- Cli should interact with all endpoints https://github.com/fedimint/fedimint/issues/990
- Fetch contracts via cli https://github.com/fedimint/fedimint/pull/991
- Load gateway config from disk https://github.com/fedimint/fedimint/pull/992
- Increase number of client connections https://github.com/fedimint/fedimint/pull/1001
- Binaries https://github.com/fedimint/fedimint/issues/1008
Backup
- Backup https://github.com/fedimint/fedimint/pull/928
- Query current epoch https://github.com/fedimint/fedimint/pull/972
Gateway
- Random ports for testing https://github.com/fedimint/fedimint/pull/963
- Client builder https://github.com/fedimint/fedimint/pull/996
- Better error handling https://github.com/fedimint/fedimint/pull/997
- Shareable bitcoind test https://github.com/fedimint/fedimint/pull/1003/files
- Mock https://github.com/fedimint/fedimint/pull/1004
- FIXMEs https://github.com/fedimint/fedimint/issues/989
DB
- More async https://github.com/fedimint/fedimint/pull/964
- Even more!!1 https://github.com/fedimint/fedimint/pull/1000
Modularization
Other
- Cachix https://github.com/fedimint/fedimint/pull/966
- De-duplication https://github.com/fedimint/fedimint/pull/998
- Generic await https://github.com/fedimint/fedimint/pull/942
- Spend ecash fails https://github.com/fedimint/fedimint/issues/995
- Ecash serialization https://github.com/fedimint/fedimint/issues/994
- Shared encryption helpers https://github.com/fedimint/fedimint/issues/974