6460 Commits (d5f46832de900cee0801ca40bba743c9564cccb8)

Author SHA1 Message Date
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
Wladimir J. van der Laan 28e3249e53 Bump minrelaytxfee default 9 years ago
Cory Fields 3b1279fdb2 build: match upstream build change 9 years ago
James O'Beirne 0fdf8c80ee Handle obfuscation in CLevelDBIterator 9 years ago
Pieter Wuille 3499ce1e1a Encapsulate CLevelDB iterators cleanly 9 years ago
Peter Todd 65ef372302
Add BIP65 to getblockchaininfo softforks list 9 years ago
Peter Todd 287f54fc90 Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic 9 years ago
Cory Fields b22692ce3e build: Make use of ZMQ_CFLAGS 9 years ago
Pavel Janík b2af29b806 Ignore bench_bitcoin binary. 9 years ago
James O'Beirne 42cb388167 Add chainstate obfuscation to avoid spurious antivirus detection 9 years ago
Gregory Maxwell b196b685c9 Test LowS in standardness, removes nuisance malleability vector. 9 years ago