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 common crate to workspace to avoid cyclic dependencies #149

Merged
merged 2 commits into from
May 14, 2024

Conversation

8marz8
Copy link
Contributor

@8marz8 8marz8 commented May 14, 2024

This PR adds a common crate to avoid cyclic dependency between blocklist_client and signer.
After this, the signer can pull in blocklist_client as a lib so it can use the common data types.

@8marz8 8marz8 linked an issue May 14, 2024 that may be closed by this pull request
Copy link
Contributor

@netrome netrome left a comment

Choose a reason for hiding this comment

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

Nice!

@8marz8 8marz8 force-pushed the 148-create-common-crate-to-avoid-cyclic-dependencies branch from 7f6eeeb to 802ee9e Compare May 14, 2024 11:53
@8marz8 8marz8 merged commit 20bacf5 into main May 14, 2024
3 checks passed
@8marz8 8marz8 deleted the 148-create-common-crate-to-avoid-cyclic-dependencies branch May 14, 2024 11: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.

Create common crate to avoid cyclic dependencies
2 participants