-
Notifications
You must be signed in to change notification settings - Fork 119
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
Release v2.0.0
#970
Merged
Release v2.0.0
#970
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ascjones
requested review from
cmichi,
HCastano and
SkymanOne
as code owners
February 14, 2023 11:44
SkymanOne
reviewed
Feb 14, 2023
SkymanOne
reviewed
Feb 14, 2023
SkymanOne
reviewed
Feb 14, 2023
SkymanOne
suggested changes
Feb 14, 2023
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.
some of changelog entries should go into Remove section
SkymanOne
approved these changes
Feb 14, 2023
cmichi
approved these changes
Feb 15, 2023
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.
🙌
HCastano
added a commit
that referenced
this pull request
Feb 16, 2023
Looks like we forgot to do this in #970. Not a huge deal since `cargo` will still pull in ink! 4.0, but we'll probably want to issue a patch release soon in order to not confuse users.
HCastano
added a commit
that referenced
this pull request
Feb 17, 2023
* Bump template to ink! 4.0 Looks like we forgot to do this in #970. Not a huge deal since `cargo` will still pull in ink! 4.0, but we'll probably want to issue a patch release soon in order to not confuse users. * Add non-templated E2E tests * Flip Alice and Bob account usage * Add templating * Add comments to E2E tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
v2.0.0
Major release compatible with
ink! 4.0.0
. All the changes in aggregate since1.5
:Added
version
metadata field - #641Changed
[email protected]
state_call
- #701wasm-opt
tool is now compiled intocargo-contract
- #766.--lint
- #799--features
through tocargo
- #853scale-info
in template to2.3
- #847unstable
module check, add--skip-wasm-validation
- #846wasm-opt
MVP features only #891subxt
to0.26
#924metadata.json
to{contract_name}.json
- #952subxt
and substrate dependencies #968Fixed
tracing_subscriber
filtering - #702build
- #715dev-dependency
- #760instantiate
with--output-json
- #839-C target-cpu=mvp
rust flag to build command - #838LangError
#919Removed
test
command #958