21 Commits (992d798e5c12a458f80519109cb1bc08d59411c4)

Author SHA1 Message Date
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
Kristaps Kaupe 79a330ecd2
Check that gettimelockaddress argument is in future 4 years ago
undeath dc13038b92 reuse index for timenumber in FidelityBonds wallet 4 years ago
undeath c2312a44ea clean up timestamp_to_time_number() 4 years ago
openoms f9ea973be9
fix overflow error on 32bit ARM 4 years ago
chris-belcher c70b12f614
For timelock addrs use new pubkey foreach locktime 4 years ago
chris-belcher 3dc8d86b44
Fix importprivkey on fidelity bond wallets 4 years ago
chris-belcher bbd3d1b011
Print privacy warning when showing timelocked addr 4 years ago
chris-belcher 48683431d0
Fix showutxos wallettool method for fidelity bonds 4 years ago
chris-belcher d4b3f70a75
Enable creation of fidelity bond wallets on cli 4 years ago
chris-belcher a3b3cd4054
Make fidelity bond wallets be native segwit 4 years ago
Kristaps Kaupe f361c98dba
Better handling of non-standard tx'es, less extra output for csv and 5 years ago
Daniel McNally df837646dc
Remove unused key-type param for importprivkey 5 years ago