bitcoin/src/policy
sanket1729 e416cfc92b Add MAX_STANDARD_SCRIPTSIG_SIZE to policy
Bitcoin core has a standardness rule for max satisfaction script sig size.
This PR adds to the policy header file so that it is documented along with
along policy rules. The initial reasoning that 1650 is an implicit
limit(would not reached assuming all other policy rules are being
followed) is outdated.

As we now know, bitcoin transactions can have spend conditions are more than
just signatures and there may exist p2sh transactions involving 100 byte
preimages that maybe non-standard because of this rule. Because this
rule is no longer implicit, we should explicitly document it in policy
header file
2020-11-25 14:04:39 -06:00
..
feerate.cpp wallet: update fee rate units, use sat/vB for fee_rate error messages 2020-11-12 11:43:03 +01:00
feerate.h wallet: update fee rate units, use sat/vB for fee_rate error messages 2020-11-12 11:43:03 +01:00
fees.cpp policy/fees: remove a floating-point division by zero 2020-09-14 16:23:23 +02:00
fees.h policy/fees: correct decay explanation comments 2020-09-14 15:11:25 +02:00
policy.cpp Add MAX_STANDARD_SCRIPTSIG_SIZE to policy 2020-11-25 14:04:39 -06:00
policy.h Add MAX_STANDARD_SCRIPTSIG_SIZE to policy 2020-11-25 14:04:39 -06:00
rbf.cpp refactor: Add IsRBFOptInEmptyMempool 2020-09-05 11:44:25 +02:00
rbf.h doc: Add doxygen comment to IsRBFOptIn 2020-09-05 11:45:16 +02:00
settings.cpp scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
settings.h scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00