index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
rpc
Age
Commit message (
Expand
)
Author
2022-02-21
Replace "can not" with "cannot" in docs, user messages, and tests
Jon Atack
2022-02-10
RPC: Return external_signer in getwalletinfo
Kristaps Kaupe
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-25
Merge bitcoin/bitcoin#24067: wallet: Actually treat (un)confirmed txs as (un)...
Andrew Chow
2022-01-25
wallet: Avoid dropping confirmed coins
MarcoFalke
2022-01-24
rpc, wallet: Allow users to specify input weights
Andrew Chow
2022-01-11
Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...
MarcoFalke
2022-01-11
Change type of `backup_file` parameter in RestoreWallet/restoreWallet
Hennadii Stepanov
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
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