Skip to content

Commit 9f0f283

Browse files
Upgrade to stable v1.6.0 reference tests release (#10091)
1 parent af45ddc commit 9f0f283

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ allprojects {
331331
}
332332

333333
def nightly = System.getenv("NIGHTLY") != null
334-
def refTestVersion = nightly ? "nightly" : "v1.6.0-beta.2"
334+
def refTestVersion = nightly ? "nightly" : "v1.6.0"
335335
def blsRefTestVersion = 'v0.1.2'
336336
def slashingProtectionInterchangeRefTestVersion = 'v5.3.0'
337337
def refTestBaseUrl = 'https://github.com/ethereum/consensus-specs/releases/download'

specrefs/.ethspecify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: v1.6.0-beta.2
1+
version: v1.6.0
22
style: full
33

44
specrefs:

specrefs/configs.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,16 @@
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
@@ -276,8 +284,8 @@
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

0 commit comments

Comments
 (0)