Nodari Chkuaselidze
f75e5ebc6f
pkg: update latest version.
2025-06-25 14:58:53 +04:00
Nodari Chkuaselidze
dee79a3c4e
Merge PR #927 from 'rithvikvibhu/end-airdrop'
2025-06-25 14:04:50 +04:00
Nodari Chkuaselidze
47827148df
pkg: update changelog.
2025-06-23 15:47:42 +04:00
Nodari Chkuaselidze
44589a974e
docs: add sweepdust to changelog.
2025-06-17 15:11:26 +04:00
Nodari Chkuaselidze
1f0f0d8c3c
docs: Update changelog.
2025-06-09 13:35:15 +04:00
Nodari Chkuaselidze
5f11d622b1
Merge PR #925 from 'nodech/wallet-migration-progress-data'
2025-04-16 12:30:21 +04:00
Nodari Chkuaselidze
e323618f94
wallet: recalculate-balances endpoint.
2025-04-01 11:28:33 +04:00
Nodari Chkuaselidze
a32e1df6f6
migrations: Add migration state migrations to the wallet and the chain.
2025-03-31 15:31:10 +04:00
Nodari Chkuaselidze
0da3a98a5f
doc: update changelog.
2025-02-05 14:30:49 +04:00
Nodari Chkuaselidze
964b41eee1
wallet-http: return total number of transactions zapped.
2025-01-17 15:01:57 +04:00
Nodari Chkuaselidze
7f8ecc5c0c
docs: backport release notes for v7. Simplify release process.
2024-12-09 17:33:32 +00:00
Nodari Chkuaselidze
00a32f9932
pkg: update release version in changelog.
2024-11-29 11:16:25 +00: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
de79842af1
wallet-rpc: add new methods for listing history.
...
wallet-rpc: The following new methods have been added:
- `listhistory` - List history with a limit and in reverse order.
- `listhistoryafter` - List history after a txid _(subsequent pages)_.
- `listhistorybytime` - List history by giving a timestamp in epoch seconds
_(block median time past)_.
- `listunconfirmed` - List unconfirmed transactions with a limit and in
reverse order.
- `listunconfirmedafter` - List unconfirmed transactions after a txid
_(subsequent pages)_.
- `listunconfirmedbytime` - List unconfirmed transactions by time they
where added.
wallet-rpc: The following methods have been deprecated:
- `listtransactions` - Use `listhistory` and the related methods and the
`after` argument for results that do not shift when new blocks arrive.
wallet: Remove getHistory and related methods form wallet and txdb.
2024-08-29 14:15:49 +04:00
Nodari Chkuaselidze
062d1f6d6b
wallet: deprecate getLast and getRange. Update hsw-cli history and
...
pending.
hsw-cli:
- hsw-cli: `history` now accepts new args on top of `--account`: `--reverse`,
`--limit`, `--after`, `--after`.
- hsw-cli: `pending` now accepts new args, same as above.
wallet-http:
- Deprecate and remove: `GET /wallet/:id/tx/range`
- Deprecate and remove: `GET /wallet/:id/tx/last`
2024-08-29 14:15:47 +04:00
Nodari Chkuaselidze
671494d2db
wallet-http: Update getPending, change parameters and add pagination.
2024-08-29 14:15:45 +04:00
Nodari Chkuaselidze
dc2471c6dd
wallet-http: Change parameters for getHistory and add pagination.
2024-08-29 14:12:27 +04:00
Nodari Chkuaselidze
40f7d7fd40
wdb: Add tx history queries for the count and time indexes.
...
Co-authored-by: Braydon Fuller <courier@braydon.com>
2024-08-29 13:58:43 +04: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
3ae22968fd
pkg: update CHANGELOG.
2024-08-28 13:28:27 +04:00
Nodari Chkuaselidze
b010abce51
wallet-client: rename createAuctionTxs to createAuctionTXs.
...
Make style consistent for methods and variables.
2024-08-27 17:32:12 +04:00
Nodari Chkuaselidze
38efb06904
wallet: Use interactive scan on initial sync and rescan.
...
Check issue #872
2024-08-20 15:36:30 +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
dcafb2046b
wallet: WalletNode now emits 'open' and 'close' events.
...
wallet-node: fix standalone wallet get entry requests when entry is not found on
chain.
client: expose Wallet class.
2024-08-20 15:33:41 +04:00
Nodari Chkuaselidze
501f529504
wallet-client: add options to the getNames.
2024-05-31 13:38:19 +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
a694ad759a
chain: rename scanAction to scanActions.
2023-12-13 12:32:42 +04:00
Nodari Chkuaselidze
64c12dbc31
node-http: implement interactive rescan for http.
2023-12-13 12:32:38 +04:00
Nodari Chkuaselidze
9659699d51
tx: rename test to testAndMaybeUpdate.
...
tx: Add .test method that does not update the filter.
2023-12-13 12:29:33 +04:00
Nodari Chkuaselidze
79994774de
Merge PR #803 from 'nodech/preload-wallets'
2023-12-04 14:56:11 +04:00
Nodari Chkuaselidze
919cf24eba
node-http: add more details to the getinfo.
2023-10-27 13:30:07 +04:00
Nodari Chkuaselidze
086d9c9b78
wallet: --preload-all option to load all wallet on open.
2023-10-20 15:02:05 +04:00
Nodari Chkuaselidze
b53d392a83
wallet: separate open and connect. Add wallet-migrate-no-rescan option.
2023-10-20 13:40:31 +04:00
Nodari Chkuaselidze
f11615d823
wdb: add events for open/close and connect/disconnect.
2023-10-20 13:38:30 +04:00
Nodari Chkuaselidze
a657f12a40
wallet: TXDB balance refresh migration.
2023-10-17 14:59:45 +04:00
Nodari Chkuaselidze
ca4d5e5b0e
wallet: add changelog notes.
2023-08-28 15:18:39 +04:00
Nodari Chkuaselidze
771bfbfa0e
pkg: update bweb.
2023-08-04 17:34:03 +04:00
Nodari Chkuaselidze
49cf96a9c3
wallet-http: modify account lookahead.
2023-05-30 17:13:40 +04:00
Nodari Chkuaselidze
2664a7ed4c
wallet: remove check-lookahead option from walletdb.
2023-05-30 16:49:14 +04:00
Nodari Chkuaselidze
2a04e60efa
http: update validator status codes.
2023-05-30 16:44:12 +04:00
Nodari Chkuaselidze
1521a90fd9
pkg: update changelog.
2023-05-30 16:34:34 +04:00
Nodari Chkuaselidze
ae79174a0d
wallet: remove force option from wallet.makeOpen.
2023-05-29 14:13:11 +04:00
Nodari Chkuaselidze
fa9cc462bf
walletdb: increase db version to 2.
...
test: Add HTTP lookahead test.
2023-01-06 15:55:01 +04:00
Nodari Chkuaselidze
8254dae9c1
docs: Update changelog.
2023-01-05 11:39:21 -05:00
Matthew Zipkin
5ca9ccdf10
pkg: update version for 5.x proposal.
2022-12-21 12:23:05 -05:00
Rithvik Vibhu
c78a7a4069
changelog: mention breaking change for nonces
2022-12-21 11:38:47 -05:00
Matthew Zipkin
093ed24fc5
pkg: CHANGELOG
2022-08-04 16:05:53 -04:00
Matthew Zipkin
2170fe59ff
pkg: CHANGELOG
2022-08-03 16:29:27 -04:00
Matthew Zipkin
e3c742199e
pkg: CHANGELOG
2022-08-03 10:08:53 -04:00