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: Remove super visibility of Pending storage in pallet-ethereum #1346

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

lemunozm
Copy link
Contributor

@lemunozm lemunozm commented Mar 18, 2024

Hi

I guess it was a typo after removing deprecated getters. All other storages of pallet-ethereum remove their super visibility except Pending storage. Blocking any interaction with it from the outside.

This PR removes the super visibility to be able to access them from other pallets.

@lemunozm lemunozm requested a review from sorpaas as a code owner March 18, 2024 11:01
@lemunozm
Copy link
Contributor Author

If you agree with this change, can I cherry-pick to polkadot-v1.1.0? Our project migration to v.1.1.0 is blocked by this small change

@lemunozm lemunozm changed the title Fix: Remove super visibility of Pending storage Fix: Remove super visibility of Pending storage in pallet-ethereum Mar 18, 2024
@boundless-forest boundless-forest merged commit c6a962f into polkadot-evm:master Mar 18, 2024
4 checks passed
@boundless-forest
Copy link
Collaborator

If you agree with this change, can I cherry-pick to polkadot-v1.1.0? Our project migration to v.1.1.0 is blocked by this small change

Please submit another PR.

@lemunozm
Copy link
Contributor Author

Thanks for being so fast! Here is the polkadot-v1.1.0 PR: #1347

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