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

Make web and native feature explicit opt in in signer crate #1198

Closed

Conversation

tadeohepperle
Copy link
Contributor

When using the subxt-signer crate with the subxt feature enabled, now one has to explicitly opt in to the web or the native feature. Failure to do so, yields a compile error.

(Changes some of the things I did in #1193)

@tadeohepperle tadeohepperle requested a review from a team as a code owner October 9, 2023 09:42
@jsdw
Copy link
Collaborator

jsdw commented Oct 9, 2023

Oooohhh, this is my bad; I thought that with Subxt you had to explicitly opt in to both, but when I checked just now Ican see that Subxt enables the "native" feature by default already, because otherwise cargo check is a pain etc.

So actually I was wrong about this and I don't think you need to change that after all; sorry!

@jsdw
Copy link
Collaborator

jsdw commented Oct 9, 2023

So yup, I think the only things I'd change are: #1200. Sorry for sending you down the wrong track!

@jsdw jsdw closed this Oct 9, 2023
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