mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-07-18 08:43:17 +00:00
749 B
749 B
Thinks to improve when implementing the production ready library/coordinator:
- make api more generic (smaller) / maybe use websockets
- review escrow output descriptor, maybe make it smaller(less specific cases, more generic)?
- maybe hard code descriptor instead of compiling it from pieces?
- review for security flaws (error handling, logic bugs)
- maybe switch wallet completely to core rpc instead of bdk wallet + core rpc
- api rate limiting (e.g. backoff) ?
- build trader toolkit to get funds out of escrow if coordinator dissapears
- use the same database as the existing (python) robosats coordinator instead of separate sqlite db?
- share single db for coordinator and bdk wallet instead of sqlite + bdk k/v db?
- add more test coverage