-
Notifications
You must be signed in to change notification settings - Fork 224
May 1, 2023
Justin Moon edited this page May 1, 2023
·
4 revisions
Client
- allow dyn database https://github.com/fedimint/fedimint/pull/2334
- pay lightning invoices https://github.com/fedimint/fedimint/pull/2279
- modularize cli https://github.com/fedimint/fedimint/pull/2368
- user specified meta https://github.com/fedimint/fedimint/pull/2347
Dev env
- https://clovyr.app/instant/code-fedimint
- demo external cli commands https://github.com/fedimint/fedimint-custom-modules-example/pull/1
- precommit fails on webhook https://github.com/fedimint/fedimint/issues/2336
- unshare https://github.com/fedimint/fedimint/issues/2332
Infra
- gateway-cli container https://github.com/fedimint/fedimint/pull/2364
Testing
- expose fedimint-bin-tests https://github.com/fedimint/fedimint/pull/2322
- library https://github.com/fedimint/fedimint/pull/2342
- devimint https://github.com/fedimint/fedimint/pull/2349
- kill build.sh https://github.com/fedimint/fedimint/pull/2297
- use devimint in rust tests https://github.com/fedimint/fedimint/pull/2316
- use path https://github.com/fedimint/fedimint/pull/2326
- remove old fixtures https://github.com/fedimint/fedimint/pull/2348
- https://github.com/fedimint/fedimint/issues/2315
- move fixtures to fedimint-testing https://github.com/fedimint/fedimint/pull/2335
- what's the difference between these 2 crates?
- remove fakefed https://github.com/fedimint/fedimint/pull/2327
UI
- relax state constraints https://github.com/fedimint/fedimint/pull/2340
- don't need auth twice https://github.com/fedimint/fedimint/pull/2311
- hackathon https://github.com/wbobeirne/fedimint/tree/guardian-ui-hack--demo
- gateway https://github.com/fedimint/fedimint/pull/2323
Consensus
- force epoch https://github.com/fedimint/fedimint/pull/2318
- https://github.com/fedimint/fedimint/discussions/2355
Others
- configurable max connections https://github.com/fedimint/fedimint/pull/2324
- don't overwrite files https://github.com/fedimint/fedimint/pull/2317
- get rid of openssl https://github.com/fedimint/fedimint/pull/2305
- sanitize api paths https://github.com/fedimint/fedimint/pull/2292
- update libsecp https://github.com/fedimint/fedimint/issues/2356
- better example modules https://github.com/fedimint/fedimint/issues/2359
- parallelize dkg https://github.com/fedimint/fedimint/issues/2313
Lightning
- gateway fees https://github.com/fedimint/fedimint/pull/2246
- https://excalidraw.com/#room=1d2b3cafa4d6e0d5ce39,isjSwLDZVvzAblJivKBeog
- multiple nodes https://github.com/fedimint/fedimint/issues/2365
- invoices with route hints for multiple gateways https://github.com/fedimint/fedimint/issues/2366
Deep dive:
- https://github.com/fedimint/fedimint/discussions/2355
- lightning state machines?