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
Age
Commit message (
Expand
)
Author
2021-04-13
refactor: unify external wallet runtime errors
fanquake
2021-04-13
refactor: add missing includes to external signer code
fanquake
2021-04-13
refactor: move all signer code inside ENABLE_EXTERNAL_SIGNER #ifdefs
fanquake
2021-04-08
rpc: add help for enumeratesigners and walletdisplayaddress
Sjors Provoost
2021-04-08
Move external signer out of wallet module
Sjors Provoost
2021-04-07
Drop JSONRPCRequest constructors after #21366
Russell Yanofsky
2021-04-07
Merge #21572: Fix wrong wallet RPC context set after #21366
MarcoFalke
2021-04-07
Merge #21613: build: enable -Wdocumentation
fanquake
2021-04-07
Merge #21540: wallet: refactor: dedup sqlite statement preparations/deletions
fanquake
2021-04-06
doc: fixup -Wdocumentation issues
fanquake
2021-04-06
Merge #21598: refactor: Remove negative lock annotations from globals
MarcoFalke
2021-04-05
Merge #21302: wallet: createwallet examples for descriptor wallets
W. J. van der Laan
2021-04-05
refactor: Remove negative lock annotations from globals
MarcoFalke
2021-04-02
Fix wrong wallet RPC context set after #21366
Russell Yanofsky
2021-04-02
wallet: refactor: dedup sqlite statement deletions
Sebastian Falbesoner
2021-04-02
wallet: refactor: dedup sqlite statement preparations
Sebastian Falbesoner
2021-04-02
Merge #21063: wallet, rpc: update listdescriptors response format
fanquake
2021-04-01
Merge #21544: rpc: Missing doc updates for bumpfee psbt update
fanquake
2021-03-29
refactor: replace util::Ref by std::any (C++17)
Sebastian Falbesoner
2021-03-29
rpc: Missing doc updates for bumpfee psbt update
MarcoFalke
2021-03-29
Merge #20286: rpc: deprecate `addresses` and `reqSigs` from rpc outputs
MarcoFalke
2021-03-24
remove unnecessary newline from initWarning() argument
Larry Ruane
2021-03-23
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
Michael Dietz
2021-03-21
Merge #21040: wallet: Fix already-loading message grammar
MarcoFalke
2021-03-17
Merge #21415: refactor: remove Optional & nullopt
Wladimir J. van der Laan
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-17
Merge #21417: Misc external signer improvement and HWI 2 support
fanquake
2021-03-17
Merge #21083: wallet: Avoid requesting fee rates multiple times during coin s...
Samuel Dobson
2021-03-16
Rename CoinSelectionParams::effective_fee to m_effective_feerate
Andrew Chow
2021-03-16
wallet: Move discard feerate fetching to CreateTransaction
Andrew Chow
2021-03-16
wallet: Move long term feerate setting to CreateTransaction
Andrew Chow
2021-03-16
wallet: Replace nFeeRateNeeded with effective_fee
Andrew Chow
2021-03-16
wallet: Use existing feerate instead of getting a new one
Andrew Chow
2021-03-15
Add new format string placeholders for walletnotify to include relevant block...
Maayan Keshet
2021-03-15
Merge #21035: Remove pointer cast in CRPCTable::dumpArgMap
MarcoFalke
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-11
rpc: don't require wallet for enumeratesigners
Sjors Provoost
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-10
Merge #21331: rpc: replace wallet raw pointers with references (#18592 rebased)
MarcoFalke
2021-03-09
wallet, rpc: update listdescriptors response format
Ivan Metlushko
2021-03-09
Merge #18842: wallet: Mark replaced tx to not be in the mempool anymore
MarcoFalke
2021-03-09
Merge #20536: wallet: Error with "Transaction too large" if the funded tx wil...
Samuel Dobson
2021-03-07
wallet: Mark replaced tx to not be in the mempool anymore
MarcoFalke
2021-03-05
rpc: refactor rpc wallet functions to take references instead of pointers
fanquake
2021-03-05
rpc: remove calls to CWallet.get()
fanquake
2021-03-03
rpc: Add HelpExampleCliNamed and use it for `createwallet` doc
Wladimir J. van der Laan
2021-03-01
Merge #18466: rpc: fix invalid parameter error codes for {sign,verify}message...
Wladimir J. van der Laan
2021-02-26
Merge #21277: wallet: listdescriptors uses normalized descriptor form
Wladimir J. van der Laan
2021-02-23
wallet: fix doc typo in signer option
William Casarin
2021-02-23
rpc: send: support external signer
Sjors Provoost
[next]