From 06ecd4c84ea768a6e0fc920ba1326171e7bd4bbc Mon Sep 17 00:00:00 2001 From: Darioush Jalali Date: Wed, 18 Sep 2024 18:25:57 -0400 Subject: [PATCH] prepare v0.13.8 --- RELEASES.md | 8 ++++++++ plugin/evm/version.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 6bab83520a..64a6fb87ee 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,13 @@ # Release Notes +## [v0.13.8](https://github.com/ava-labs/coreth/releases/tag/v0.13.8) +- Update geth dependency to v1.13.14 +- eupgrade: lowering the base fee to 1 nAVAX +- eupgrade/cancun: verify no blobs in header +- Supports ACP-118 message types +- Gets network upgrade timestamps from avalanchego +- Remove cross-chain handlers + ## [v0.13.7](https://github.com/ava-labs/coreth/releases/tag/v0.13.7) - Add EUpgrade base definitions - Remove Block Status diff --git a/plugin/evm/version.go b/plugin/evm/version.go index 3b6fd52823..f3fd851d70 100644 --- a/plugin/evm/version.go +++ b/plugin/evm/version.go @@ -11,7 +11,7 @@ var ( // GitCommit is set by the build script GitCommit string // Version is the version of Coreth - Version string = "v0.13.7" + Version string = "v0.13.8" ) func init() {