-
Notifications
You must be signed in to change notification settings - Fork 897
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: exported metrics for current finalized and safe block number #7592
feat: exported metrics for current finalized and safe block number #7592
Conversation
ba48ec1
to
dfb1ab6
Compare
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.
LGTM, just remove the unrelated change
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 remove this change that is not relevant
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.
Removed
Signed-off-by: Jones Ho <jones.ho@consensys.net>
dfb1ab6
to
47a5166
Compare
ethereum/core/src/main/java/org/hyperledger/besu/ethereum/chain/DefaultBlockchain.java
Outdated
Show resolved
Hide resolved
ethereum/core/src/main/java/org/hyperledger/besu/ethereum/chain/DefaultBlockchain.java
Outdated
Show resolved
Hide resolved
…n/DefaultBlockchain.java Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net> Signed-off-by: jonesho <81145364+jonesho@users.noreply.github.com>
…n/DefaultBlockchain.java Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net> Signed-off-by: jonesho <81145364+jonesho@users.noreply.github.com>
Signed-off-by: Jones Ho <jones.ho@consensys.net>
Head branch was pushed to by a user without write access
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
PR description
Fixed Issue(s)
fixes #7564
Thanks for sending a pull request! Have you done the following?
doc-change-required
label to this PR if updates are required.Locally, you can run these tests to catch failures early:
./gradlew build
./gradlew acceptanceTest
./gradlew integrationTest
./gradlew ethereum:referenceTests:referenceTests