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-16
Merge #20575: Do not run functions with necessary side-effects in assert()
Wladimir J. van der Laan
2020-12-16
wallettool: Add createfromdump command
Andrew Chow
2020-12-16
wallettool: Add dump command
Andrew Chow
2020-12-16
Merge #20365: wallettool: add parameter to create descriptors wallet
MarcoFalke
2020-12-13
Merge #20588: Remove unused and confusing CTransaction constructor
fanquake
2020-12-12
Merge #20275: wallet: List all wallets in non-SQLite and non-BDB builds
MarcoFalke
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-10
Merge #20573: wallet, bugfix: allow send with string fee_rate amounts
MarcoFalke
2020-12-09
Rewrite OutputGroups to be clearer and to use scriptPubKeys
Andrew Chow
2020-12-07
test: Remove no longer needed MakeChain calls
Russell Yanofsky
2020-12-07
wallet: document that tx in CreateTransaction is purely an out-param
MarcoFalke
2020-12-07
Remove unused and confusing CTransaction constructor
MarcoFalke
2020-12-07
refactor: Replace uses ChainActive() in interfaces/chain.cpp
Russell Yanofsky
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-06
Do not run functions with necessary side-effects in assert()
practicalswift
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-12-04
wallet, bugfix: allow send to take string fee rate values
Jon Atack
2020-12-04
wallet: List all wallets in non-SQLite or non-BDB builds
Russell Yanofsky
2020-12-04
refactor: Consolidate redundant wallet database path and exists functions
Russell Yanofsky
2020-12-04
refactor: Drop call to GetWalletEnv in wallet salvage code
Russell Yanofsky
2020-12-04
refactor: Replace ListWalletDir() function with ListDatabases()
Russell Yanofsky
2020-12-04
MOVEONLY: Move IsBDBFile, IsSQLiteFile, and ListWalletDir
Russell Yanofsky
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
Treat CDataStream bytes as uint8_t
MarcoFalke
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
[prev]
[next]