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

[TASK] Update tangle-subxt use of subxt/sp-core #318

Open
tbraun96 opened this issue Sep 25, 2024 · 0 comments
Open

[TASK] Update tangle-subxt use of subxt/sp-core #318

tbraun96 opened this issue Sep 25, 2024 · 0 comments
Assignees

Comments

@tbraun96
Copy link
Collaborator

paritytech/subxt#1783

After the above issue is addressed, we can upgrade our subxt in tangle-subxt, then from there, make a tangle PR, merge it, then open a gadget PR to use the latest tangle.

@tbraun96 tbraun96 self-assigned this Sep 25, 2024
Serial-ATA added a commit that referenced this issue Oct 18, 2024
It's currently impossible to use some APIs downstream, since they expose `sp_core` (v0.34.0) types instead of the `sdk::keystore::sp_core_subxt` (v0.31.0) types. Cargo will refuse to build blueprints using them. I just got rid of the `sdk::keystore::sp_core_subxt` hack and downgraded all of the dependencies necessary (I think).

This won't be an issue once #318 is taken care of.
Serial-ATA added a commit that referenced this issue Oct 18, 2024
It's currently impossible to use some APIs downstream, since they expose `sp_core` (v0.34.0) types instead of the `sdk::keystore::sp_core_subxt` (v0.31.0) types. Cargo will refuse to build blueprints using them. I just got rid of the `sdk::keystore::sp_core_subxt` hack and downgraded all of the dependencies necessary (I think).

This won't be an issue once #318 is taken care of.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Not Started 🕧
Development

No branches or pull requests

1 participant