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-29
Merge bitcoin/bitcoin#21759: wallet: document coin selection code
fanquake
2021-04-26
refactor + document coin selection strategy
glozow
2021-04-26
[docs] add doxygen comments to wallet code
glozow
2021-04-26
Merge bitcoin/bitcoin#21714: refactor: Drop CCoinControl::SetNull
MarcoFalke
2021-04-22
[docs] format existing comments as doxygen
glozow
2021-04-19
Merge #21679: rpc: Keep default argument value in correct type
MarcoFalke
2021-04-18
refactor: Drop CCoinControl::SetNull
João Barbosa
2021-04-17
rpc: Keep default argument value in correct type
João Barbosa
2021-04-14
test: Reset mocktime in the common setup
MarcoFalke
2021-04-14
Merge #21666: Miscellaneous external signer changes
fanquake
2021-04-13
Merge #21634: tests: Skip SQLite fsyncs while testing
MarcoFalke
2021-04-13
wallet: remove CWallet::GetExternalSigner()
fanquake
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-12
tests: Skip SQLite fsyncs while testing
Andrew Chow
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
[next]