-
Notifications
You must be signed in to change notification settings - Fork 224
January 24, 2023
Justin Moon edited this page Jan 24, 2023
·
9 revisions
- Manmeet tracing demo
- https://github.com/fedimint/fedimint/issues/287
- dbg!() is handy
- https://github.com/fedimint/fedimint/blob/master/fedimint-api/src/db/mem_impl.rs#L52-L58 looks handy ... let's make a debugging.md and share all our tricks
- made a bunch of github issue tags https://github.com/fedimint/fedimint/issues/labels
- should we make a tracking issue tag
- Moved a bunch of github issues to discussion https://github.com/fedimint/fedimint/discussions
- debugging.md https://github.com/fedimint/fedimint/pull/1357#discussion_r1083334600
Lightning
- filter on intercept https://github.com/fedimint/fedimint/pull/1382
- receive to default fed https://github.com/fedimint/fedimint/pull/1386
- extension merged https://github.com/fedimint/fedimint/pull/1295
- unify types https://github.com/fedimint/fedimint/pull/1483
- gw node can receive dirctly https://github.com/fedimint/fedimint/pull/1496
- extra route hints https://github.com/fedimint/fedimint/issues/1498
- control log level https://github.com/fedimint/fedimint/issues/1490
Gatewayd
- streams https://github.com/fedimint/fedimint/pull/1426
- gatewayd https://github.com/fedimint/fedimint/pull/1337
- admin ui https://github.com/fedimint/fedimint/pull/1454
Consensus
- configs https://github.com/fedimint/fedimint/pull/1281
- client hash https://github.com/fedimint/fedimint/pull/1434
- additional fields https://github.com/fedimint/fedimint/issues/1432
CI
- Run tests https://github.com/fedimint/fedimint/pull/1381 test that fails
- Test CLI connection strings https://github.com/fedimint/fedimint/pull/1464
- bors https://github.com/fedimint/fedimint/issues/1473
Networking
- peer connectinos wait https://github.com/fedimint/fedimint/pull/1399
- make sure other peers receive all our messages https://github.com/fedimint/fedimint/pull/1424
- graceful shutdown https://github.com/fedimint/fedimint/pull/1422
- polling https://github.com/fedimint/fedimint/pull/1197
ecash
Setup
- DKG running page https://github.com/fedimint/fedimint/pull/1429
Other
- reconsider xonly https://github.com/fedimint/fedimint/issues/1458
- backup api https://github.com/fedimint/fedimint/issues/1481
- derive all secrets from root https://github.com/fedimint/fedimint/issues/1477
- new client https://github.com/fedimint/fedimint/issues/1447
DB
- remove sled https://github.com/fedimint/fedimint/pull/1270
- inject module instance id https://github.com/fedimint/fedimint/pull/1331
- autocommit lifetimes https://github.com/fedimint/fedimint/pull/1423
- better logging https://github.com/fedimint/fedimint/pull/1492
- sqlite change https://github.com/fedimint/fedimint/issues/1485
- sqlite in wasm https://github.com/fedimint/fedimint/issues/1487