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

CODESIZE and EXTCODESIZE #302

Closed
JoranHonig opened this issue Jun 29, 2018 · 0 comments
Closed

CODESIZE and EXTCODESIZE #302

JoranHonig opened this issue Jun 29, 2018 · 0 comments

Comments

@JoranHonig
Copy link
Collaborator

Description

CODESIZE uses the number of instructions versus their actual size. EXTCODESIZE doesn't use a concrete number atm which it should.
@LoCorVin reported muellerberndt/laser-ethereum#41 in the laser repository.

implementation
To fix this problem both modules will need some way of accessing the bytecode of a contract to calculate the size in bytes, or some way to access it directly. And have the instruction implementation use that value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants