forked from bcoin-org/bcoin
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add utility for test fs cleanup
test: add utility to sleep for desired ms wallet: add test cases for wallet tx count and time indexing wallet: add db layout for tx count and monotonic time wallet: implement monotonic time wallet: add tx count index for confirmed txs wallet: add rpc methods for tx count and monotonic time test: restore count to generateBlocks regtest util docs: after is exclusive wallet: monotonic time indexing test: add reorg to wallet time test test: monotonic time reorg, incomplete pkg: update bdb package to support reverse wallet: rollback monotonic time wallet: add spv monotonic time reorg wallet: reorg tx monotonic time and count indexes wallet: refactor monotonic index method wallet: options for list history methods wallet: add indexing for unconfirmed count and time wallet: add methods to query for unconfirmed txs test: confirm and unconfirm txs wallet: combine `getPending` and `listUnconfirmed` wallet: http endpoints for history and unconfirmed txs wallet: test spv node http endpoints and w/ fixes test: remove `.skip` function call, it's not implemented in bmocha test: wallet rescan test pkg: update bdb wallet: use height + index for count index test: remove spv from wallet rescan test test: assertions for wallet rescan test wallet: use median time past for time indexing wallet: linting wallet: use brhash for http after param test: fix spv test when cpu is loaded wallet: minor cleanup wallet: cleanup indexes wallet: make configurable max transactions limits wallet: minor cleanup wallet: fix configurable txs limits test: bump wallet http before hook time wallet: fix http time tx queries wallet: minor linting wallet: check rpc min args length test: minor linting wallet: fix sorting of time indexing wallet: use brhash instead of manually reversing docs: minor linting wallet: fix sorting of confirmed time index wallet: refactor date handling for api test: refactor utils wallet: minor cleanup and adjustments wallet: minor cleanup and update wallet: update rpc methods with new history functions includes necessary fixes from bcoin-org#550 wallet: use unix epoch time in seconds for rpc history cmds test: increase lookahead for test wallet
- Loading branch information
Showing
23 changed files
with
3,307 additions
and
477 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.