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-02-19
Disallow sendtoaddress and sendmany when private keys disabled
Andrew Chow
2020-12-10
wallet, bugfix: allow send to take string fee rate values
Jon Atack
2020-11-26
Use the correct incremental fee constant in bumpfee help
Jon Atack
2020-11-26
Allow zero-fee fundrawtxn and walletcreatefundedpsbt calls
Jon Atack
2020-11-25
Merge #20490: [backport] wallet: upgradewallet fixes, improvements, test cove...
MarcoFalke
2020-11-25
Merge #20485: [backport] wallet: Do not treat default constructed types as No...
MarcoFalke
2020-11-24
RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC endpoint and w...
Luke Dashjr
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
Don't upgrade to HD split if it is already supported
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
2020-11-11
wallet: fix bug in RPC send options
Jon Atack
2020-11-11
wallet: fix scanning progress calculation for single block range
Sebastian Falbesoner
2020-11-09
Merge #20153: wallet: do not import a descriptor with hardened derivations in...
Wladimir J. van der Laan
2020-11-09
Merge #20266: wallet: fix change detection of imported internal descriptors
Wladimir J. van der Laan
2020-11-06
Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file checks
Luke Dashjr
2020-11-05
wallet: Set DatabaseStatus::SUCCESS in MakeSQLiteDatabase
MarcoFalke
2020-11-05
Set bilingual error completely
Hennadii Stepanov
2020-11-05
Merge #20199: wallet: ignore (but warn) on duplicate -wallet parameters
MarcoFalke
2020-11-04
wallet: Remove -upgradewallet from dummywallet
MarcoFalke
2020-11-04
wallet: upgrade the CHDChain version number when upgrading to split hd
Andrew Chow
2020-11-04
wallet: remove nWalletMaxVersion
Andrew Chow
2020-11-04
wallet: have ScriptPubKeyMan::Upgrade check against the new version
Andrew Chow
2020-11-04
Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21
Samuel Dobson
2020-11-03
Ignoring (but warn) on duplicate -wallet parameters
Jonas Schnelli
2020-11-02
[wallet] Return object from upgradewallet RPC
Sishir Giri
2020-11-02
Merge #20230: wallet: Fix bug when just created encrypted wallet cannot get a...
Samuel Dobson
[next]