mirror of
https://github.com/apotdevin/thunderhub.git
synced 2026-08-13 12:33:08 +02:00
No description
* feat: multihop swaps * fix: fee limit * fix: circular rebalancing * chore: simplify and fix post-review issues - magma: guard allChannels against undefined (??= []) - magma: restore peer filter on btcOpen and btcPending — both were accidentally widened to all channels by the multi-hop refactor - TradingPartners: remove btcChannelPubkeys dead code (filter that used it was removed; useMemo and stale dep array entry remain) - trade: move fullHops array from info to debug log to avoid large object serialisation on every rebalance - trade: fix misleading 'No bitcoin channels found' error when the real condition is insufficient outbound liquidity - test: add debug to mock logger --------- Co-authored-by: Bufo <bufo24@users.noreply.github.com> Co-authored-by: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| .husky | ||
| .vscode | ||
| docker/litd | ||
| docs | ||
| drizzle | ||
| patches | ||
| scripts | ||
| src | ||
| .dockerignore | ||
| .env | ||
| .gitignore | ||
| .nvmrc | ||
| .prettierrc | ||
| .release-please-manifest.json | ||
| AGENTS.md | ||
| CHANGELOG.md | ||
| CLAUDE.md | ||
| codegen.yml | ||
| components.json | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| drizzle.config.ts | ||
| eslint.config.js | ||
| flake.lock | ||
| flake.nix | ||
| fly.toml | ||
| LICENSE | ||
| nest-cli.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| release-please-config.json | ||
| schema.gql | ||
| tsconfig.build.json | ||
| tsconfig.json | ||