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-01-28
Merge #20226: wallet, rpc: add listdescriptors command
Samuel Dobson
2021-01-27
wallet, rpc: add listdescriptors command
Ivan Metlushko
2021-01-27
Merge #20964: rpc: Add specific error code for "wallet already loaded"
Wladimir J. van der Laan
2021-01-26
Merge #17350: doc: Add developer documentation to isminetype
Samuel Dobson
2021-01-25
rpc: Add specific error code for "wallet already loaded"
Wladimir J. van der Laan
2021-01-24
Better error messages for invalid addresses
Bezdrighin
2021-01-21
Merge #20932: refactor: Replace fs::absolute calls with AbsPathJoin calls
MarcoFalke
2021-01-20
Merge #20952: wallet: Add BerkeleyDB version sanity check at init time
Samuel Dobson
2021-01-19
Merge #20891: rpc: Remove deprecated bumpfee behavior
Wladimir J. van der Laan
2021-01-19
doc: Add developer documentation to isminetype
HAOYUatHZ
2021-01-17
wallet: Add BerkeleyDB version sanity check at init time
Wladimir J. van der Laan
2021-01-15
Replace fs::absolute calls with AbsPathJoin calls
Kiminuo
2021-01-15
test: Clear forced -walletdir setting after wallet init_tests
Kiminuo
2021-01-13
Merge #19935: Move SaltedHashers to separate file and add some new ones
Wladimir J. van der Laan
2021-01-11
Merge #20480: Replace boost::variant with std::variant
fanquake
2021-01-08
Remove deprecated bumpfee behavior
Andrew Chow
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
2021-01-04
doc: fix various typos
Ikko Ashimine
2021-01-04
doc: Use https URLs where possible
Sawyer Billings
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-19
Replace boost::optional with std::optional
MarcoFalke
2020-12-19
Remove unused MakeOptional
MarcoFalke
2020-12-17
wallet: Add missing check for -descriptors wallet tool option
MarcoFalke
2020-12-17
wallet: Pass ArgsManager into ExecuteWalletToolFunc instead of using global
MarcoFalke
2020-12-17
Merge #19137: wallettool: Add dump and createfromdump commands
MarcoFalke
2020-12-17
Merge #20635: fix misleading comment about call to non-existing function
Wladimir J. van der Laan
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-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
[next]