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.
This
cargo-contract
release is compatible with Rust versions>=1.70
and ink! versions>=5.0.0
_ℹ️ We have created a migration guide from ink! 4 to ink! 5. It also contains an
overview over newly added features in this release of
cargo-contract
and explainse.g. the newly added contract verification in more detail.
You can view it here._
Notable changes:
sign_ext
Wasm opcode - #1189pallet-contracts
- #1399Added
ink_metadata
types intranscode
crate - #1522rpc
command - #1458Environment
types against the node - #1377INK_STATIC_BUFFER_SIZE
env var - #1310verify
command - #1306--binary
flag forinfo
command - #1311--all
flag forinfo
command - #1319info
command - #1329Storage Total Deposit
toinfo
command output - #1347Changed
--verbose
- #1483subxt
to0.32.0
- #1352scale
andscale-info
versions - #1370rust-version
to1.70
- #1241Fixed
--verifiable
command #1511info
command - #1330lto = "thin"
for metadata build to fixlinkme
on macOS - #1200--lint
- #1174CARGO_ENCODED_RUSTFLAGS
instead ofRUSTFLAGS
- #1124