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

Scaffold the Sovereign chain and relay contexts #95

Closed
Tracked by #10
soareschen opened this issue Jan 26, 2024 · 0 comments · Fixed by #102
Closed
Tracked by #10

Scaffold the Sovereign chain and relay contexts #95

soareschen opened this issue Jan 26, 2024 · 0 comments · Fixed by #102
Assignees

Comments

@soareschen
Copy link
Collaborator

soareschen commented Jan 26, 2024

Part of: #10

Summary

This will lay the basic skeletons for collaboration between multiple developers to implement the Sovereign relaying.

  • Create the initial crate boilerplates such as hermes-sovereign-components and hermes-sovereign-relayer.
  • Define minimal concrete context structs such as SovereignChain, SovereignToCosmosRelay, CosmosToSovereignRelay with some placeholder implementations to be filled in by subsequent PRs.
  • Write some placeholder tests for testing the Sovereign implementations.

Note that the actual testing of the Sovereign implementation can only be done after #94 is completed. However in the meanwhile, we can define the scaffolding to allow work to be done in parallel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant