-
Notifications
You must be signed in to change notification settings - Fork 428
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 5.0.0-alpha
#1900
Release 5.0.0-alpha
#1900
Conversation
CHANGELOG.md
Outdated
|
||
There are also other notable changes: | ||
|
||
- Rework of event definitions. |
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.
Link to PR here #1827 I know it also below but saves looking.
CHANGELOG.md
Outdated
- Enable Rust >= `1.70`, update `subxt` and `contract-build` - [#1855](https://github.com/paritytech/ink/pull/1855) | ||
- Fix unsupported `--ws-port` argument - [#1850](https://github.com/paritytech/ink/pull/1850) |
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.
Those are also backported as part of the 4.3.0
#1884 mentioned below. Although manual backports for the most part, so can still mention here I guess.
Codecov Report
@@ Coverage Diff @@
## master #1900 +/- ##
=======================================
Coverage 53.02% 53.02%
=======================================
Files 219 219
Lines 6837 6837
=======================================
Hits 3625 3625
Misses 3212 3212 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
As part of the release I had to modify cargo files of
ink_env
,ink_macro
andink_storage
crates, specifically replacingink
workspace dependency with a path one.It turns out that using workspace dependencies breaks the publishing process (see rust-lang/cargo#1169).
It was unfortunate that this only appeared when half of the crates have already been published, so I had to quickly patch the fixes in the release branch.