Skip to content
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

Mev support #163

Closed
wants to merge 6 commits into from
Closed

Mev support #163

wants to merge 6 commits into from

Conversation

nivBlox
Copy link
Contributor

@nivBlox nivBlox commented Mar 1, 2023

No description provided.

@@ -167,7 +169,7 @@ func (n BeaconNetwork) EstimatedSlotAtTime(time int64) spec.Slot {
}

func (n BeaconNetwork) EstimatedTimeAtSlot(slot spec.Slot) int64 {
d := int64(slot) * int64(n.SlotsPerEpoch())
d := int64(slot) * int64(n.SlotDurationSec().Seconds())
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixing the calculation as it was wrong.

@nivBlox nivBlox marked this pull request as ready for review March 1, 2023 15:50
@alonmuroch
Copy link
Contributor

@lior-blox what is this about? it's passed to someone else or cancel?

@alonmuroch alonmuroch closed this Mar 20, 2023
@alonmuroch alonmuroch reopened this Mar 20, 2023
@nkryuchkov nkryuchkov self-assigned this Mar 21, 2023
@nkryuchkov nkryuchkov mentioned this pull request Mar 29, 2023
@nkryuchkov nkryuchkov closed this Mar 29, 2023
@nkryuchkov nkryuchkov mentioned this pull request May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants