evmone v0.23.0 - #5
Open
AskAlexSharov wants to merge 1 commit into
Open
Conversation
Picks up fixed-window (ipsilon/evmone#1618) and sliding-window (ipsilon/evmone#1631) exponentiation in the modexp precompile. intx stays at v0.15.0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Re-vendor
evmone/from upstream tagv0.23.0(wasv0.21.0).intx/is unchanged — v0.23.0 still pins intx v0.15.0.The reason for the bump is modexp: upstream landed fixed-window (ipsilon/evmone#1618) and then sliding-window (ipsilon/evmone#1631) exponentiation, replacing the plain square-and-multiply.
bn254/eccpicked up refactors in the same range;capi.cppneeded no changes.The previous copy was a pristine
v0.21.0tree, so this is a straight tree swap (onlytest/evm-benchmarks, an empty submodule dir, is left out as before).Verified against erigon's precompile suite (
execution/vm:TestPrecompiled*,TestModexpU256*including the 20k-case fuzz againstmath/big) via a localreplace.