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
2021-12-02
Merge bitcoin/bitcoin#23640: MOVEONLY: Move helper functions from rpcwallet t...
MarcoFalke
2021-12-01
doc: use BIP125-replaceable
fanquake
2021-12-01
MOVEONLY: Move utility functions from rpcwallet to wallet/rpc/util
Samuel Dobson
2021-11-30
Merge bitcoin/bitcoin#23602: wallet: Split stuff from rpcwallet
MarcoFalke
2021-11-29
Merge bitcoin/bitcoin#22513: rpc: Allow walletprocesspsbt to sign without fin...
W. J. van der Laan
2021-11-26
wallet: Split signmessage from rpcwallet
MarcoFalke
2021-11-25
Merge bitcoin/bitcoin#21206: refactor: Make CWalletTx sync state type-safe
W. J. van der Laan
2021-11-22
Merge bitcoin/bitcoin#23348: rpc, wallet: Do not return "keypoololdest" for b...
Samuel Dobson
2021-11-15
refactor: Make CWalletTx sync state type-safe
Russell Yanofsky
2021-11-10
refactor: use const `LegacyScriptPubKeyMan` references in dump{privkey,wallet...
Sebastian Falbesoner
2021-11-03
wallet, refactor: Make GetOldestKeyPoolTime return type std::optional
Hennadii Stepanov
2021-10-25
refactor: use CWallet const shared pointers when possible
Karl-Johan Alm
2021-10-25
refactor: const shared_ptrs
Karl-Johan Alm
2021-10-22
Merge bitcoin/bitcoin#23139: rpc: fix "trusted" field in TransactionDescripti...
W. J. van der Laan
2021-10-22
Merge bitcoin/bitcoin#23002: Make descriptor wallets by default
MarcoFalke
2021-10-15
Merge bitcoin/bitcoin#22937: refactor: Forbid calling unsafe fs::path(std::st...
W. J. van der Laan
2021-10-14
Merge bitcoin/bitcoin#23093: Add ability to flush keypool and always flush wh...
W. J. van der Laan
2021-10-08
Merge bitcoin/bitcoin#23188: wallet: fund transaction external input cleanups
fanquake
2021-10-07
Merge bitcoin/bitcoin#23172: doc: Extract FundTxDoc in rpcwallet
fanquake
2021-10-06
External input fund support cleanups
Gregory Sanders
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-10-05
Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensus
MarcoFalke
2021-10-04
doc: Extract FundTxDoc
MarcoFalke
2021-10-04
Merge bitcoin/bitcoin#17211: Allow fundrawtransaction and walletcreatefundedp...
Samuel Dobson
2021-10-03
allow send rpc take external inputs and solving data
Andrew Chow
2021-10-03
allow fundtx rpcs to work with external inputs
Andrew Chow
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-30
Remove -rescan startup parameter
Samuel Dobson
2021-09-29
rpc: improve TransactionDescriptionString() "generated" help
Jon Atack
2021-09-29
rpc: fix "trusted" description in TransactionDescriptionString
Jon Atack
2021-09-28
psbt: sign without finalizing
Andrew Chow
2021-09-29
Merge bitcoin/bitcoin#22650: Remove -deprecatedrpc=addresses flag and corresp...
Samuel Dobson
2021-09-28
Ensure wallet is unlocked before signing in walletprocesspsbt
Samuel Dobson
2021-09-26
Merge bitcoin/bitcoin#23065: Allow UTXO locks to be written to wallet DB
W. J. van der Laan
2021-09-26
Fix outdated keypool size default
Samuel Dobson
2021-09-26
Add newkeypool RPC to flush the keypool
Samuel Dobson
2021-09-25
Allow lockunspent to store the lock in the wallet DB
Samuel Dobson
2021-09-24
rpc: remove deprecated addresses and reqSigs from rpc outputs
Michael Dietz
2021-09-21
doc: Fix RPC result documentation
MarcoFalke
2021-09-20
Merge bitcoin/bitcoin#12677: RPC: Add ancestor{count,size,fees} to listunspen...
W. J. van der Laan
2021-09-17
wallet: Default new wallets to descriptor wallets
Andrew Chow
2021-09-16
rpc, wallet: Descriptor wallets are no longer experimental
Andrew Chow
2021-09-16
RPC: Add ancestor{count,size,fees} to listunspent output
Luke Dashjr
2021-09-15
doc: Fix walletdisplayaddress RPC doc
MarcoFalke
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-08-17
refactor: remove ::vpwallets and related global variables
Russell Yanofsky
2021-08-10
Add a new RPC command: restorewallet
lsilva01
2021-08-09
Merge bitcoin/bitcoin#22337: wallet: Use bilingual_str for errors
Samuel Dobson
2021-08-09
Merge bitcoin/bitcoin#21500: wallet, rpc: add an option to list private descr...
Samuel Dobson
2021-08-04
make ParseOutputType return a std::optional<OutputType>
fanquake
[next]