Commit 8d4d161
committed
cardano-testnet: disable ExperimentalHardForksEnabled in default config
After ProtVer 12 became the experimental-gated version, Conway-era
testnets forged blocks with PV 12 in the header, which the Conway
BBody rule rejects (max PV = 11). Dropping the unconditional flag
from hardforkViaConfig makes the node fall back to ProtVer 11, which
Conway accepts, so the testnet chain progresses.1 parent 857aa7a commit 8d4d161
2 files changed
Lines changed: 1 addition & 3 deletions
File tree
- cardano-testnet
- src/Testnet
- test/cardano-testnet-golden/files/golden
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | | - | |
| 222 | + | |
224 | 223 | | |
225 | 224 | | |
226 | 225 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
0 commit comments