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
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-12-04
refactor: Use C++17 std::array where possible
MarcoFalke
2020-12-02
Merge #20530: lint, refactor: Update cppcheck linter to c++17 and improve exp...
fanquake
2020-12-02
Merge #19980: refactor: Some wallet cleanups
fanquake
2020-12-01
refactor: Improve use of explicit keyword
Fabian Jahr
2020-12-01
Merge #20494: refactor: Move node and wallet code out of src/interfaces
MarcoFalke
2020-11-28
Merge #20448: RPC/Wallet: unloadwallet: Allow specifying wallet_name param ma...
MarcoFalke
2020-11-25
Merge #20403: wallet: upgradewallet fixes, improvements, test coverage
MarcoFalke
2020-11-25
Merge #20410: wallet: Do not treat default constructed types as None-type
MarcoFalke
2020-11-24
Move WalletImpl from interfaces/wallet.cpp to wallet/interfaces.cpp
Russell Yanofsky
2020-11-24
Merge #20462: RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC ...
MarcoFalke
2020-11-24
RPC/Wallet: unloadwallet: Allow specifying wallet_name param matching RPC end...
Luke Dashjr
2020-11-24
RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC endpoint and w...
Luke Dashjr
2020-11-23
Merge #20202: wallet: Make BDB support optional
Wladimir J. van der Laan
2020-11-20
Use the correct incremental fee constant in bumpfee help
Jon Atack
2020-11-20
Allow zero-fee fundrawtxn and walletcreatefundedpsbt calls
Jon Atack
2020-11-19
wallet (not for backport): improve upgradewallet error messages
Jon Atack
2020-11-19
wallet: fix and improve upgradewallet error responses
Jon Atack
2020-11-19
wallet: fix and improve upgradewallet result responses
Jon Atack
2020-11-19
wallet: Do not treat default constructed types as None-type
MarcoFalke
2020-11-19
Merge #15710: wallet: Catch ios_base::failure specifically
Wladimir J. van der Laan
2020-11-19
Don't upgrade to HD split if it is already supported
Andrew Chow
2020-11-18
Fix mock SQLiteDatabases
Andrew Chow
2020-11-18
RPC: Require descriptors=True for createwallet when BDB is not compiled
Andrew Chow
2020-11-18
Enforce salvage is only for BDB wallets
Andrew Chow
2020-11-18
Do not compile BDB things when USE_BDB is defined
Andrew Chow
2020-11-18
Include wallet/bdb.h where it is actually being used
Andrew Chow
2020-11-18
wallet: refactor GetClosestWalletFeature()
Jon Atack
2020-11-18
refactor: Change pointer to reference because it can not be null
MarcoFalke
2020-11-17
Merge #20305: wallet: introduce fee_rate sat/vB param/option
MarcoFalke
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-16
Merge #18836: wallet: upgradewallet fixes and additional tests
Wladimir J. van der Laan
2020-11-14
Add missing optional.h include
Kristaps Kaupe
2020-11-14
Silence false positive GCC warning
Kristaps Kaupe
2020-11-12
fix potential devision by 0
Jonas Schnelli
2020-11-12
wallet: override minfee checks (fOverrideFeeRate) for fee_rate
Jon Atack
2020-11-12
wallet: update sendtoaddress, send RPC examples with fee_rate
Jon Atack
2020-11-12
wallet: use MIN_RELAY_TX_FEE in bumpfee help
Jon Atack
2020-11-12
wallet: provide valid values if invalid estimate mode passed
Jon Atack
2020-11-12
wallet: update remaining rpcwallet fee rate units to BTC/kvB
Jon Atack
2020-11-12
wallet: update fee rate units, use sat/vB for fee_rate error messages
Jon Atack
2020-11-12
Remove references to CreateWalletFromFile
fanquake
2020-11-12
Merge #19502: Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file ...
Samuel Dobson
2020-11-11
Merge #20344: wallet: fix scanning progress calculation for single block range
MarcoFalke
2020-11-11
wallet: remove fee rates from conf_target helps
Jon Atack
2020-11-11
wallet: add fee_rate unit warnings to bumpfee
Jon Atack
2020-11-11
wallet: remove redundant bumpfee fee_rate checks
Jon Atack
2020-11-11
wallet: introduce fee_rate (sat/vB) param/option
Jon Atack
2020-11-11
wallet: remove unneeded WALLET_BTC_KB_TO_SAT_B constant
Jon Atack
[next]