-
Notifications
You must be signed in to change notification settings - Fork 115
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
Use Consistent version numbers #1
Comments
bedeho
added a commit
that referenced
this issue
Jun 18, 2019
Forum Integration - Runtime initialization
juniuszhou
pushed a commit
to juniuszhou/substrate-runtime-joystream
that referenced
this issue
Jan 27, 2020
Integrate content wg
mnaamani
pushed a commit
that referenced
this issue
Mar 10, 2020
update dependencies substrate and staking module
mnaamani
pushed a commit
that referenced
this issue
Mar 10, 2020
update to depend on substrate branch v1.0
mnaamani
pushed a commit
that referenced
this issue
Mar 10, 2020
mnaamani
pushed a commit
that referenced
this issue
Mar 10, 2020
mnaamani
added a commit
that referenced
this issue
Mar 10, 2020
Permissions Layer for Versioned store
bedeho
pushed a commit
that referenced
this issue
Apr 13, 2020
Remove entity_id from Entity structure
bedeho
pushed a commit
that referenced
this issue
Apr 16, 2020
bedeho
pushed a commit
that referenced
this issue
Apr 16, 2020
bedeho
removed this from the
Finalize runtime for internal Athens Runtime Testnet milestone
May 8, 2020
semeano
pushed a commit
to semeano/joystream
that referenced
this issue
May 14, 2020
Merged components into Atlas and set up Lerna
semeano
added a commit
to semeano/joystream
that referenced
this issue
May 14, 2020
State management added to the project.
Lezek123
referenced
this issue
in Lezek123/substrate-runtime-joystream
May 21, 2020
submitExtrinsics from app-testing
Lezek123
referenced
this issue
in Lezek123/substrate-runtime-joystream
May 21, 2020
Fix some typescript compile errors in joy-utils
bedeho
pushed a commit
that referenced
this issue
May 29, 2020
Alex add OptionalText runtime type and renaming on Channel
shamil-gadelshin
pushed a commit
that referenced
this issue
Jun 19, 2020
shamil-gadelshin
pushed a commit
that referenced
this issue
Jun 19, 2020
(can't hurt, though PUT requests might also be used.)
DzhideX
referenced
this issue
in DzhideX/joystream
Sep 10, 2020
mnaamani
pushed a commit
that referenced
this issue
Nov 4, 2023
Patch to fix query-node and integration tests build
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In next release, be consistent with versioning.
Use same version number for github tagged release, cargo.toml package version and runtime to avoid any confusion.
The version should be of the form
v{Authoring}.{Spec}.{Impl}
declared inruntime/Cargo.toml
See this documentation to better understand how the RuntimeVersion is interpreted.
The text was updated successfully, but these errors were encountered: