lbrycrd/src/policy
Matt Corallo ba206d2c63 Deprecate confusing blockmaxsize, fix getmininginfo output
* This removes block-size-limiting code in favor of GBT clients
  doing the limiting themselves (if at all).
* -blockmaxsize is deprecated and only used to calculate an implied
  blockmaxweight, addressing confusion from multiple users.
* getmininginfo's currentblocksize return value was returning
  garbage values, and has been removed, also removing a
  GetSerializeSize call in some block generation inner loops and
  potentially addressing some performance edge cases.
2017-09-11 15:51:25 -04:00
..
feerate.cpp Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 2017-05-03 18:00:13 +02:00
feerate.h Remove redundant explicitly defined copy ctors 2017-08-28 01:29:48 +03:00
fees.cpp Fix typo: "conditon" → "condition" 2017-07-18 14:02:42 +02:00
fees.h Declare single-argument (non-converting) constructors "explicit" 2017-08-16 16:33:25 +02:00
policy.cpp Merge #10682: Trivial: Move the AreInputsStandard documentation next to its implementation 2017-09-06 18:12:53 -07:00
policy.h Deprecate confusing blockmaxsize, fix getmininginfo output 2017-09-11 15:51:25 -04:00
rbf.cpp scripted-diff: Fully remove BOOST_FOREACH 2017-06-05 20:10:50 +02:00
rbf.h Introduce MAX_BIP125_RBF_SEQUENCE constant 2017-06-05 23:14:34 +00:00