Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat: add endpoint for Altair block reward #6178
feat: add endpoint for Altair block reward #6178
Changes from all commits
6679119
f67421b
0b030f2
5e3f0f5
c2da457
1e47858
ac9bb42
1fc3201
f702c2b
6c14d0c
f331e5a
db5cc41
edc8c3c
f543045
b605529
45734fa
f80daf4
3f8d42c
f2bbe95
cde10e9
a6e2fc4
ee42dde
b6f68d0
5c10acf
47e9650
719ab1d
51bbf5e
eceea02
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Please take a closer look at
getPreStateSync()
and its usage. Pretty much moved the majority ofgetPreState()
to this function.Looks to me
checkpointStateCache.getLatest()
wouldn't trigger a reload in the absence of state.@tuyennhv @wemeetagain @nflaig
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.
yes looks good to me