Merge branch 'unstable' into update-libp2p-branch

This commit is contained in:
diegomrsantos 2024-04-19 08:57:40 +02:00 committed by GitHub
commit b737a073fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@ jobs:
cpu: amd64
- os: windows
cpu: amd64
branch: [~, upstream/version-1-6, upstream/version-2-0]
branch: [~, upstream/version-1-6, v2.0.4]
exclude:
- target:
os: macos
@ -47,7 +47,7 @@ jobs:
include:
- branch: upstream/version-1-6
branch-short: version-1-6
- branch: upstream/version-2-0
- branch: v2.0.4
branch-short: version-2-0
nimflags-extra: --mm:refc
- target:

View File

@ -74,7 +74,7 @@ export
tables, results, endians2, json_serialization, sszTypes, beacon_time, crypto,
digest, presets
const SPEC_VERSION* = "1.4.0"
const SPEC_VERSION* = "1.5.0-alpha.0"
## Spec version we're aiming to be compatible with, right now
const

View File

@ -393,7 +393,7 @@ template fcSuite(suiteName: static[string], testPathElem: static[string]) =
let testsPath = presetPath/path/testPathElem
if kind != pcDir or not os_ops.dirExists(testsPath):
continue
if testsPath.contains("/eip6110/") or testsPath.contains("\\eip6110\\"):
if testsPath.contains("/electra/") or testsPath.contains("\\electra\\"):
continue
let fork = forkForPathComponent(path).valueOr:
raiseAssert "Unknown test fork: " & testsPath

@ -1 +1 @@
Subproject commit 4bbc43ab55337788143a06ea7c055462b17b950a
Subproject commit 1c29412737b0228a20b410fceb7767d9e787eed0