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 4.0.0-rc #1590

Closed
wants to merge 8 commits into from
Closed

Release 4.0.0-rc #1590

wants to merge 8 commits into from

Conversation

ascjones
Copy link
Collaborator

@ascjones ascjones commented Jan 12, 2023

This is the first release which may become the final 4.0.0. There may be further release candidates with breaking code
changes before the final release.

E2E Testing Framework

This release includes the first published version of the "end-to-end" (E2E) testing framework.
This enables testing of a contract by deploying and calling it on a Substrate node with pallet-contracts. See the
erc20 example for usage.

Fixed

  • Add Determinism enum from pallet-contracts #1547
  • Added missed WhereClosure for the generics into storage_item #1536

Changed

  • FFI: no more unstable wasm import module #1522
  • Fix trait message return type metadata #1531
  • Bump Dylint dependencies #1551
  • stabilize take_storage #1568
  • make more functions be const #1574

@codecov-commenter
Copy link

codecov-commenter commented Jan 12, 2023

Codecov Report

Merging #1590 (96a0404) into master (8ed95ea) will decrease coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1590      +/-   ##
==========================================
- Coverage   71.59%   71.56%   -0.04%     
==========================================
  Files         205      205              
  Lines        6292     6292              
==========================================
- Hits         4505     4503       -2     
- Misses       1787     1789       +2     
Impacted Files Coverage Δ
crates/allocator/src/bump.rs 88.42% <0.00%> (-1.66%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ascjones ascjones marked this pull request as ready for review January 12, 2023 14:30
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
@ascjones ascjones marked this pull request as draft January 12, 2023 16:45
@ascjones
Copy link
Collaborator Author

Converted to draft, we will wait for #1512

@HCastano HCastano mentioned this pull request Jan 24, 2023
@ascjones
Copy link
Collaborator Author

Can open a new PR when we do the RC

@ascjones ascjones closed this Jan 25, 2023
@ascjones ascjones deleted the v4.0.0-rc branch February 1, 2023 13:20
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.

None yet

3 participants