Runtime Upgrade
- EVM: Add support of OSAKA execution (new gas model, new CLZ opcode); Do memory resize after syscall execution to avoid extra memory charges.
- WASM: Don't panic in case of malformed WebAssembly binary passed.
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_getRawAccountInfodispatch 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