mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-25 07:07:39 +01:00
This patch primarily enforces block height being present in the coinbase transaction input, altough it introduces a number of other fixes and changes to support this. * VersionTally now returns the number of blocks at or above a version, rather than just at, to enable forward-compatible support (i.e. v3 blocks include all v2 block tests) * Block version is now explicitely provided in most tests which generate blocks, in order to ensure correct tests are applied * Block height is now used when generating coinbase transactions * Added support for the chain parameters to determine which tests apply to a block, so altcoins can override the defaults if needed. * Added initial checks ahead of full BIP 66 validation checks |
||
---|---|---|
.. | ||
src | ||
findbugs.xml | ||
pom.xml |