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

Hardcoded Protocol Version #574

Closed
fedekunze opened this issue Oct 12, 2020 · 0 comments · Fixed by #575
Closed

Hardcoded Protocol Version #574

fedekunze opened this issue Oct 12, 2020 · 0 comments · Fixed by #575
Assignees

Comments

@fedekunze
Copy link
Contributor

fedekunze commented Oct 12, 2020

Acceptance Criteria: Hard code protocol version until we fix build issues. Create follow up issue to fix build issues.

Note: issue with Cgo during build process when importing Ethereum package

The protocol version is currently hardcoded on the version package.

// ProtocolVersion is the supported Ethereum protocol version (e.g., Homestead, Olympic, etc.)
const ProtocolVersion = 63

The current supported protocol versions from geth are:

// Constants to match up protocol versions and messages
const (
	eth63 = 63
	eth64 = 64
	eth65 = 65
)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant