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

improve: Do not initialise the AttestationStatus (BFT-496) #169

Merged
merged 2 commits into from
Aug 2, 2024

Conversation

aakoshh
Copy link
Contributor

@aakoshh aakoshh commented Aug 2, 2024

What ❔

AttestationRunner::init should not try to initialise the AttestationStatus from the API. Let it be None and do the init in the background.

This is partially undoing what #165 did.

Why ❔

The rollout procedure to mainnet was that the EN goes first, then the main node. The EN cannot start without the main node API.

@aakoshh aakoshh requested a review from pompon0 as a code owner August 2, 2024 12:33
@aakoshh aakoshh changed the title BFT-496: Do not initialise the AttestationStatus improve: Do not initialise the AttestationStatus (BFT-496) Aug 2, 2024
@brunoffranca brunoffranca merged commit d1d3b51 into main Aug 2, 2024
5 checks passed
@brunoffranca brunoffranca deleted the relax-attest-init branch August 2, 2024 14:06
aakoshh added a commit that referenced this pull request Aug 2, 2024
## What ❔

Bumps the version to `0.1.0-rc.6`

## Why ❔

So that we can release
#170 and
#169 to make zksync-era
backwards compatible.
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.

3 participants