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

feat: fast_exp #809

Merged
merged 5 commits into from
Nov 16, 2023
Merged

feat: fast_exp #809

merged 5 commits into from
Nov 16, 2023

Conversation

Eikix
Copy link
Member

@Eikix Eikix commented Nov 14, 2023

Time spent on this PR:

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Resolves #700

What is the new behavior?

Copy link

codecov bot commented Nov 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a94a3f8) 71.42% compared to head (bff3b7a) 71.46%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #809      +/-   ##
==========================================
+ Coverage   71.42%   71.46%   +0.04%     
==========================================
  Files          45       45              
  Lines        6100     6109       +9     
==========================================
+ Hits         4357     4366       +9     
  Misses       1743     1743              

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

ClementWalter
ClementWalter previously approved these changes Nov 16, 2023
@Eikix Eikix merged commit 476d7c8 into kkrt-labs:main Nov 16, 2023
7 checks passed
@Eikix Eikix deleted the fix/u256_exponentiation branch November 16, 2023 15:14
@greged93
Copy link
Contributor

I think we could try to uncomment some of the exponentiation tests from the ef-tests with this

matthieuauger pushed a commit to matthieuauger/kakarot that referenced this pull request Nov 9, 2024
* add hive in ci

* fix hive_chain copy in dockerfile

* load hive image into docker

* build hive chain binary

* add logs

* fix build copy

* try absolute path for lib kakarot

* fix copy

* copy kakarot build

* fix build copy

* try to fix again

* fix artifacts

* add workdir in copy

* relative path kakarot

* copying the project for compiler

* try

* fix

* fix

* only run rpc test

* fix rpc dockerfile

* fix
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.

bug: EXP will run out of resources on high exponent
3 participants