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

client: Make ThreadSafeSigner trait public #3107

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

cryptopapi997
Copy link
Contributor

The impl blocks in nonblocking.rs and blocking.rs are public by default since the traits/structs they're defined on are defined in lib.rs. The exception is ThreadSafeSigner, which makes using nonblocking.rs tedious. This PR makes it public.

Copy link

vercel bot commented Jul 23, 2024

@cryptopapi997 is attempting to deploy a commit to the coral-xyz Team on Vercel.

A member of the Team first needs to authorize it.

@cryptopapi997 cryptopapi997 changed the title feat: Make ThreadSafeSigner trait public client: Make ThreadSafeSigner trait public Jul 23, 2024
Copy link
Collaborator

@acheroncrypto acheroncrypto left a comment

Choose a reason for hiding this comment

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

Thanks!

@acheroncrypto acheroncrypto merged commit 4e4c04c into coral-xyz:master Jul 23, 2024
48 of 49 checks passed
@cryptopapi997 cryptopapi997 deleted the make-TSS-trait-public branch July 23, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants