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

Eth 2.0 Production #109

Closed
wants to merge 2 commits into from
Closed

Conversation

AaronKutch
Copy link

@AaronKutch AaronKutch commented Oct 28, 2022

This is identical to main except for constant changes to use finalization that we couldn't test with integration tests, and a single line movement

// get this first in case inbetween the calls is a block boundary
// don't accidentally use this variable elswhere
let unsafe_latest_block = get_latest_block_number_with_retry(web3).await;

Copy link
Author

Choose a reason for hiding this comment

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

I moved this upwards because there could be a spurious race condition where a new block is produced or finalized in the middle, this order won't cause spurious failures I don't think

@AaronKutch
Copy link
Author

The automated release is failing probably because of cross-rs/cross#724, it appears like we should add cargo clean to the workflow before the command where it fails

@AaronKutch
Copy link
Author

going to make the fixes on main

@AaronKutch AaronKutch closed this Nov 3, 2022
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.

1 participant