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 EternalStorageProxy inheritance #254

Merged
merged 1 commit into from
Jul 31, 2019

Conversation

patitonar
Copy link
Contributor

The layout of the state variables between the EternalStorageProxy and implementation contracts were inconsistent. Reading a value of EternalStorage from the proxy could lead to read an incorrect value.

This PR fixes the inheritance and now EternalStorageProxy has the same order of the inherited contracts as ClassicEternalStorageProxy

@patitonar patitonar requested a review from akolotov July 30, 2019 14:57
@patitonar patitonar self-assigned this Jul 30, 2019
@akolotov akolotov merged commit 6a7e0d2 into develop Jul 31, 2019
@akolotov akolotov deleted the fix-eternalstorageproxy-inheritance branch July 31, 2019 06:32
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.

2 participants