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
/
rpcwallet.cpp
Age
Commit message (
Expand
)
Author
2020-10-20
Merge #20125: rpc, wallet: Expose database format in getwalletinfo
Samuel Dobson
2020-10-16
Merge #19836: rpc: Properly deserialize txs with witness before signing
fanquake
2020-10-14
rpc, wallet: Expose database format in getwalletinfo
João Barbosa
2020-10-13
rpc: Adjust witness-tx deserialize error message
MarcoFalke
2020-10-07
rpc: change no wallet loaded message to be clearer
Andrew Chow
2020-10-03
Merge #19956: rpc: Improve invalid vout value rpc error message
fanquake
2020-09-30
scripted diff: Improve invalid vout value rpc error message
Nima Yazdanmehr
2020-09-30
doc: Remove double-whitespace from help string, other whitespace fixups
MarcoFalke
2020-09-30
Merge #19501: send* RPCs in the wallet returns the "fee reason"
MarcoFalke
2020-09-29
Merge #19969: Send RPC bug fix and touch-ups
fanquake
2020-09-26
[send] Make send RPCs return fee reason
Sishir Giri
2020-09-22
Assert that RPCArg names are equal to CRPCCommand ones (net, rpcwallet)
MarcoFalke
2020-09-17
[rpc] send: various touch-ups
Sjors Provoost
2020-09-17
[rpc] send: fix parsing replaceable option
Sjors Provoost
2020-09-17
Mark send RPC experimental
Sjors Provoost
2020-09-10
[rpc] add send method
Sjors Provoost
2020-09-07
[rpc] add snake case aliases for transaction methods
Sjors Provoost
2020-09-07
[rpc] walletcreatefundedpsbt: allow inputs to be null
Sjors Provoost
2020-09-03
wallet: Remove path checking code from createwallet RPC
Russell Yanofsky
2020-09-03
wallet: Remove path checking code from loadwallet RPC
Russell Yanofsky
2020-09-03
refactor: Use DatabaseStatus and DatabaseOptions types
Russell Yanofsky
2020-09-03
Remove WalletLocation class
Russell Yanofsky
2020-09-03
Merge #19754: wallet, gui: Reload previously loaded wallets on startup
Jonas Schnelli
2020-09-01
wallet: Reload previously loaded wallets on GUI startup
Andrew Chow
2020-09-01
Merge #19671: wallet: Remove -zapwallettxes
fanquake
2020-08-31
Remove -zapwallettxes
Andrew Chow
2020-08-31
Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi...
MarcoFalke
2020-08-31
Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock ma...
Samuel Dobson
2020-08-30
rpc: Properly deserialize txs with witness before signing
MarcoFalke
2020-08-27
Merge #19169: rpc: Validate provided keys for query_options parameter in list...
MarcoFalke
2020-08-15
Merge #15937: Add loadwallet and createwallet load_on_startup options
Samuel Dobson
2020-08-14
rpc: Assert that RPCArg names are equal to CRPCCommand ones (rpcdump)
MarcoFalke
2020-08-14
Merge #19644: rpc: document returned error fields as optional if applicable
Samuel Dobson
2020-08-13
Add loadwallet and createwallet RPC load_on_startup options
Russell Yanofsky
2020-08-13
Merge #19655: rpc: Catch listsinceblock target_confirmations exceeding block ...
Wladimir J. van der Laan
2020-08-13
Merge #18654: rpc: separate bumpfee's psbt creation function into psbtbumpfee
Samuel Dobson
2020-08-12
Cap listsinceblock target_confirmations param
Adam Stein
2020-08-09
Merge #19660: refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-08-07
[rpc] fundrawtransaction, walletcreatefundedpsbt lock manually selected coins
Sjors Provoost
2020-08-06
refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-08-02
rpc: document returned error fields as optional if applicable
Sebastian Falbesoner
2020-07-31
rpc: Document getwalletinfo's unlocked_until field as optional
Justin Moon
2020-07-12
Merge #18202: refactor: consolidate sendmany and sendtoaddress code
Samuel Dobson
2020-07-11
wallet: Fix typo in comments; Simplify assert
MarcoFalke
2020-07-02
Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTO
Wladimir J. van der Laan
2020-07-01
Remove confusing OutputType::CHANGE_AUTO
MarcoFalke
2020-07-01
wallet: Replace boost::none with nullopt
MarcoFalke
2020-06-28
Merge #19114: scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-25
moveonly: Fix indentation in bumpfee RPC
Andrew Chow
2020-06-25
Hide bumpfee's psbt creation behavior behind -deprecatedrpc
Andrew Chow
[next]