6754 Commits (e99edc1be0ffad18111f878c0737c0133a6acb77)

Author SHA1 Message Date
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
Philip Kaufmann e8600c924d banlist (bugfix): allow CNode::SweepBanned() to run on interval 9 years ago
Philip Kaufmann 2977c243ef banlist: add more banlist infos to log / add GUI signal 9 years ago
Philip Kaufmann ce479aaada banlist: better handling of banlist in StartNode() 9 years ago
Philip Kaufmann 57c77fe4d3 banlist: update set dirty to be more fine grained 9 years ago
Luke Dashjr fd55571f06 wallet: Expose GUI labels in RPC 9 years ago
Luke Dashjr 5f9260f458 Bugfix: If genproclimit is omitted to RPC setgenerate, don't change it; also show correct default in getmininginfo 9 years ago
Luke Dashjr 420a82f1ae Bugfix: Describe dblogsize option correctly (it refers to the wallet database, not memory pool) 9 years ago
Luke Dashjr caa3d42f06 Bugfix: RPC: blockchain: Display correct defaults in help for verifychain method 9 years ago
Peter Todd da894ab5da Accept any sequence of PUSHDATAs in OP_RETURN outputs 9 years ago
Peter Todd 5d8709c3b7 Add IsPushOnly(const_iterator pc) 9 years ago
Peter Todd 6a07eb676a Make TX_SCRIPTHASH clear vSolutionsRet first 9 years ago