Skip to content

Releases: luxfi/evm

v0.8.47

09 Apr 23:28

Choose a tag to compare

fix: default updateFraction when blobSchedule.cancun is partial

v0.8.46

09 Apr 20:59

Choose a tag to compare

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

23 Mar 18:02

Choose a tag to compare

Bump consensus v1.22.70, crypto v1.17.44, database v1.17.44 (security fixes + Go 1.26 features)

v0.8.41

22 Mar 20:36

Choose a tag to compare

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

17 Mar 08:27

Choose a tag to compare

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

17 Mar 07:46

Choose a tag to compare

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

17 Mar 06:53

Choose a tag to compare

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

12 Mar 23:16

Choose a tag to compare

feat: add bridge precompile registry module

Register bridge precompile in the modules registerer and add
bridge.go registry implementation.

v0.8.45

07 Apr 05:24

Choose a tag to compare

Zero TODOs, GPU ecrecover, clean CI

v0.8.44

07 Apr 04:16

Choose a tag to compare

Clean CI: no symlinks, public Go module imports. GPU ecrecover 32x.