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

zkpbinding: remove range usage from smartcontract #3802

Merged
merged 2 commits into from
Feb 3, 2025
Merged

Conversation

AliceInHunterland
Copy link
Contributor

@AliceInHunterland AliceInHunterland commented Feb 3, 2025

The same situation as #3680.

Copy link

codecov bot commented Feb 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.07%. Comparing base (847479e) to head (267d7dc).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3802      +/-   ##
==========================================
+ Coverage   83.00%   83.07%   +0.07%     
==========================================
  Files         336      336              
  Lines       47090    47090              
==========================================
+ Hits        39089    39122      +33     
+ Misses       6400     6363      -37     
- Partials     1601     1605       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Reverting a part of 1b83dc2, because ranging over integers is not
supported by smart contract compiler, ref. #3525.

Signed-off-by: Ekaterina Pavlova <[email protected]>
This place was not updated with update_deps.sh.

Signed-off-by: Ekaterina Pavlova <[email protected]>
@roman-khimov roman-khimov added this to the v0.108.0 milestone Feb 3, 2025
@roman-khimov roman-khimov added the bug Something isn't working label Feb 3, 2025
@roman-khimov roman-khimov merged commit 72e0cff into master Feb 3, 2025
34 checks passed
@roman-khimov roman-khimov deleted the range-int branch February 3, 2025 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants