Skip to content

no branch or tag referencing stable version of substrate #162

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

Closed
aregng opened this issue Sep 16, 2021 · 4 comments
Closed

no branch or tag referencing stable version of substrate #162

aregng opened this issue Sep 16, 2021 · 4 comments

Comments

@aregng
Copy link

aregng commented Sep 16, 2021

Almost all branches and tags of this repo refer to the master branch of substrate repo.
Recently substrate master branch is updated in a way that it is not compile-compatible with the current master and other branches of this repo.

Could you please provide branches/tags which refer to stable substrate code-base and not master branch which is prone to frequent changes.

@trevor-crypto
Copy link
Contributor

trevor-crypto commented Sep 16, 2021

Semi-related to your request:

You can look in the substrate-api-client lock file for the revision you need to use in your own lock file.

cargo update -p sp-std --precise f651d45ce57

See here for more info: #132

@brenzi
Copy link
Contributor

brenzi commented Sep 18, 2021

We decided not to make releases. Just use the way @trevor-crypto described to pick your upstream commit.
Should parity/substrate decide to follow semver, and should cargo improve their handling of git dependencies, we may change our mind.

@haerdib
Copy link
Contributor

haerdib commented Sep 29, 2021

With #168 the curent cargo update error should be fixed :-)

@haerdib
Copy link
Contributor

haerdib commented Sep 12, 2022

We now have polkadot branches (latest: https://github.com/scs/substrate-api-client/tree/polkadot-v0.9.27) , so this should not be an issue any more. We intend on continuing this.

@haerdib haerdib closed this as completed Sep 12, 2022
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

No branches or pull requests

4 participants