760 Commits (e99edc1be0ffad18111f878c0737c0133a6acb77)

Author SHA1 Message Date
Jonas Schnelli dd2dc400ee
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code 9 years ago
Chris Wheeler 9d263bd17c Typo fixes in comments 9 years ago
Cory Fields 89f71c68c0 c++11: don't throw from the reverselock destructor 9 years ago
21E14 a5a0831458 Double semicolon cleanup. 9 years ago
mb300sd 37d271d7cc Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY. 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Pieter Wuille 5400ef6bcb Replace trickle nodes with per-node/message Poisson delays 9 years ago
Alex Morcos 553cad94e2 Rewrite CreateNewBlock 9 years ago
Alex Morcos f3fe83673e Add a score index to the mempool. 9 years ago
Alex Morcos c49d5bc9e6 Store the total sig op count of a tx. 9 years ago
Wladimir J. van der Laan 8f0d79e3c8 test: Disable scheduler test manythreads 9 years ago
Suhas Daftuar 7e49f5f8b4 Track coinbase spends in CTxMemPoolEntry 9 years ago
Gregory Maxwell e20672479e Remove mruset as it is no longer used. 9 years ago
Nick 996d3117c7 [RPC] Add transaction size to JSON output 9 years ago
Pieter Wuille eece63fa72 Switch blocks to a constant-space Merkle root/branch algorithm. 9 years ago
Wladimir J. van der Laan 4ec3561eb3 Replace scriptnum_test's normative ScriptNum implementation 9 years ago
Jorge Timón 2e29e7e247 Globals: Remove a bunch of Params() calls from main.cpp: 9 years ago
Luke Dashjr 3e7c89196c Optimisation: Store transaction list order in memory rather than compute it every need 9 years ago
Alex Morcos c0353064dd Change GetPriority calculation. 9 years ago
Alex Morcos 072e2f8644 Alter assumptions in CCoinsViewCache::BatchWrite 9 years ago
Alex Morcos e587bc3fd9 Implement helper class for CTxMemPoolEntry constructor 9 years ago
Alex Morcos e93a236d7a add estimateSmartFee to the unit test 9 years ago
Alex Morcos f22ac4a22c Increase success threshold for fee estimation to 95% 9 years ago
Pieter Wuille 6e18268616 Switch to libsecp256k1-based validation for ECDSA 9 years ago
Pieter Wuille 114b5812f6 Prevector type 9 years ago
Alex Morcos a78e6eaf5c Fix bug in mempool_tests unit test 9 years ago
Alex Morcos 1cf3dd80a6 Add unit test for UpdateCoins 9 years ago
Alex Morcos 03c82826f9 Make CCoinsViewTest behave like CCoinsViewDB 9 years ago
Jorge Timón 6bc9e4056b Chainparams: Explicit CChainParams arg for miner: 9 years ago
Jorge Timón 598e494587 Chainparams: Explicit CChainParams arg for main (pre miner): 9 years ago
MarcoFalke 536766c903 [trivial] New DEFAULT_MIN_RELAY_TX_FEE = 1000 9 years ago
MarcoFalke 5f46a7d068 transaction_tests: Be more strict checking dust 9 years ago
Gregory Maxwell d1c3762ae8 Revert "Revert "Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints"" 9 years ago
Gregory Maxwell 8537ecdfc4 Revert "Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints" 9 years ago
Wladimir J. van der Laan 7497e805bd tests: Initialize networking on windows 9 years ago
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