9121 Commits (fadf078c9cd70ac930ec1dbbe4d4988ea6a2ba44)

Author SHA1 Message Date
Wladimir J. van der Laan 5113474a91 wallet: Use CDataStream.data() 8 years ago
Wladimir J. van der Laan e2300ff65e bench: Use CDataStream.data() 8 years ago
Wladimir J. van der Laan adff950fae dbwrapper: Use new .data() method of CDataStream 8 years ago
Wladimir J. van der Laan a2141e415a streams: Remove special cases for ancient MSVC 8 years ago
Wladimir J. van der Laan af4c44ce59 streams: Add data() method to CDataStream 8 years ago
Patrick Strateman a4153e20ec Simple fuzzing framework 8 years ago
Jeremy Rubin 67dac4e193 Add unit tests for the CuckooCache 8 years ago
Jeremy Rubin c9e69fbf39 Add CuckooCache implementation and replace the sigcache map_type with it 8 years ago
Russell Yanofsky a1fe9446e9 Remove reference to nonexistent "version" wallet transaction mapvalue field 8 years ago
Pieter Wuille ed5896976a Batch construct batches 8 years ago
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