Skip to content

Commit

Permalink
prepare v0.13.8 (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush authored Sep 18, 2024
1 parent 2fec97b commit afc94e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin/evm/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit afc94e5

Please sign in to comment.