857 Commits (f4119c6c988ea24a5218aa6bc67e57e47e051547)

Author SHA1 Message Date
Daniel Kraft 0be387a536 unittest: fix test for null tx input 9 years ago
Eric Lombrozo 143d173969 Use BOOST_CHECK_MESSAGE() rather than BOOST_CHECK() in alerts_tests.cpp and initialize strMiscWarning before calling PartitionCheck()." 9 years ago
Mark Friedenbach dea8d21fc6 Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints 9 years ago
Jeff Garzik 3795e8152b leveldbwrapper file rename to dbwrapper.* 9 years ago
Jeff Garzik 8587b23038 leveldbwrapper symbol rename: Remove "Level" from class, etc. names 9 years ago
Jorge Timón f3525e24e3 Chainparams: Replace CBaseChainParams::Network enum with string constants (suggested by Wladimir) 9 years ago
J Ross Nicoll c6824f8a90 Add DERSIG transaction test cases 9 years ago
Matt Corallo 8abe0f5658 Undo GetMinFee-requires-extra-call-to-hit-0 9 years ago
Matt Corallo 074cb155c2 Add reasonable test case for mempool trimming 9 years ago
Matt Corallo d355cf4420 Only call TrimToSize once per reorg/blocks disconnect 9 years ago
Suhas Daftuar 78b82f4a16 Reverse the sort on the mempool's feerate index 9 years ago
Wladimir J. van der Laan 4e2efb3c5f tests: update transaction_tests for new dust threshold 9 years ago
Eric Lombrozo 700f52e0f6 Clarification of unit test build instructions. 9 years ago
James O'Beirne dcd8e27c65 Refer to obfuscate_key via pointer in peripheral CLevelDB classes 9 years ago
James O'Beirne 1488506872 Add tests for gettxoutsetinfo, CLevelDBBatch, CLevelDBIterator 9 years ago
James O'Beirne 42cb388167 Add chainstate obfuscation to avoid spurious antivirus detection 9 years ago
Peter Todd da894ab5da Accept any sequence of PUSHDATAs in OP_RETURN outputs 9 years ago
Jonas Schnelli 9623e93473 [Univalue] add univalue over subtree 9 years ago
EthanHeilman 1534d9a83c Creates unittests for addrman, makes addrman testable. 9 years ago
MarcoFalke 43edd515e5 SanitizeString: Allow hypen char 9 years ago
Pieter Wuille 391dff16fe Do not store Merkle branches in the wallet. 9 years ago
Suhas Daftuar 5add7a74a6 Track transaction packages in CTxMemPoolEntry 9 years ago
Ashley Holman 34628a1807 TxMemPool: Change mapTx to a boost::multi_index_container 9 years ago
Jonas Schnelli 07f70b2dde [QA] fix netbase tests because of new CSubNet::ToString() output 9 years ago
Wladimir J. van der Laan e2b8028e4c net: Fix CIDR notation in ToString() 9 years ago
Jonas Schnelli 607809f037 net: use CIDR notation in CSubNet::ToString() 9 years ago
MarcoFalke 1c1b1b315f [uacomment] Sanitize per BIP-0014 9 years ago
Casey Rodarmor 86270c8164 Replace boost::reverse_lock with our own. 9 years ago
Wladimir J. van der Laan 6a21dd598c Remove rpc_boostasiotocnetaddr test 9 years ago
Daniel Kraft e938122b7b Stop parsing JSON after first finished construct. 9 years ago
Alex Morcos 1123cdbf4d add unit test for CNetAddr::GetGroup. 9 years ago
Casey Rodarmor 7bd57bb1d7 Add limitedmap test 9 years ago
Mark Friedenbach c5c1edfe60 Fix spelling mistake in -> if. 9 years ago
Veres Lajos 9f68ed6b6d typofixes (found by misspell_fixer) 9 years ago
Cory Fields 605433ffb5 locks: don't lock cs_wallet before making rpc calls 10 years ago
Pavel Janík 627468d2ea Add support for data-based outputs (OP_RETURN) to bitcoin-tx. 10 years ago
Pavel Janík d7078533eb Add OP_RETURN support in createrawtransaction RPC call, add tests. 10 years ago
Casey Rodarmor 231c5601a1 Use unique name for AlertNotify tempfile 10 years ago
mruddy af3208bfa6 Resolve issue 3166. 10 years ago
Cory Fields f0deec572b chainparams: move CCheckpointData into chainparams.h 10 years ago
Pieter Wuille eddaba7b56
Revert "Cache transaction validation successes" 10 years ago
Pieter Wuille d741371d7d Only use randomly created nonces in CRollingBloomFilter. 10 years ago
Peter Todd d2d7ee0e86 Make CRollingBloomFilter set nTweak for you 10 years ago
Gavin Andresen 517e6dd256 Unit test doublespends in new blocks 10 years ago
Pieter Wuille 17b11428c1 Cache transaction validation successes 10 years ago
Wladimir J. van der Laan c38c49d0b7 Fix argument parsing oddity with -noX 10 years ago
Jorge Timón 60c8bac77c Includes: Cleanup around net main and wallet 10 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 10 years ago
Jonas Schnelli 8d2af54ecc extend bip32 tests to cover Base58c/CExtKey decode 10 years ago
Pieter Wuille 9e38d0f745 Separate core memory usage computation in core_memusage.h 10 years ago