Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #54 from vulcanize/version
Browse files Browse the repository at this point in the history
bump to version 0.4.0
  • Loading branch information
i-norden authored Oct 7, 2020
2 parents 242dba6 + d192cb5 commit b3566dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions pkg/eth/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,6 @@ func ResolveFromNodeType(nodeType statediff.NodeType) int {
}
}

func ResolveToNodeType(nodeType int) statediff.NodeType {
switch nodeType {
case 0:
return statediff.Branch
case 1:
return statediff.Extension
case 2:
return statediff.Leaf
case 3:
return statediff.Removed
default:
return statediff.Unknown
}
}

// ChainConfig returns the appropriate ethereum chain config for the provided chain id
func ChainConfig(chainID uint64) (*params.ChainConfig, error) {
switch chainID {
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import "fmt"

const (
Major = 0 // Major version component of the current release
Minor = 2 // Minor version component of the current release
Minor = 4 // Minor version component of the current release
Patch = 0 // Patch version component of the current release
Meta = "alpha" // Version metadata to append to the version string
)
Expand Down

0 comments on commit b3566dd

Please sign in to comment.