bitcoin/src/policy
Ava Chow f5b6f621ff
Merge bitcoin/bitcoin#30024: doc: replace remaining "520" magic nums with MAX_SCRIPT_ELEMENT_SIZE
ffc674595c Replace remaining "520" magic numbers with MAX_SCRIPT_ELEMENT_SIZE (Jon Atack)

Pull request description:

  Noticed these while reviewing BIPs yesterday.

  It would be clearer and more future-proof to refer to their constant name.

ACKs for top commit:
  instagibbs:
    ACK ffc674595c
  sipa:
    ACK ffc674595c
  achow101:
    ACK ffc674595c
  glozow:
    ACK ffc674595c, agree it's clearer for these comments to refer to the greppable name of the limit rather than the number

Tree-SHA512: 462afc1c64543877ac58cb3acdb01d42c6d08abfb362802f29f3482d75401a2a8adadbc2facd222a9a9fefcaab6854865ea400f50ad60bec17831d29f7798afe
2024-05-03 12:36:56 -04:00
..
feerate.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
feerate.h Add multiplication operator to CFeeRate 2023-12-09 09:33:45 -05:00
fees.cpp Don't use scientific notation in log messages 2024-01-31 21:20:05 +02:00
fees.h tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` notifications 2023-11-22 11:48:21 +01:00
fees_args.cpp move-only: Extract common/args and common/config.cpp from util/system 2023-04-19 10:48:30 +02:00
fees_args.h refactor: Move fs.* to util/fs.* 2023-03-23 12:55:18 +01:00
packages.cpp [txpackages] use std::lexicographical_compare instead of sorting hex strings 2024-05-01 13:34:37 +01:00
packages.h [txpackages] add canonical way to get hash of package 2024-04-26 10:28:27 +01:00
policy.cpp Replace remaining "520" magic numbers with MAX_SCRIPT_ELEMENT_SIZE 2024-05-02 13:16:40 -06:00
policy.h doc: fix typos 2023-11-07 10:21:51 +09:00
rbf.cpp Avoid explicitly computing diagram; compare based on chunks 2024-04-22 09:36:36 -04:00
rbf.h Implement ImprovesFeerateDiagram 2024-03-18 10:32:00 -04:00
settings.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
settings.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
v3_policy.cpp [policy] sibling eviction for v3 transactions 2024-03-01 15:23:03 +00:00
v3_policy.h [policy] sibling eviction for v3 transactions 2024-03-01 15:23:03 +00:00