Skip to content

v1.1.0 (TONIC)

Choose a tag to compare

@github-actions github-actions released this 06 Apr 09:50
· 180 commits to devel since this release
Immutable release. Only release title and notes can be modified.

Genesis Upgrade

  • EVM_RUNTIME — switch from Prague to Osaka execution semantics, including the Osaka gas schedule and CLZ opcode, and harden memory and EXTCODECOPY handling so gas and bounds are validated before allocation.
  • WASM_RUNTIME — reject malformed WebAssembly during deployment with a structured error instead of panicking.

What's Changed

  • fluent: expose fluentbase git/tag/build metadata in --version by @hedwig0x in #380
  • ci: publish fluentbase into crates.io by @dmitry123 in #381
  • docs: fluent rpc vs upstream reth code semantics by @hedwig0x in #382
  • fix(rpc): incorrect eth_getRawAccountInfo dispatch by @dmitry123 in #383
  • chore(deps): bump dawidd6/action-download-artifact from 19 to 20 by @dependabot[bot] in #384
  • release/v1.1.0: osaka evm support, bug fixes by @dmitry123 in #373
  • fix(runtime): verify memory and gas before allocation @dmitry123(#368

Full Changelog: v1.0.5...v1.1.0