6314 Commits (48b5b84ee511d5ccd0d47bb0018c1b3c9ddebeff)

Author SHA1 Message Date
Gregory Maxwell 30d9662bd7 Reject invalid pubkeys when reading ckey items from the wallet. 9 years ago
Bob McElrath a83f3c2426 Add explicit shared_ptr constructor due to C++11 error 9 years ago
MarcoFalke 040c0ea093 Init: Cleanup error and warning strings 9 years ago
Pieter Wuille e9e616323b Make -checkmempool=1 not fail through int32 overflow 9 years ago
Pieter Wuille 298e040bca Fix chainstate serialized_size computation 9 years ago
Daniel Kraft 0be387a536 unittest: fix test for null tx input 9 years ago
Philip Kaufmann 214de7e54c [Trivial] ensure minimal header conventions 9 years ago
Philip Kaufmann ad5aae15b4 constify missing catch cases 9 years ago
Suhas Daftuar 7bbc7c314f Add option for microsecond precision in debug.log 9 years ago
Jonas Schnelli 872fee3fcc
Introduce -maxuploadtarget 9 years ago
Jonas Schnelli 0d699fc821
fix locking issue with new mempool limiting 9 years ago
Wladimir J. van der Laan 10e2eae35c rpc: Add maxmempool and effective min fee to getmempoolinfo 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
dexX7 d425877557
Remove coverage and test related files, when cleaning up 9 years ago
Mark Friedenbach dea8d21fc6 Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints 9 years ago
Mark Friedenbach 9d55050773 Add rules--presently disabled--for using GetMedianTimePast as endpoint for lock-time calculations 9 years ago
MarcoFalke bf681918d7 [trivial] rpcnet: fix typo 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
Jeff Garzik 6ec4b7eb20 leveldbwrapper: Remove unused .Prev(), .SeekToLast() methods 9 years ago
Gregory Maxwell a4e28b3d1e Set TCP_NODELAY on P2P sockets. 9 years ago
Daniel Cousens 3cb56f3778 *: alias -h for --help 9 years ago
Pieter Wuille ab1f56072a Support -checkmempool=N, which runs checks on average once every N transactions 9 years ago
Wladimir J. van der Laan 41db8c4733 http: Restrict maximum size of request line + headers 9 years ago
Jorge Timón 55a89751fa Chainparams: Translations: DRY: options and error strings 9 years ago
Jorge Timón f3525e24e3 Chainparams: Replace CBaseChainParams::Network enum with string constants (suggested by Wladimir) 9 years ago
Alex Morcos d3b09f6bac Do not allow blockfile pruning during reindex. 9 years ago
Eric Lombrozo 7801f4387d Added fPowNoRetargeting field to Consensus::Params that disables nBits recalculation. 9 years ago
Matt Corallo 58254aa3bc Fix stale comment in CTxMemPool::TrimToSize. 9 years ago
J Ross Nicoll c6824f8a90 Add DERSIG transaction test cases 9 years ago
David Hill b48da5c189 script: Remove magic numbers 9 years ago
Matt Corallo 2bc50187ee Fix comment formatting tabs 9 years ago
Matt Corallo 8abe0f5658 Undo GetMinFee-requires-extra-call-to-hit-0 9 years ago
Daniel Kraft 53b86d0de5 doc: add comment explaining initial header request 9 years ago
Daniel Kraft f8f2aceadd trivial: use constants for db keys 9 years ago
Cory Fields 60af755e56 build: univalue subdir build fixups 9 years ago
Matt Corallo 9e93640be6 Drop minRelayTxFee to 1000 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
Matt Corallo 794a8cec5d Implement on-the-fly mempool size limitation. 9 years ago
Matt Corallo e6c7b362ab Print mempool size in KB when adding txn 9 years ago
Matt Corallo 241d6078ba Add CFeeRate += operator 9 years ago
Matt Corallo e8bcdce8a2 Track (and define) ::minRelayTxFee in CTxMemPool 9 years ago
Matt Corallo 9c9b66f771 Fix calling mempool directly, instead of pool, in ATMP 9 years ago
Pieter Wuille 49b6fd5663 Add Mempool Expire function to remove old transactions 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