Commit graph

8 commits

Author SHA1 Message Date
Nodari Chkuaselidze
f24fb51da9
lib: don't use public class fields usage. 2025-01-20 11:34:40 +04:00
Nodari Chkuaselidze
6558b45ce3
wallet: fix getBlockHeader for NodeClient.
node-client: remove getMedianTime (not used).
2024-11-19 16:53:21 +00:00
Nodari Chkuaselidze
c38e4b9298
chain: add getEntries, similar to getHashes. 2024-08-29 13:31:02 +04:00
Nodari Chkuaselidze
b01c806758
node-http: Add get median time to node http. 2024-08-29 13:30:39 +04:00
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