Commit graph

4 commits

Author SHA1 Message Date
Nodari Chkuaselidze
8affe9570d
node: add fullLock option to the interactive rescan.
Interactive rescan by default does per block scan lock. This enables
parallel rescans, as well as chain sync while rescan is in progress. But
in specific cases, it may be more beneficial to stop the node from
syncing while the rescan is in progress.
2024-08-20 15:33:42 +04:00
Nodari Chkuaselidze
9fd8fa0500
node-client: Add methods for the HTTP endpoints.
Add getMempoolRejectionFilter and checkMempoolRejectionFilter methods to client.
Add getFee, alternative to websocket estimateFee call.
2024-05-31 13:38:17 +04:00
Nodari Chkuaselidze
64c12dbc31
node-http: implement interactive rescan for http. 2023-12-13 12:32:38 +04:00
Nodari Chkuaselidze
2dc2c488d9
client: Import hs-client into the project. 2023-01-16 23:49:05 +04:00