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

Test for EIP-663 with jumpdest #113

Closed
wants to merge 6 commits into from
Closed

Test for EIP-663 with jumpdest #113

wants to merge 6 commits into from

Conversation

gumb0
Copy link
Member

@gumb0 gumb0 commented Aug 1, 2019

I've added a test on top of EIP-663 implementation for the problem called out by @chriseth in https://ethereum-magicians.org/t/eip-663-unlimited-swap-and-dup-instructions/3346/10

Basically some JUMPDESTs that were considered valid before EIP-663, with it are considered a part of the multibyte opcode and not a JUMPDEST. So some old contracts might be broken.

@codecov-io
Copy link

codecov-io commented Aug 1, 2019

Codecov Report

Merging #113 into master will increase coverage by 1.35%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #113      +/-   ##
==========================================
+ Coverage   93.46%   94.82%   +1.35%     
==========================================
  Files          18       18              
  Lines        1866     1950      +84     
  Branches      197      202       +5     
==========================================
+ Hits         1744     1849     +105     
+ Misses         97       76      -21     
  Partials       25       25

@chfast
Copy link
Member

chfast commented Aug 26, 2019

Can you extract your tests from this PR to merge them?

@gumb0
Copy link
Member Author

gumb0 commented Aug 26, 2019

@chfast They can't be merged to master, because they use OP_SWAPSN

@chfast
Copy link
Member

chfast commented Aug 26, 2019

@chfast They can't be merged to master, because they use OP_SWAPSN

Just use "b0", "b1" hex invalid opcodes.

jwasinger pushed a commit to jwasinger/evmone that referenced this pull request Apr 27, 2021
@chfast
Copy link
Member

chfast commented Aug 24, 2022

Can I close this?

@gumb0
Copy link
Member Author

gumb0 commented Aug 24, 2022

Can I close this?

Fine by me.

@chfast
Copy link
Member

chfast commented Aug 24, 2022

Obsolete.

@chfast chfast closed this Aug 24, 2022
@chfast chfast deleted the eip-664-jumpdest branch August 24, 2022 19:39
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.

3 participants