33 Commits (c045aa0f8913df452182d878b8b98952c3252a25)

Author SHA1 Message Date
zebra-lucky c045aa0f89 wallet_utils.py: add testdkg command 2 weeks ago
zebra-lucky b8d8347165 replace deprecated utcfromtimestamp 2 weeks ago
zebra-lucky 2d2e92f5a5 fixes on flake8 output 2 weeks ago
zebra-lucky 507839eaa5 encrypt FROST private messages 2 weeks ago
zebra-lucky 607c3b0e6d wallet_utils: fix empty pwd for mainnet, fix FB usage 1 month ago
zebra-lucky f2f65fa085 wallet_utils:fix async callbacks call 1 month ago
zebra-lucky 1b9eb8b1b9 fix asyncio.iscoroutine usage 1 month ago
zebra-lucky 9dc1fcc6f8 add TaprootFidelityBondWatchonlyWallet 1 month ago
zebra-lucky 553894e304 fix dkg_recover, add test_dkg_recover 1 month ago
zebra-lucky 456fbfaef3 fix existing tests 1 month ago
zebra-lucky dcfe04560b add FrostWallet 1 month ago
zebra-lucky 6d05c1039c add TaprootWallet 1 month ago
Kristaps Kaupe 646999179b
RPC-API: Implement message signing 2 months ago
Kristaps Kaupe 8eb55be6e0
Handle None enter_seed_callback() response 2 years ago
Kristaps Kaupe 3317b0b519
Fix jm_single().bc_interface.get_deser_from_gettransaction call 2 years ago
Kristaps Kaupe 904b780b80
Unify cli user input code where limited range of answers are allowed 2 years ago
Kristaps Kaupe d89dcdeaf8
Remove convert_old_wallet.py script 2 years ago
Kristaps Kaupe 053d8a18f2
Implement mixdepth filtering for showutxos 2 years ago
Kristaps Kaupe f0b0e55431
Cache None in tx_cache for non-wallet transactions 2 years ago
Kristaps Kaupe d9fee292f4
Fix get_tx_info() type hint and doc 2 years ago
Kristaps Kaupe 2978b18245
De-duplicate and change dict_factory 2 years ago
Kristaps Kaupe fab97a003b
Use get_deser_from_gettransaction() everywhere 2 years ago
Adam Gibson 84914319cc
cache deserialized form of txs in history method 2 years ago
Adam Gibson ef1d76e9db
Allow cache purging at wallet initialization 2 years ago
Matt Whitlock 64f18bce18 get_imported_privkey_branch: use O(m+n) algorithm instead of O(m*n) 2 years ago
Matt Whitlock 77f0194a37 wallet_utils: use new get_utxos_at_mixdepth method 2 years ago
Matt Whitlock fc1e00058b wallet_showutxos: use O(1) check for frozen instead of O(n) 2 years ago
roshii c8eef50e93 Migrate to modern packaging and src layout 2 years ago
roshii dafc1800ba no lock check on readonly 2 years ago
Adam Gibson 828398fc1c
RPC-API: read gaplimit from config 2 years ago
roshii dd0176e68d Check wallet lock file before asking for password 2 years ago
Luke 44aea32a7c Fix typo in `gettimelockaddress` 3 years ago
Carl Dong 11ddec7841 docs: Remove now-confusing mentions of virtualenv 3 years ago
theborakompanioni 36bf36bd65
fix: enable addr status in regtest 3 years ago
Adam Gibson 75a93df85a
fix available_balance 4 years ago
Adam Gibson 08581f86a5
Fixes json serialization of wallet display 4 years ago
Wukong 015cb4aa20 If there is unavailable fund, display 2 balances: total balance and unlocked balance. 4 years ago
chris-belcher d832d788d1
Create un/freeze all command in wallet-tool freeze 4 years ago
Kristaps Kaupe 9b152186b6
Don't crash in wallet_display() with no blockchain source 4 years ago
Kristaps Kaupe c957c8cacb
Read only single line with `--wallet-password-stdin` 4 years ago
Adam Gibson ac8b173508
Ensure all displayed addresses are imported 4 years ago
Adam Gibson 393971446e
Add status, label and extradata to RPC display 4 years ago
Adam Gibson f5c7f339d3
Allow signmessage to work with any index 4 years ago
Kristaps Kaupe 1cc677abb0
Add derivation path to output of wallet_showutxos 4 years ago
Wukong d110101fad Rename `WalletViewEntry.used` to `WalletViewEntry.status` 4 years ago
Kristaps Kaupe 21c0e3e758
Implement address labeling 4 years ago
Adam Gibson 7e73e4caa9
Add websocket for subscription, OpenAPI spec 4 years ago
Adam Gibson 80e17df4a6
Add jmwalletd script as RPC server. 4 years ago
Erik Arvstedt e4be0343eb Extract function `read_password_stdin` 4 years ago
Kristaps Kaupe 148f970f8f
Add single UTXO fb warning to gettimelockaddress 4 years ago