-
Notifications
You must be signed in to change notification settings - Fork 224
January 17, 2023
Justin Moon edited this page Jan 17, 2023
·
8 revisions
Questions
- Move dev call to discord in future?
- How to get more test coverage?
Lightning
- cln extension https://github.com/fedimint/fedimint/pull/1295
- gatewayd https://github.com/fedimint/fedimint/pull/1337
- connect https://github.com/fedimint/fedimint/pull/1365
- connect UI https://mintgate.vercel.app/
- Don't create zero amount outputs https://github.com/fedimint/fedimint/pull/1328
Consensus
- Failure report https://github.com/fedimint/fedimint/issues/1318
- Simulate https://github.com/fedimint/fedimint/pull/1327
- More retry https://github.com/fedimint/fedimint/pull/1351
- Retry commits https://github.com/fedimint/fedimint/pull/1352
- Keep mempool in memory https://github.com/fedimint/fedimint/issues/1353
- Replace get_last_epoch with get_epoch_count https://github.com/fedimint/fedimint/issues/1340
- Transaction replays https://github.com/fedimint/fedimint/issues/1347
- Verify consensus config hash https://github.com/fedimint/fedimint/pull/1281
DB
- dbtool https://github.com/fedimint/fedimint/pull/1321
- raw_find_by_prefix stream https://github.com/fedimint/fedimint/issues/1322
- remove sled https://github.com/fedimint/fedimint/pull/1270
- cross-compile sqlite crate in nix https://github.com/fedimint/fedimint/pull/1366
- Inject module_instance_id https://github.com/fedimint/fedimint/pull/1331
- Remove openssl dep https://github.com/fedimint/fedimint/pull/1360
Renames
- finality delay https://github.com/fedimint/fedimint/issues/1277
- Max has been doing a ton of excellent work, but it doesn't make for good dev call material
- notes https://github.com/fedimint/fedimint/pull/1371
- https://github.com/fedimint/fedimint/pull/1278/files
- https://github.com/fedimint/fedimint/pull/1247
- output outcome https://github.com/fedimint/fedimint/issues/1342
Refactors
- Get rid of hex https://github.com/fedimint/fedimint/issues/1307
- Interface for module generation trait https://github.com/fedimint/fedimint/pull/1314
- Stop using __reexports https://github.com/fedimint/fedimint/issues/1346
- Move hbbft dep https://github.com/fedimint/fedimint/issues/1356
- wasm macro https://github.com/fedimint/fedimint/issues/1358
- imports https://github.com/fedimint/fedimint/pull/1369
- Move code out of macro https://github.com/fedimint/fedimint/pull/1345/files
Random
- sanitize paths in api_endpoint https://github.com/fedimint/fedimint/issues/1280
- __api_endpoint arity https://github.com/fedimint/fedimint/issues/1336
- client configs serde_json::Value https://github.com/fedimint/fedimint/issues/1297
- SafeUrl https://github.com/fedimint/fedimint/issues/1298
Modules
- ModuleGen tuyped and erased https://github.com/fedimint/fedimint/issues/1303
- module_decode_stubs https://github.com/fedimint/fedimint/issues/1332
- Store decoders inside db https://github.com/fedimint/fedimint/pull/1282
- Unify module registries https://github.com/fedimint/fedimint/pull/1364
- moduleGen https://github.com/fedimint/fedimint/pull/1320
- ModuleGen https://github.com/fedimint/fedimint/pull/1326
Client
- client errors shttps://github.com/fedimint/fedimint/issues/1304
- don't rely on 404 https://github.com/fedimint/fedimint/issues/1335
- broader question: what kind of API do we have?
- add network to info https://github.com/fedimint/fedimint/pull/1284
- Change IFederationAPI https://github.com/fedimint/fedimint/pull/1323
Wallet
- Electrum https://github.com/fedimint/fedimint/pull/1363
- bitcoind https://github.com/fedimint/fedimint/pull/1289
Testing
- https://github.com/fedimint/fedimint/issues/1368
- Fix silent failure https://github.com/fedimint/fedimint/pull/1287
- Fix integration tests with real fixtures https://github.com/fedimint/fedimint/pull/1324/files
Setup UI
- https://github.com/fedimint/fedimint/issues/1306
- https://github.com/fedimint/fedimint/issues/1308
- improve error handling https://github.com/fedimint/fedimint/pull/1294
- bitcoin rpc https://github.com/fedimint/fedimint/pull/1300
- Don't run DKG twice at same time https://github.com/fedimint/fedimint/pull/1272
Deployment / Usage
- 1-click badges https://github.com/fedimint/fedimint/issues/1344
- Redirect output streams https://github.com/fedimint/fedimint/pull/1330
- Don't use localhost https://github.com/fedimint/fedimint/pull/1339
Logging
- Better logging https://github.com/fedimint/fedimint/pull/1305
- better logging https://github.com/fedimint/fedimint/pull/1357