Commit Graph

209 Commits (ecc0f272a081f8add04527f65372806235115b7d)

Author SHA1 Message Date
practicalswift eca9767673 Make reasoning about dependencies easier by not including unused dependencies
6 years ago
James O'Beirne 631940aab2 scripted-diff: replace chainActive -> ::ChainActive()
6 years ago
John Newbery 91a25d1e71 [build] Add several util units
6 years ago
MarcoFalke fa178a6385
[rpc] mining: Omit uninitialized currentblockweight, currentblocktx
6 years ago
John Newbery 0025c9eae4 [mining] segwit option must be set in GBT
6 years ago
practicalswift 7c5bc2a523 miner: Default to DEFAULT_BLOCK_MIN_TX_FEE if unable to parse -blockmintxfee
6 years ago
Jim Posen 2068f089c8 scripted-diff: Move util files to separate directory.
6 years ago
Wladimir J. van der Laan 78dae8cacc
Merge #13780: 0.17: Pre-branch maintenance
6 years ago
Wladimir J. van der Laan e7ea858729
Merge #13527: policy: Remove promiscuousmempoolflags
6 years ago
DrahtBot eb7daf4d60 Update copyright headers to 2018
6 years ago
practicalswift d1d7cfebd2 Remove unused argument to DefaultOptions(...)
6 years ago
MarcoFalke faa24441ec
policy: Remove promiscuousmempoolflags
6 years ago
Cory Fields 466e16e0e8 cleanup: avoid hidden copies in range-for loops
7 years ago
practicalswift 47782b49e6 Add Clang thread safety analysis annotations
7 years ago
practicalswift 280023f31d Remove duplicate includes
7 years ago
Wladimir J. van der Laan bd59c4395c
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
7 years ago
Luke Dashjr a5bca13095 Bugfix: Include <memory> for std::unique_ptr
7 years ago
John Newbery 4757c04cb9 [config] Remove blockmaxsize option
7 years ago
Drew Rasmussen bb079a0e2c Remove unused variable in SortForBlock
7 years ago
MarcoFalke fa94614738
[doc] dev-notes: Members should be initialized
7 years ago
Suhas Daftuar 0a22a52918 Use mempool's ancestor sort in transaction selection
7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017
7 years ago
practicalswift a720b928c8 Remove includes in .cpp files for things the corresponding .h file already included
7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky)
7 years ago
Matt Corallo ba206d2c63 Deprecate confusing blockmaxsize, fix getmininginfo output
7 years ago
MeshCollider c001992440 Fix potential null dereferences
7 years ago
MarcoFalke b6a48914c5
Merge #9964: Add const to methods that do not modify the object for which it is called
7 years ago
Marko Bencun bb81e17355 scripted-diff: stop using the gArgs wrappers
7 years ago
practicalswift 6e8c48dc59 Add const to methods that do not modify the object for which it is called
7 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH
8 years ago
Wladimir J. van der Laan ea6fde3f1d
Merge #8329: Consensus: MOVEONLY: Move functions for tx verification
8 years ago
Jorge Timón 381a46e38f
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
8 years ago
practicalswift 9a763d4f86 Remove excess logic.
8 years ago
Jorge Timón 618d07faa2
MOVEONLY: tx functions to consensus/tx_verify.o
8 years ago
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings.
8 years ago
Wladimir J. van der Laan cde9b1a864
Merge #9959: Mining: Prevent slowdown in CreateNewBlock on large mempools
8 years ago
Suhas Daftuar 011124a2b2 Update benchmarking with package statistics
8 years ago
Suhas Daftuar 42cd8c890f Add benchmarking for CreateNewBlock
8 years ago
Suhas Daftuar eed816af6c Mining: return early when block is almost full
8 years ago
Thomas Snider c59aedc1b0 [trivial] Dead code removal
8 years ago
Suhas Daftuar abe7b3d3ab Don't require segwit in getblocktemplate for segwit signalling or mining
8 years ago
Wladimir J. van der Laan 30ff3a2fc9
Merge #9602: Remove coin age priority and free transactions - implementation
8 years ago
Alex Morcos 400b15147c [debug] Change -printpriority option
8 years ago
Alex Morcos 272b25a6a9 [mining] Remove -blockprioritysize.
8 years ago
Pieter Wuille 48faf0bf63 Abstract out BlockAssembler options
8 years ago
Karl-Johan Alm b7b48c8bbd Refactor: Remove using namespace <xxx> from src/*.cpp.
8 years ago
Alex Morcos daec955fd6 Introduce -blockmintxfee
8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016
8 years ago
Matt Corallo 0cf86a6678 Introduce (and use) an IsArgSet accessor method
8 years ago
Pieter Wuille f6fb7acda4 Move CTxInWitness inside CTxIn
8 years ago