From ed37425f795979415781a1854b07e6ea7177efba Mon Sep 17 00:00:00 2001 From: Tom <54514587+GAtom22@users.noreply.github.com> Date: Mon, 12 Jun 2023 11:30:11 -0300 Subject: [PATCH] changelog v1.10.26-evmos-rc2 (#25) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 197d00daed49..44193ee291f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,17 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog +## `v1.10.26-evmos-rc2` - 2023-06-12 + +### Improvements + +* [#23](https://github.com/evmos/go-ethereum/pull/23) Remove `IsStateful` function from the `PrecompiledContract` interface, as this remains unused. + +### State Machine Breaking + +* [#24](https://github.com/evmos/go-ethereum/pull/24) Set `callcode` to use `readOnly` mode for precompiled calls. + + ## `v1.10.26-evmos-rc1` - 2022-02-03 ### State Machine Breaking