Skip to content
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

Merged
merged 7 commits into from
Oct 21, 2022
Merged

Release v3.4.0 #1444

merged 7 commits into from
Oct 21, 2022

Conversation

agryaznov
Copy link
Contributor

We keep ink! v3 updated with nice features and fixes from the master branch.

This release:

  • Introduces the 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.
  • Fixes contracts compilation error with the latest Rust +nightly #1417 (thanks @xgreenx).

See the back portation PR#1439 for details.

@agryaznov agryaznov changed the base branch from master to v3.x.x October 20, 2022 19:59
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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
agryaznov and others added 2 commits October 21, 2022 16:40
@paritytech-cicd-pr
Copy link

🦑 📈 ink! Example Contracts ‒ Changes Report 📉 🦑

⚠️ The ink! master is ahead of your branch, this might skew the comparison data below.

These are the results when building the examples/* contracts from this branch with cargo-contract 1.5.0-ebd388e and comparing them to ink! master:

Δ Optimized Size Δ Used Gas Total Optimized Size Total Used Gas
accumulator +1.03 K 1.03 K
adder +2.13 K 2.13 K
contract-terminate +0.94 K +275_000 0.94 K 275_000
contract-transfer +8.36 K +75_000 8.36 K 75_000
delegate-calls +2.95 K +76_263 2.95 K 76_263
delegator +6.37 K +232_237 6.37 K 232_237
dns +8.89 K +225_000 8.89 K 225_000
erc1155 +17.18 K +450_000 17.18 K 450_000
erc20 +8.49 K +225_000 8.49 K 225_000
erc721 +11.81 K +600_000 11.81 K 600_000
flipper +1.31 K +75_000 1.31 K 75_000
forward-calls +2.88 K +151_416 2.88 K 151_416
incrementer +1.21 K 1.21 K
mother +12.82 K 12.82 K
multisig +25.79 K +470_490 25.79 K 470_490
rand-extension +3.92 K +75_000 3.92 K 75_000
set-code-hash +1.57 K 1.57 K
subber +2.15 K 2.15 K
trait-erc20 +8.76 K +225_000 8.76 K 225_000
trait-flipper +1.00 K +75_000 1.00 K 75_000
trait-incrementer +1.19 K +150_000 1.19 K 150_000
updated-incrementer +9.86 K 9.86 K
upgradeable-flipper +1.55 K 1.55 K

Link to the run | Last update: Fri Oct 21 19:45:03 CEST 2022

@codecov-commenter
Copy link

codecov-commenter commented Oct 21, 2022

Codecov Report

❗ No coverage uploaded for pull request base (v3.x.x@0c98a39). Click here to learn what that means.
The diff coverage is n/a.

@@            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

@agryaznov agryaznov merged commit 83800c7 into v3.x.x Oct 21, 2022
@agryaznov agryaznov deleted the ag-release-3.4 branch October 21, 2022 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants