Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 branch'd
ink-wrapper
for compatibility with aleph-node 12.1 release #23Use branch'd
ink-wrapper
for compatibility with aleph-node 12.1 release #23Changes from 4 commits
dea00da
72fe0c3
1c65f5f
1d6b106
f48ce24
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can now inspect the labels:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm like meh, if you can inspect the version and it's documented just bump semver?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So
1.9.0
or2.0.0
? I am not really sure how I should go about the versioning here. The variables are:cargo-contract
ink-wrapper
rust
aleph-node
version this particular image is compatible with.Not every
aleph-node
change breaks the backwards compatibility, so the sameink-dev
image can work with many deployments. Same with other packages here.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it's not backward compatible, ie
ink-dev
won't work withaleph-node
11.X anymore, then 2.0.0 is a mustThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's tricky b/c it will work and won't work at the same time. Since we added
ink-wrapper
to this image (and we hadn't initially) this adds another option to break backwards compatibility. For example, this particular image'scargoc-contract
will work with 12 and 11 while itsink-wrapper
won't.I'll bump to
2.0.0
anyway.I think it's more important to be clear about versions in the labels than correct numbering anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did that in Bump docker tag to 2.0.0.