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

Fixed import in subxt-signer::eth #1553

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

muraca
Copy link
Contributor

@muraca muraca commented Apr 22, 2024

fixes #1552

@muraca muraca requested a review from a team as a code owner April 22, 2024 15:14
@niklasad1
Copy link
Member

hmm, most likely a merge conflict or something caused this.

Ideally we should check this in the CI but thank you 🌈

@muraca
Copy link
Contributor Author

muraca commented Apr 22, 2024

Ideally we should check this in the CI

I saw that the CI only does cargo check with the proper feature, it's weird that this problem is being shown when building only.

@niklasad1
Copy link
Member

It's re-producible with cd signer && cargo check --features unstable-eth as well.

It's probably that some features is leaked in our workspace that caused that to work in the CI or that the feature is not checked at all. Anyway thanks for the PR

@niklasad1 niklasad1 merged commit 03fd95e into paritytech:master Apr 24, 2024
12 checks passed
@jsdw jsdw mentioned this pull request May 16, 2024
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.

Wrong import in subxt-signer::eth
2 participants