9105 Commits (2c839114010396b517dc5146065b133f578e7094)

Author SHA1 Message Date
Jonas Schnelli 390bd14684
[Qt] Console: don't allow empty arguments when using the comma-syntax 8 years ago
Gregory Maxwell da9cdd2c9c Do not run functions with necessary side-effects in assert() 8 years ago
Chris Moore 453bda63dd Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'. 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
Luke Dashjr 6a32c0f69d
Qt/Test: Check handling of empty arguments in RPC debug console 8 years ago
Jonas Schnelli 89c8d2c12c
[Qt] Console: allow empty arguments 8 years ago
Richard Kiss e49a252bae Fix spelling. 8 years ago
Gregory Maxwell b05b1af10b Fix qt/paymentrequestplus.cpp for OpenSSL 1.1 API. 8 years ago
Pieter Wuille 7b49f22bdb Squashed 'src/secp256k1/' changes from 7a49cac..8225239 8 years ago
Russell Yanofsky 654e0443fb [trivial] Add comment documenting CWalletTx::mapValue 8 years ago
Jonas Schnelli ed6b377ae2
[Qt] Console: add security warning 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 01fea7a048 If we don't allow free txs, always send a fee filter 8 years ago
Alex Morcos 5f0e27f1a8 Increase mempool expiry time to 2 weeks 8 years ago
Alex Morcos 06329393c7 Flush wallet after abandontransaction 8 years ago
Karl-Johan Alm 8c1dbc5e9d Refactor: Removed begin/end_ptr functions. 8 years ago
Alex Morcos f8d43b8081 Avoid rollingMinimumFeeRate never being able to decay below half 8 years ago
Alex Morcos eab8e1b172 fix a bug if the min fee is 0 for FeeFilterRounder 8 years ago
BtcDrak c5c92c46fb
Update python tests for default tx version=2 8 years ago
BtcDrak dab207e4e6
Preserve tx version=1 for certain tests 8 years ago
Alex Morcos c5d746ace7
tiny test fix for mempool_tests 8 years ago
BtcDrak 1f0ca1ae1c
Bump default transaction version to 2 8 years ago
Pieter Wuille b3a74100b8 Return txid even if ATMP fails for new transaction 8 years ago
jonnynewbs d29505db22 Fix transaction size comments. Size now refers to virtual size as defined in BIP141. 8 years ago
Russell Yanofsky fe41f58365 Remove undefined FetchCoins method declaration 8 years ago
Alex Morcos b919179cbb remove no longer needed check for premature v2 txs 8 years ago
Wladimir J. van der Laan f36349e898 qt: Remove on_toggleNetworkActiveButton_clicked from RPCConsole 8 years ago
Alex Morcos 28f8ae8adf Fix missed change to WalletTx structure 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
Pieter Wuille 80d073c9bc Complain when unknown rpcserialversion is specified 8 years ago
Pieter Wuille 819ca3f18e Remove mapOrphanTransactionsByPrev from DoS_tests 8 years ago
Russell Yanofsky 07df40babb [test] Add CCoinsViewCache Access/Modify/Write tests 8 years ago
Alex Morcos a874ab5ccf remove internal tracking of mempool conflicts for reporting to wallet 8 years ago
Alex Morcos bf663f8e93 remove external usage of mempool conflict tracking 8 years ago
Jonas Schnelli 89a3723bdc
[Qt] Show ModalOverlay by pressing the progress bar, disabled show() in sync mode 8 years ago
instagibbs 412bab22b2 Adapt ZMQ/rest serialization to take rpcserialversion arg 8 years ago
Gregory Sanders bc7ff8db99 Add option to return non-segwit serialization via rpc 8 years ago
Pavel Janík 9de90bb749 Do not shadow variables (gcc set) 8 years ago
Pavel Janík c4b6fa8edf CMutableTransaction is defined as struct. 8 years ago
Pieter Wuille 2efc43874c Align struct COrphan definition 8 years ago
Pieter Wuille f6fb7acda4 Move CTxInWitness inside CTxIn 8 years ago
Matt Corallo a13fa4c80f Remove unused CDiskBlockPos* argument from ProcessNewBlock 8 years ago
Matt Corallo dd0df81ebd Document ConnectBlock connectTrace postconditions 8 years ago
Matt Corallo 2d6e5619af Switch pblock in ProcessNewBlock to a shared_ptr 8 years ago
Matt Corallo 2736c44c8e Make the optional pblock in ActivateBestChain a shared_ptr 8 years ago
Matt Corallo ae4db44d03 Create a shared_ptr for the block we're connecting in ActivateBCS 8 years ago
Matt Corallo fd9d89070a Keep blocks as shared_ptrs, instead of copying txn in ConnectTip 8 years ago