-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Created utils.go #41
Created utils.go #41
Conversation
Implemented consensus/utils.go & corrected consensus/rpc & consensus/consensus_core.go Please check the functions in utils.go |
@star-gazer111 sir consensus_core me kuch chize implemented nahi hai to usme changes krdiye hai aur public bhi krdiya hai |
consensus/utils.go
Outdated
type Forks struct { | ||
Genesis ForkVersion | ||
Altair ForkVersion | ||
Bellatrix ForkVersion | ||
Capella ForkVersion | ||
Deneb ForkVersion | ||
} | ||
|
||
type ForkVersion struct { | ||
Epoch uint64 | ||
ForkVersion [4]byte | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this stuff is already implemented here. Why are you reimplementing the same stuff?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok sir I'll correct it
Please refer to PR #51 |
@DarkLord017 this PR is for? |
It is already merged (it was for consensus/utils.go) refer #51 |
Please check all the functions