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
/
bitcoin-wallet.cpp
Age
Commit message (
Expand
)
Author
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-13
refactor: Extract util/exception from util/system
Ben Woosley
2023-02-27
refactor: Stop using gArgs global in system.cpp
Ryan Ofsky
2023-01-13
Merge bitcoin/bitcoin#26691: Update secp256k1 subtree to libsecp256k1 version...
fanquake
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-13
Adapt to libsecp256k1 API changes
Pieter Wuille
2022-10-31
refactor: move url.h/cpp from lib util to lib common
fanquake
2022-09-12
util: improve bitcoin-wallet exit codes
MacroFake
2022-07-20
refactor: move compat.h into compat/
fanquake
2022-06-11
compat: Consolidate mingw-w64 ASLR workaround for upstream libsecp changes
fanquake
2022-02-22
Output license info when binaries are passed -version
fanquake
2022-02-18
Mention -signet in bitcoin-wallet help output
Kristaps Kaupe
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-09
Merge bitcoin/bitcoin#23346: util, refactor: Improve headers for bitcoin-wall...
MarcoFalke
2021-11-01
Merge bitcoin/bitcoin#22766: refactor: Clarify and disable unused ArgsManager...
fanquake
2021-10-30
util, refactor: Improve headers for bitcoin-wallet tool
Hennadii Stepanov
2021-10-26
Merge bitcoin/bitcoin#23006: multiprocess: Add new bitcoin-gui, bitcoin-qt, b...
MarcoFalke
2021-10-25
scripted-diff: disable unimplemented ArgsManager BOOL/INT/STRING flags
Russell Yanofsky
2021-09-17
wallet: Default new wallets to descriptor wallets
Andrew Chow
2021-09-16
multiprocess: Add new bitcoin-gui, bitcoin-qt, bitcoin-wallet init implementa...
Russell Yanofsky
2021-06-18
Remove unused OptionsCategory arg from AddCommand
MarcoFalke
2021-01-21
util: Add ArgsManager::GetCommand() and use it in bitcoin-wallet
MarcoFalke
2021-01-21
refactor: Move all command dependend checks to ExecuteWalletToolFunc
MarcoFalke
2021-01-21
wallet: [refactor] Pass ArgsManager to WalletAppInit
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-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-11-28
Warn when binaries are built from a dirty branch.
Tyler Chambers
2020-11-11
wallettool: add param to create descriptors wallet
Ivan Metlushko
2020-10-30
doc: Document that wallet salvage is experimental
MarcoFalke
2020-09-22
doc: Update comments for new chain settings (-signet and -chain=signet)
MarcoFalke
2020-07-29
scripted-diff: Replace gArgs with local argsman
Ivan Metlushko
2020-07-29
refactor: add unused ArgsManager to replace gArgs
Ivan Metlushko
2020-05-25
wallettool: Add a salvage command
Andrew Chow
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-02
Drop bitcoin-wallet dependency on libevent
Russell Yanofsky
2020-01-14
bitcoin-wallet: Use PACKAGE_NAME in usage help
Luke Dashjr
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-02
doc: rename wallet-tool references to bitcoin-wallet
Wilson Ccasihue S
2019-10-28
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-15
Remove unused includes
practicalswift
2019-09-13
bitcoin-wallet: Add a missing closing parenthesis in the help
darosior
2019-08-19
Merge #15864: Fix datadir handling
MarcoFalke
2019-07-27
Use ArgsManager::NETWORK_ONLY flag
Hennadii Stepanov
2019-07-27
scripted-diff: Use ArgsManager::DEBUG_ONLY flag
Hennadii Stepanov
[next]