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

Prover: fix empty to address decoding #403

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

AlexandreBelling
Copy link
Contributor

This PR fixes a decoding error in the decompression logic. The error is without any effect on the production as decoding does not happen on the prover front but it shows up when testing.

The prover would decode "0x0" when given "null" as an address.

Checklist

  • I wrote new tests for my new core changes.
  • I have successfully ran tests, style checker and build against my new changes locally.
  • I have informed the team of any breaking changes if there are any.

@AlexandreBelling AlexandreBelling added the Prover Tag to use for all work impacting the prover label Dec 6, 2024
@AlexandreBelling AlexandreBelling self-assigned this Dec 6, 2024
@codecov-commenter
Copy link

codecov-commenter commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.17%. Comparing base (f254667) to head (a28f395).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #403   +/-   ##
=========================================
  Coverage     70.17%   70.17%           
  Complexity     1070     1070           
=========================================
  Files           306      306           
  Lines         12337    12337           
  Branches       1179     1179           
=========================================
  Hits           8658     8658           
  Misses         3200     3200           
  Partials        479      479           
Flag Coverage Δ *Carryforward flag
hardhat 98.70% <ø> (ø)
kotlin 67.86% <ø> (ø) Carriedforward from b630f41

*This pull request uses carry forward flags. Click here to find out more.

jpnovais
jpnovais previously approved these changes Dec 6, 2024
@Tabaie Tabaie had a problem deploying to docker-build-and-e2e December 6, 2024 18:50 — with GitHub Actions Error
@Tabaie Tabaie had a problem deploying to docker-build-and-e2e December 9, 2024 14:19 — with GitHub Actions Error
jpnovais
jpnovais previously approved these changes Dec 10, 2024
@jpnovais
Copy link
Collaborator

@AlexandreBelling will this require an upgrade of the compressor as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Prover Tag to use for all work impacting the prover
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants