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

Refactor solomachine to use component graph and remove all-in-one traits #63

Merged
merged 26 commits into from
Oct 12, 2023

Conversation

soareschen
Copy link
Collaborator

@soareschen soareschen commented Oct 12, 2023

Closes: #9.

  • The ibc-relayer-solomachine crate now uses the component graph pattern to define chain methods.
  • The ibc-relayer-all-in-one crate can now be removed.
  • Introduce new ibc-cosmos-client-components crate to implement generic Cosmos client components.

@soareschen soareschen merged commit 8a2abf0 into main Oct 12, 2023
9 checks passed
@soareschen soareschen deleted the soares/remove-ofa-solomachine branch October 12, 2023 19:56
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.

Replace the all-in-one traits with a more flexible components pattern
1 participant