445 Commits (e2073424fd5a185781750347fbfbb0c108ef66fd)

Author SHA1 Message Date
Gregory Maxwell b3d7b1cbe7 Wallet: Do not perform ECDSA in the fee calculation inner loop. 8 years ago
Alex Morcos 84f7ab08d2 Remove member variable hadNoDependencies from CTxMemPoolEntry 8 years ago
Pieter Wuille ce370c1811 Mark the minconf parameter to move as ignored 8 years ago
Wladimir J. van der Laan a9d6151802 qt,wallet: Fix a few typos in messages 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Jonas Schnelli 9e351c9586
SetMerkleBranch: remove unused code, remove cs_main lock requirement 8 years ago
Matt Corallo 4cd373aea8 Un-expose mapArgs from utils.h 8 years ago
Matt Corallo 0cf86a6678 Introduce (and use) an IsArgSet accessor method 8 years ago
accraze 3f67972654 updated listsinceblock rpc docs 8 years ago
Pieter Wuille c44e4c467c Make AcceptToMemoryPool take CTransactionRef 8 years ago
Gregory Sanders 5882c099d9 CreateTransaction: Don't return success with too-many-ancestor txn 8 years ago
Gregory Sanders 0b2294a980 SelectCoinsMinConf: Prefer coins with fewer ancestors 8 years ago
Gregory Maxwell bae1eef752 Fix wallet/test/crypto_tests.cpp for OpenSSL 1.1 API. 8 years ago
MarcoFalke faf4ca84e4 [wallet] Disable free transactions when relay is disabled 8 years ago
Alex Morcos 06329393c7 Flush wallet after abandontransaction 8 years ago
Pieter Wuille b3a74100b8 Return txid even if ATMP fails for new transaction 8 years ago
Jonas Schnelli c24a4f5981
[Wallet] Bugfix: FRT: don't terminate when keypool is empty 8 years ago
Gregory Maxwell f692fce8a4 Make RelayWalletTransaction attempt to AcceptToMemoryPool. 8 years ago
Gregory Sanders bc7ff8db99 Add option to return non-segwit serialization via rpc 8 years ago
Pieter Wuille f6fb7acda4 Move CTxInWitness inside CTxIn 8 years ago
Pieter Wuille 42fd8dee30 Make DecodeHexTx return a CMutableTransaction 8 years ago
Pieter Wuille c3f5673a63 Make CWalletTx store a CTransactionRef instead of inheriting 8 years ago
Matt Corallo 76faa3cdfe Rename the remaining main.{h,cpp} to validation.{h,cpp} 8 years ago
instagibbs 918b126901 fix CreateTransaction error messages 8 years ago
Pieter Wuille 1662b437b3 Make CBlock::vtx a vector of shared_ptr<CTransaction> 8 years ago
instagibbs ea83d0098a SendMoney: use already-calculated balance 8 years ago
Gregory Sanders 20c3215a90 credit values are CAmount 8 years ago
Brian Deery 07ede5d711 update comments for tx weight 8 years ago
Jonas Schnelli 4512550fa0
Remove unnecessary calls to CheckFinalTx 8 years ago
Jonas Schnelli 2e44893081
Move -salvagewallet, -zap(wtx) to where they belong 8 years ago
Jonas Schnelli f7345050e9
Make strWalletFile const 8 years ago
Luke Dashjr 5394b3940d Wallet: Split main logic from InitLoadWallet into CreateWalletFromFile 8 years ago
Luke Dashjr fb0c934d1b Wallet: Let the interval-flushing thread figure out the filename 8 years ago
Pavel Janík bdcba6d933 Initialize variable to prevent compiler warning 8 years ago
Pieter Wuille 528472111b Get rid of nType and nVersion 8 years ago
Pieter Wuille 2ca882ad41 Declare wallet.h functions inline 8 years ago
matthias 7f61b49de8 Change all instance of 'GMT epoch' to 'Unix epoch' 8 years ago
Patrick Strateman 86029e72c9 Move CWalletDB::ReorderTransactions to CWallet 8 years ago
Wladimir J. van der Laan 0fdf810d26 wallet: Change default confirm target from 2 to 6 8 years ago
Jonas Schnelli 004168dcb7
CoinControl: add option for custom confirmation target 8 years ago
instagibbs 169bdabe14 Return useful error message on ATMP failure 8 years ago
Wladimir J. van der Laan 04c1c15544 rpc: Remove invalid explanation from wallet fee message 8 years ago
Wladimir J. van der Laan 1ae5839ff0 moveonly: move `coincontrol` to `src/wallet` 8 years ago
Pavel Janík ff6639b0f5 Do not shadow local variable 8 years ago
Luke Dashjr 7942d31d5f RPC: importmulti: Avoid using boost::variant::operator!=, which is only in newer boost versions 8 years ago
Jonas Schnelli cab1da745b
[Wallet] Refactor wallet/init interaction (Reaccept wtx, flush thread) 8 years ago
Pedro Branco 215caba4ed Add consistency check to RPC call importmulti 8 years ago
Wladimir J. van der Laan 999e4c91c2 wallet: Change CCrypter to use vectors with secure allocator 8 years ago
Pedro Branco cb08fdbf78 Add importmulti rpc call 8 years ago
Jonas Schnelli 69d1c25768
[RPC] Give RPC commands more information about the RPC request 8 years ago