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

Prevent setting EVM or TD Gov var below height #2440

Merged
merged 2 commits into from
Sep 12, 2023
Merged

Conversation

Bushstar
Copy link
Member

  • Prevents setting of EVM or transfer domain Governance variables before the fork height.
  • Also removes conditional OR checks on attrV0->key which could pick up unrelated keys, these should have been conditional AND checks but are all redundant as it was enough to check against the attrV0->typeId being the only type these keys were used with anyway.
  • Also runs fmt-py on all Python tests.

@Bushstar Bushstar merged commit 07a87f2 into master Sep 12, 2023
@Bushstar Bushstar deleted the bush/evm-var-height branch September 12, 2023 09:19
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