778 Commits (146746bbafe5dfea7b2019231c2d37fe57a4c3bb)

Author SHA1 Message Date
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 9 years ago
Pavel Janík 627468d2ea Add support for data-based outputs (OP_RETURN) to bitcoin-tx. 9 years ago
Pavel Janík d7078533eb Add OP_RETURN support in createrawtransaction RPC call, add tests. 9 years ago
Casey Rodarmor 231c5601a1 Use unique name for AlertNotify tempfile 9 years ago
mruddy af3208bfa6 Resolve issue 3166. 9 years ago
Cory Fields f0deec572b chainparams: move CCheckpointData into chainparams.h 9 years ago
Pieter Wuille eddaba7b56
Revert "Cache transaction validation successes" 9 years ago
Pieter Wuille d741371d7d Only use randomly created nonces in CRollingBloomFilter. 9 years ago
Peter Todd d2d7ee0e86 Make CRollingBloomFilter set nTweak for you 9 years ago
Gavin Andresen 517e6dd256 Unit test doublespends in new blocks 9 years ago
Pieter Wuille 17b11428c1 Cache transaction validation successes 9 years ago
Wladimir J. van der Laan c38c49d0b7 Fix argument parsing oddity with -noX 9 years ago
Jorge Timón 60c8bac77c Includes: Cleanup around net main and wallet 9 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 9 years ago
Jonas Schnelli 8d2af54ecc extend bip32 tests to cover Base58c/CExtKey decode 9 years ago
Pieter Wuille 9e38d0f745 Separate core memory usage computation in core_memusage.h 9 years ago
Wladimir J. van der Laan 7650449a67 univalue: Avoid unnecessary roundtrip through double for numbers 9 years ago
Wladimir J. van der Laan e061e2778d rpc: Make ValueFromAmount always return 8 decimals 9 years ago
Wladimir J. van der Laan 9cc91523db rpc: Accept scientific notation for monetary amounts in JSON 9 years ago
Wladimir J. van der Laan 133601f6a5 tests: Fix bitcoin-tx signing testcase 9 years ago