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

Add getPointee calls for all pointer types #1848

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

lordshisho
Copy link

Describe your changes and provide context

This change exposes existing functions in the EVM keeper module for pointers that allow users to query the pointee of a pointer.

Previously this was impossible without constructor bytecode for the deployed pointer contract.

With this we can simply query the pointerView precompile and get the pointee of a pointer, ie, reverse lookups.

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