diff options
author | fanquake <fanquake@gmail.com> | 2021-08-27 07:35:02 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-08-27 07:53:25 +0800 |
commit | adccbb380b2ee8abbc2f337cd69b4f13cd763602 (patch) | |
tree | fae9680944e0e40f817c03fec280b838d4c3c785 /doc | |
parent | b8d45a3c2015568ecc699736bd750f36321d948f (diff) | |
parent | faf7e485e901d6c72db5d969b526fa148060a003 (diff) |
Merge bitcoin/bitcoin#21862: test: Set regtest.BIP65Height = 111 to speed up tests
faf7e485e901d6c72db5d969b526fa148060a003 Set regtest.BIP65Height = 111 to speed up tests (MarcoFalke)
Pull request description:
No need to waste time by forcing creation of more than 1000 blocks to get the benefits of being able to test BIP 65. Also, reducing the height makes it more likely that (third-party) tests are conforming to BIP 65, which is enforced on mainnet for all new blocks.
ACKs for top commit:
theStack:
re-ACK faf7e485e901d6c72db5d969b526fa148060a003 📍
Zero-1729:
re-ACK faf7e485e901d6c72db5d969b526fa148060a003
kristapsk:
ACK faf7e485e901d6c72db5d969b526fa148060a003
Tree-SHA512: 79a8263e7233838666b9b636b496a8b9eb12398c779f9434677e1d62816732c0a7c7b3e73965be1fb0038d35e05e5a90e665bd74e9610104127dfc4ea38169bf
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 55387013c2..6815408ca7 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -112,6 +112,7 @@ Tests changed. * BIP 34 (blockheight in coinbase) from 500 to 2 (#16333) * BIP 66 (DERSIG) from 1251 to 102 (#22632) + * BIP 65 (CLTV) from 1351 to 111 (#21862) Credits ======= |