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-11-17
Merge #20139: Wallet: do not return warnings from UpgradeWallet()
MarcoFalke
2020-11-16
[upgradewallet] removed unused warning param
Sishir Giri
2020-11-14
Add missing optional.h include
Kristaps Kaupe
2020-11-14
Silence false positive GCC warning
Kristaps Kaupe
2020-11-04
Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21
Samuel Dobson
2020-11-02
[wallet] Return object from upgradewallet RPC
Sishir Giri
2020-10-29
Merge #20156: build: Make sqlite support optional (compile-time)
Wladimir J. van der Laan
2020-10-29
rpc: update conf_target helps for correctness/consistency
Jon Atack
2020-10-29
wallet, rpc: fix send subtract_fee_from_outputs help
Jon Atack
2020-10-27
wallet: improve bumpfee error/help, add explicit fee rate coverage
Jon Atack
2020-10-25
wallet: fix SetFeeEstimateMode() error message
Jon Atack
2020-10-24
wallet, bugfix: fix bumpfee with explicit fee rate modes
Jon Atack
2020-10-20
RPC: createwallet: Nicer error message if descriptor wallet requested and sql...
Luke Dashjr
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
[next]