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

Bring in key management, tx broadcasting, and configuration logic from lens #1097

Merged
merged 5 commits into from
Feb 22, 2023

Conversation

jtieri
Copy link
Member

@jtieri jtieri commented Feb 17, 2023

This PR brings back all of the key management, tx broadcasting, and configuration logic from lens. With this we are like 80% of the way to completely removing lens as a dependency in the relayer. I will open a follow up PR that brings in the chain registry logic, which should be the only piece we are missing now.

I tried to keep the PRs small but gutting the config from lens in the relayer required also removing the lens.ChainClient which meant bringing back in the KeyProvider implementation and the missing methods related to tx broadcasting from the ChainProvider

@jtieri jtieri requested a review from agouin February 21, 2023 22:55
@jtieri jtieri merged commit c13827d into main Feb 22, 2023
@jtieri jtieri deleted the justin/bye-bye-1 branch February 22, 2023 16:07
@jtieri jtieri mentioned this pull request Feb 22, 2023
5 tasks
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