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

Hardcoded Protocol Version #574

Closed
@fedekunze

Description

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
)

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions