Skip to content

Commit

Permalink
v2.61.0: params & ChangeLog (#13185)
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis authored Dec 19, 2024
1 parent 0b87495 commit 73aefe3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
ChangeLog
## v2.61.0

**Improvements:**

- Up to date implementation of Pectra network fork specs till [pectra-devnet-4](https://notes.ethereum.org/@ethpandaops/pectra-devnet-4)
(compatible with the [Mekong testnet](https://blog.ethereum.org/2024/11/07/introducing-mekong-testnet)).
See https://eips.ethereum.org/EIPS/eip-7600
- Updated golang version for Dockerfile 1.22

**Bugfixes:**

- Fix trace_block returning "insufficient funds" (Issues [#12525](https://github.com/erigontech/erigon/issues/12525) and similar) with standalone rpcdaemon by @yperbasis in [#13128](https://github.com/erigontech/erigon/issues/13128)


## v2.60.10

Expand Down
8 changes: 4 additions & 4 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ var (

// see https://calver.org
const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 61 // Minor version component of the current release
VersionMicro = 0 // Patch version component of the current release
VersionModifier = "beta1" // Modifier component of the current release
VersionMajor = 2 // Major version component of the current release
VersionMinor = 61 // Minor version component of the current release
VersionMicro = 0 // Patch version component of the current release
VersionModifier = "" // Modifier component of the current release
VersionKeyCreated = "ErigonVersionCreated"
VersionKeyFinished = "ErigonVersionFinished"
)
Expand Down

0 comments on commit 73aefe3

Please sign in to comment.