We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fec97b commit afc94e5Copy full SHA for afc94e5
RELEASES.md
@@ -1,5 +1,13 @@
1
# Release Notes
2
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
+
11
## [v0.13.7](https://github.com/ava-labs/coreth/releases/tag/v0.13.7)
12
- Add EUpgrade base definitions
13
- Remove Block Status
plugin/evm/version.go
@@ -11,7 +11,7 @@ var (
// GitCommit is set by the build script
GitCommit string
// Version is the version of Coreth
14
- Version string = "v0.13.7"
+ Version string = "v0.13.8"
15
)
16
17
func init() {
0 commit comments