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

feat: eliminate read only ethereum handler, export ethereum functions #21

Merged
merged 3 commits into from
Jul 22, 2024

Conversation

Polybius93
Copy link
Collaborator

This pull request eliminates the ReadOnlyEthereumHandler interface and now exposes all Ethereum functions, which can be utilized by passing a contract object as an argument.

sosaucily
sosaucily previously approved these changes Jul 20, 2024
Copy link
Contributor

@sosaucily sosaucily left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good to me. As you mention, mostly just moving functions around.

We should get ready to remove the need for the protocolContract tokenManager contract soon

@Polybius93
Copy link
Collaborator Author

Seems good to me. As you mention, mostly just moving functions around.

We should get ready to remove the need for the protocolContract tokenManager contract soon

Thank you, yeah, I just removed references to these values, since that function which was using these legacy values is not used anymore.

@Polybius93 Polybius93 merged commit c150765 into main Jul 22, 2024
6 checks passed
@Polybius93 Polybius93 deleted the feat/export-ethereum-functions branch July 22, 2024 08:06
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.

3 participants