Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into release/0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
leeren committed Aug 18, 2024
2 parents 4f43a59 + c7c474f commit 2995aae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions params/verkle_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

package params

// Maintenance Release Change
// Verkle tree EIP: costs associated to witness accesses
var (
WitnessBranchReadCost uint64 = 1900
Expand Down
6 changes: 3 additions & 3 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import (
)

const (
VersionMajor = 0 // Major version component of the current release
VersionMinor = 9 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMajor = 0 // Major version component of the current release
VersionMinor = 9 // Minor version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)

Expand Down

0 comments on commit 2995aae

Please sign in to comment.