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

fix: do not panic if proof is null #533

Merged
merged 6 commits into from
Jan 27, 2025
Merged

Conversation

perekopskiy
Copy link
Contributor

What ❔

do not panic if proof is null, wait until it's ready instead

Why ❔

proofs are calculated asynchronously with v26 upgrade, so it can be that proof is not ready for some short period after withdrawal's block is finalized

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Code has been formatted via cargo fmt.

@perekopskiy perekopskiy merged commit 7994cfa into main Jan 27, 2025
7 checks passed
@perekopskiy perekopskiy deleted the do-not-panic-if-proof-not-ready branch January 27, 2025 15:10
perekopskiy pushed a commit that referenced this pull request Jan 28, 2025
🤖 I have created a release *beep* *boop*
---


##
[0.9.1](v0.9.0...v0.9.1)
(2025-01-27)


### Bug Fixes

* do not panic if proof is null
([#533](#533))
([7994cfa](7994cfa))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
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.

2 participants