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

fix(mcopy): memory expansion and add eth tests to ci #586

Merged
merged 1 commit into from Aug 6, 2023

Conversation

rakita
Copy link
Member

@rakita rakita commented Aug 6, 2023

memory_resize resize macro was not correctly used, inputs of it are offset and length but in code we had src and resized value of max(src,dst)+len that was not correct.

Added eth test for MCOPY and TransientStorage to ci. Found this problem while running those tests.
Bug was introduced in initial impl: #528

@0xJepsen @DaniPopes fyi

@rakita rakita changed the title fix: fix mcopy memory expansion. Add eth tests to ci fix(mcopy): memory expansion and add eth tests to ci Aug 6, 2023
@rakita rakita merged commit 12558c5 into main Aug 6, 2023
3 checks passed
@rakita rakita deleted the fix/mcopy_mem_expansion branch August 6, 2023 17:54
@0xJepsen
Copy link
Contributor

0xJepsen commented Aug 6, 2023

Nice catch

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.

None yet

2 participants