Commit Graph

83 Commits (af4100cd6f772c4894b6af96e6c5ef929a2eff18)

Author SHA1 Message Date
Hennadii Stepanov dde80c272a
Use ArgsManager::NETWORK_ONLY flag
5 years ago
Hennadii Stepanov fb4b9f9e3b
scripted-diff: Use ArgsManager::DEBUG_ONLY flag
5 years ago
Hennadii Stepanov 1b4b9422ca
scripted-diff: Use Flags enum in AddArg()
5 years ago
Hennadii Stepanov 753f7cccce
scripted-diff: Make translation bilingual
5 years ago
Hennadii Stepanov 0b86e517ad
Refactor out translation.h
5 years ago
Sjors Provoost 976b034b13
[build]: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)
5 years ago
Wladimir J. van der Laan 8c69fae944
Merge #15457: Check std::system for -[alert|block|wallet]notify
5 years ago
MeshCollider 44d8172323
Merge #13756: wallet: "avoid_reuse" wallet flag for improved privacy
5 years ago
Sjors Provoost f874e14cd3
[build]: check std::system for -[alert|block|wallet]notify
6 years ago
practicalswift eca9767673 Make reasoning about dependencies easier by not including unused dependencies
6 years ago
Karl-Johan Alm 5ebc6b0eb2
bitcoind: update -avoidpartialspends description to account for auto-enable for avoid_reuse wallets
6 years ago
MarcoFalke aaaa57c2aa
scripted-diff: Bump copyright headers in wallet
6 years ago
John Newbery 5c759c73b2 [wallet] Move maxTxFee to wallet
6 years ago
John Newbery 9eaeb7fb8d [build] Move wallet load functions to wallet/load unit
6 years ago
John Newbery 91a25d1e71 [build] Add several util units
6 years ago
John Newbery 52b760fc6a [wallet] Schedule tx rebroadcasts in wallet
6 years ago
Russell Yanofsky d358466de1 Remove remaining wallet accesses to node globals
6 years ago
Russell Yanofsky e2c8ba9f6e Remove uses of InitMessage/Warning/Error in wallet code
6 years ago
Jordan Baczuk dfbf117bbb Move maxTxFee initialization to init.cpp
6 years ago
João Barbosa c37851de57 rpc: Make unloadwallet wait for complete wallet unload
6 years ago
Russell Yanofsky ea961c3d72 Remove direct node->wallet calls in init.cpp
6 years ago
Russell Yanofsky 8db11dd0b1 Pass chain and client variables where needed
6 years ago
ken2812221 b6022149ec
trivial: Don't translate in help text
6 years ago
Wladimir J. van der Laan 46eb2755d4
Merge #14350: Add WalletLocation class
6 years ago
Jim Posen 2068f089c8 scripted-diff: Move util files to separate directory.
6 years ago
João Barbosa 65f3672f3b wallet: Refactor to use WalletLocation
6 years ago
Pierre Rochard 2d471636eb wallet: Remove trailing separators from -walletdir arg
6 years ago
John Newbery 7d038dcb41 [build] remove ENABLE_WALLET ifdef from httprpc.cpp
6 years ago
John Newbery c9c32e6b84 [wallet] Kill accounts
6 years ago
DrahtBot eb7daf4d60 Update copyright headers to 2018
6 years ago
Karl-Johan Alm bb629cb9dc
Add -avoidpartialspends and m_avoid_partial_spends
6 years ago
Anthony Towns 9a44db2e46 Add outputtype module
6 years ago
Cory Fields 466e16e0e8 cleanup: avoid hidden copies in range-for loops
7 years ago
Wladimir J. van der Laan 3d4fa83587 Stop translating command line options
7 years ago
João Barbosa 80b4910f7d wallet: Use shared pointer to retain wallet instance
7 years ago
John Newbery 876eb64680 [wallet] Pass error message back from CWallet::Verify()
7 years ago
John Newbery e0e90db07b [wallet] Add CWallet::Verify function
7 years ago
John Newbery 470316c3bf [wallet] setup wallet background flushing in WalletInit directly
7 years ago
Andrew Chow 4d4185a4f0 Make gArgs aware of the arguments
7 years ago
Wladimir J. van der Laan 476cb35551
Merge #12909: wallet: Make fee settings to be non-static members
7 years ago
Wladimir J. van der Laan d3f04c0e81
Merge #13030: [bugfix] [wallet] Fix zapwallettxes/multiwallet interaction.
7 years ago
MarcoFalke fac0db0ff8
wallet: Make fee settings non-static members
7 years ago
John Newbery 3476e3c48b [wallet] Fix zapwallettxes/multiwallet interaction.
7 years ago
João Barbosa 373aee26c3 wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets
7 years ago
João Barbosa 6efd9644cf refactor: Drop CWalletRef typedef
7 years ago
João Barbosa 6ec78f1461 wallet: Refactor g_wallet_init_interface to const reference
7 years ago
João Barbosa 1936125671 wallet: Make WalletInitInterface members const
7 years ago
Russell Yanofsky ea23945dbc scripted-diff: Rename wallet database classes
7 years ago
João Barbosa d894894aab wallet: Refactor to WalletInitInterface* const g_wallet_init_interface
7 years ago
João Barbosa 39bc2faa2e wallet: Make WalletInitInterface and DummyWalletInit private
7 years ago