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

Change dependencies to point to the crates.io versions #755

Closed
wants to merge 3 commits into from

Conversation

Niederb
Copy link
Contributor

@Niederb Niederb commented Mar 14, 2024

Only for release to crates.io.
Do not merge!

@Niederb
Copy link
Contributor Author

Niederb commented Mar 14, 2024

@masapr Can you have a look at the meta-infos? I would then revert the dependency paths back to github and then we can actually merge this.

@Niederb Niederb requested a review from masapr March 14, 2024 13:58
@@ -0,0 +1,3 @@
# ac_keystore

This crate is a submodule of the [substrate-api-client](https://github.com/scs/substrate-api-client). It contains a fork of the sc-keystore crate and this is in order to access private functions and members of the crate.
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would write the second sentence like this:

It is a fork of substrate's sc-keystore crate. The substrate-api-client needs its own fork in order to access private functions and members of the crate.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I split the PR into two and added your suggestion to the new PR. See #757

sp-application-crypto = { version = "32.0.0" }
sp-core = { version = "30.0.0" }
sp-keyring = { version = "33.0.0" }
sp-keystore = { version = "0.36.0" }
Copy link
Collaborator

Choose a reason for hiding this comment

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

This part we only need for the publishing, right? But we want to update the text below in general, is that right?
then this should be two PRs? Resp. only the PR for the text. And the dependencies here would only be adjusted for the branch that is published on crates.io.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Opened a separate PR. See #757

@Niederb Niederb force-pushed the tn/publish-keystore branch from 41d1a39 to 667fac2 Compare March 19, 2024 12:59
@Niederb
Copy link
Contributor Author

Niederb commented May 13, 2024

Changes are only needed to release to crates.io. Closing this

@Niederb Niederb closed this May 13, 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.

2 participants