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
2021-12-10
Merge bitcoin/bitcoin#22514: psbt: Actually use SIGHASH_DEFAULT for PSBT signing
MarcoFalke
2021-12-08
rpc: avoid expensive `IsMine` calls in `GetReceived` tally
Sebastian Falbesoner
2021-12-08
rpc: avoid scriptPubKey<->CTxDestination conversions in `GetReceived` tally
Sebastian Falbesoner
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
[prev]