Skip to content

Commit afc94e5

Browse files
authored
prepare v0.13.8 (#654)
1 parent 2fec97b commit afc94e5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

RELEASES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release Notes
22

3+
## [v0.13.8](https://github.com/ava-labs/coreth/releases/tag/v0.13.8)
4+
- Update geth dependency to v1.13.14
5+
- eupgrade: lowering the base fee to 1 nAVAX
6+
- eupgrade/cancun: verify no blobs in header
7+
- Supports ACP-118 message types
8+
- Gets network upgrade timestamps from avalanchego
9+
- Remove cross-chain handlers
10+
311
## [v0.13.7](https://github.com/ava-labs/coreth/releases/tag/v0.13.7)
412
- Add EUpgrade base definitions
513
- Remove Block Status

plugin/evm/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var (
1111
// GitCommit is set by the build script
1212
GitCommit string
1313
// Version is the version of Coreth
14-
Version string = "v0.13.7"
14+
Version string = "v0.13.8"
1515
)
1616

1717
func init() {

0 commit comments

Comments
 (0)