File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ allprojects {
331331}
332332
333333def nightly = System . getenv(" NIGHTLY" ) != null
334- def refTestVersion = nightly ? " nightly" : " v1.6.0-beta.2 "
334+ def refTestVersion = nightly ? " nightly" : " v1.6.0"
335335def blsRefTestVersion = ' v0.1.2'
336336def slashingProtectionInterchangeRefTestVersion = ' v5.3.0'
337337def refTestBaseUrl = ' https://github.com/ethereum/consensus-specs/releases/download'
Original file line number Diff line number Diff line change 1- version : v1.6.0-beta.2
1+ version : v1.6.0
22style : full
33
44specrefs :
Original file line number Diff line number Diff line change 121121 - file : ethereum/spec/src/main/resources/tech/pegasys/teku/spec/config/configs/mainnet.yaml
122122 search : " BLOB_SCHEDULE:"
123123 spec : |
124- <spec config_var="BLOB_SCHEDULE" fork="fulu" hash="f3f1064a ">
124+ <spec config_var="BLOB_SCHEDULE" fork="fulu" hash="07879110 ">
125125 BLOB_SCHEDULE: tuple[frozendict[str, Any], ...] = (
126+ frozendict({
127+ "EPOCH": 412672,
128+ "MAX_BLOBS_PER_BLOCK": 15,
129+ }),
130+ frozendict({
131+ "EPOCH": 419072,
132+ "MAX_BLOBS_PER_BLOCK": 21,
133+ }),
126134 )
127135 </spec>
128136
276284 - file : ethereum/spec/src/main/resources/tech/pegasys/teku/spec/config/configs/mainnet.yaml
277285 search : " FULU_FORK_EPOCH:"
278286 spec : |
279- <spec config_var="FULU_FORK_EPOCH" fork="fulu" hash="673334be ">
280- FULU_FORK_EPOCH: Epoch = 18446744073709551615
287+ <spec config_var="FULU_FORK_EPOCH" fork="fulu" hash="af10fa3c ">
288+ FULU_FORK_EPOCH: Epoch = 411392
281289 </spec>
282290
283291 - name : FULU_FORK_VERSION
You can’t perform that action at this time.
0 commit comments