-
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 v3.4.0
#1444
Release v3.4.0
#1444
Conversation
RELEASES.md
Outdated
As response to ink! developers request on our [SE](https://substrate.stackexchange.com/a/4793/472). | ||
- Fixes contracts compilation error with the latest Rust +nightly [#1417](https://github.com/paritytech/ink/issues/1417) (thanks [@xgreenx](https://github.com/xgreenx)). | ||
|
||
See the back portation PR[#1439](https://github.com/paritytech/ink/pull/1439) for details. |
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.
See the back portation PR[#1439](https://github.com/paritytech/ink/pull/1439) for details. | |
See the back portation PR [#1439](https://github.com/paritytech/ink/pull/1439) for details. |
Co-authored-by: Michael Müller <mich@elmueller.net>
🦑 📈 ink! Example Contracts ‒ Changes Report 📉 🦑
These are the results when building the
Link to the run | Last update: Fri Oct 21 19:45:03 CEST 2022 |
Codecov Report
@@ Coverage Diff @@
## v3.x.x #1444 +/- ##
=========================================
Coverage ? 66.85%
=========================================
Files ? 178
Lines ? 5985
Branches ? 0
=========================================
Hits ? 4001
Misses ? 1984
Partials ? 0 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
We keep ink! v3 updated with nice features and fixes from the
master
branch.This release:
ink_env::pay_with_call!
helper macro for the emulation of invoking payble messages in off-chain tests.As response to ink! developers request on our SE.
See the back portation PR#1439 for details.