Releases: luxfi/evm
Releases · luxfi/evm
v0.8.47
v0.8.46
fix: default BlobScheduleConfig before CheckConfigForkOrder Genesis configs created before blob support lack blobSchedule. The newer geth rejects them during validation. Default cancun blob config when CancunTime is set but BlobScheduleConfig is nil.
v0.8.42
v0.8.41
ci: update Go version to 1.26.1 across all workflows go.mod requires >= 1.26.1 but workflows were pinned to 1.25.5, causing all builds to fail with GOTOOLCHAIN=local.
v0.8.40
fix: bump vm v1.0.40 (api v1.0.4) for ZAP response flag protocol compat The node uses api v1.0.4 which changed MsgResponseFlag to indicate errors only. The EVM plugin via vm was still using api v1.0.1 which set MsgResponseFlag on ALL responses, causing the node to treat successful C-Chain init as an error.
v0.8.39
deps: align zapdb to v4.9.3 for ZAP wire-format compatibility Ensures the EVM plugin uses the same zapdb wire encoding as the node process (v4.9.3), preventing binary protocol errors on the ZAP transport.
v0.8.38
deps: bump precompile v0.4.9 -> v0.4.10 (fix non-workspace build) precompile v0.4.10 fixes threshold and fhe dependency issues that prevented ecies, hpke, mldsa, mlkem, pqcrypto, ring, and slhdsa precompiles from compiling outside the Go workspace.
v0.17.11
feat: add bridge precompile registry module Register bridge precompile in the modules registerer and add bridge.go registry implementation.