Age | Commit message (Expand) | Author |
2021-12-20 | Merge bitcoin/bitcoin#23341: RPC: Better safety with newkeypool command and w... | Andrew Chow |
2021-12-16 | Merge bitcoin/bitcoin#23750: rpcwallet: mention labels are disabled for range... | MarcoFalke |
2021-12-16 | Merge bitcoin/bitcoin#23721: wallet, refactor: Move restorewallet() logic to ... | MarcoFalke |
2021-12-15 | refactor: Move restorewallet() RPC logic to the wallet section | w0xlt |
2021-12-12 | rpcwallet: mention labels are deactivated for ranged descriptors | Antoine Poinsot |
2021-12-12 | rpc: Add warning to user about newkeypool command | Samuel Dobson |
2021-12-11 | Merge bitcoin/bitcoin#23113: Add warnings to createmultisig and addmultisig i... | MarcoFalke |
2021-12-10 | Merge bitcoin/bitcoin#22514: psbt: Actually use SIGHASH_DEFAULT for PSBT signing | MarcoFalke |
2021-12-08 | rpc: Document that DEFAULT is for Taproot, ALL for everything else | Andrew Chow |
2021-12-08 | scripted-diff: Use named args in RPC docs | MarcoFalke |
2021-12-08 | Add warnings field to addmultisigaddress to warn about uncompressed keys | Samuel Dobson |
2021-12-08 | MOVEONLY: Move abortrescan from backup.cpp to transactions.cpp | Samuel Dobson |
2021-12-08 | Remove unused imports from rpc/wallet and reorder RPCs | Samuel Dobson |
2021-12-08 | MOVEONLY: Move rpcwallet to rpc/wallet | Samuel Dobson |
2021-12-08 | MOVEONLY: Move spending RPCs to spend.cpp | Samuel Dobson |
2021-12-08 | MOVEONLY: Move balance and utxo RPCs to coins.cpp | Samuel Dobson |
2021-12-08 | MOVEONLY: Move address related functions from rpcwallet to addresses.cpp | Samuel Dobson |
2021-12-08 | MOVEONLY: Move transaction related wallet RPCs to transactions.cpp | Samuel Dobson |
2021-12-03 | rpc: Add missing BlockUntilSyncedToCurrentChain to wallet RPCs | MarcoFalke |
2021-12-03 | Merge bitcoin/bitcoin#23413: Replace MakeSpan helper with Span deduction guide | MarcoFalke |
2021-12-03 | MOVEONLY: Move LoadWalletHelper to wallet/rpc/util | Samuel Dobson |
2021-12-03 | MOVEONLY: Move wallet encryption RPCs to encrypt.cpp | Samuel Dobson |
2021-12-03 | MOVEONLY: Move backupwallet and restorewallet to rpc/backup.cpp | Samuel Dobson |
2021-12-03 | MOVEONLY: Move rpcdump.cpp to wallet/rpc/backup.cpp | Samuel Dobson |
2021-12-01 | MOVEONLY: Move utility functions from rpcwallet to wallet/rpc/util | Samuel Dobson |
2021-12-01 | Introduce wallet/rpc/util | Samuel Dobson |
2021-11-26 | wallet: Split signmessage from rpcwallet | MarcoFalke |