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
/
wallet.cpp
Age
Commit message (
Expand
)
Author
2021-05-10
Merge bitcoin/bitcoin#21359: rpc: include_unsafe option for fundrawtransaction
W. J. van der Laan
2021-05-10
Merge bitcoin/bitcoin#21836: scripted-diff: Replace three dots with ellipsis ...
W. J. van der Laan
2021-05-04
refactor: Replace &foo[0] with foo.data()
MarcoFalke
2021-05-02
scripted-diff: Replace three dots with ellipsis in the UI strings
Hennadii Stepanov
2021-04-30
rpc: include_unsafe option for fundrawtransaction
t-bast
2021-04-26
refactor + document coin selection strategy
glozow
2021-04-13
wallet: remove CWallet::GetExternalSigner()
fanquake
2021-04-13
refactor: unify external wallet runtime errors
fanquake
2021-04-13
refactor: move all signer code inside ENABLE_EXTERNAL_SIGNER #ifdefs
fanquake
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 #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
scripted-diff: remove Optional & nullopt
fanquake
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-02-23
rpc: send: support external signer
Sjors Provoost
2021-02-23
rpc: signerdisplayaddress
Sjors Provoost
2021-02-23
wallet: ExternalSigner: add GetDescriptors method
Sjors Provoost
2021-02-23
wallet: add GetExternalSigner()
Sjors Provoost
2021-02-23
wallet: add ExternalSignerScriptPubKeyMan
Sjors Provoost
2021-02-23
wallet: add external_signer flag
Sjors Provoost
2021-02-04
wallet: Fix already-loading error message grammar
Fotis Koutoupas
2021-02-01
Merge #20040: wallet: Refactor OutputGroups to handle fees and spending eligi...
Samuel Dobson
2021-01-15
Replace fs::absolute calls with AbsPathJoin calls
Kiminuo
2021-01-11
Merge #20480: Replace boost::variant with std::variant
fanquake
2021-01-07
Merge #20584: Declare de facto const reference variables/member functions as ...
MarcoFalke
2021-01-05
Replace boost::variant with std::variant
MarcoFalke
2020-12-19
Replace boost::optional with std::optional
MarcoFalke
2020-12-19
Remove unused MakeOptional
MarcoFalke
2020-12-17
Merge #20635: fix misleading comment about call to non-existing function
Wladimir J. van der Laan
2020-12-13
Merge #20588: Remove unused and confusing CTransaction constructor
fanquake
2020-12-12
fix misleading comment about call to non-existing function
pox
2020-12-10
test: Fix inconsistent lock order in wallet_tests/CreateWallet
Hennadii Stepanov
2020-12-09
Rewrite OutputGroups to be clearer and to use scriptPubKeys
Andrew Chow
2020-12-07
wallet: document that tx in CreateTransaction is purely an out-param
MarcoFalke
2020-12-07
refactor: Get rid of more redundant chain methods
Russell Yanofsky
2020-12-06
Don't declare de facto const reference variables as non-const
practicalswift
2020-12-06
Don't declare de facto const member functions as non-const
practicalswift
2020-12-02
Merge #19980: refactor: Some wallet cleanups
fanquake
2020-11-30
Fail if maximum weight is too large
Andrew Chow
2020-11-30
Have CalculateMaximumSignedTxSize also compute tx weight
Andrew Chow
2020-11-25
Merge #20403: wallet: upgradewallet fixes, improvements, test coverage
MarcoFalke
[next]