Skip to content

Prepare for ink! 3.0-rc1 release #515

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

Merged
merged 19 commits into from
Oct 9, 2020
Merged

Conversation

Robbepop
Copy link
Collaborator

@Robbepop Robbepop commented Oct 9, 2020

  • Change version of all ink! 3.0 crates to 3.0.0-rc1.
  • Add release notes for ink! 3.0 release.
  • Making sure that all ink! crates can potentially be deployed to crates.io.
    • A --dry-run looked promising already.

Rendered release notes: https://github.com/paritytech/ink/blob/robin-prepare-for-ink3.0-rc1/RELEASES.md

Sorry, something went wrong.

Verified

This commit was signed with the committer’s verified signature.
Robbepop Robin Freyler

Verified

This commit was signed with the committer’s verified signature.
Robbepop Robin Freyler

Verified

This commit was signed with the committer’s verified signature.
Robbepop Robin Freyler
Copy link
Collaborator

@ascjones ascjones left a comment

Choose a reason for hiding this comment

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

WIP

Robbepop and others added 11 commits October 9, 2020 17:14

Verified

This commit was signed with the committer’s verified signature.
Robbepop Robin Freyler

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Co-authored-by: Andrew Jones <ascjones@gmail.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Co-authored-by: Andrew Jones <ascjones@gmail.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Co-authored-by: Andrew Jones <ascjones@gmail.com>

Verified

This commit was signed with the committer’s verified signature.
Robbepop Robin Freyler

Verified

This commit was signed with the committer’s verified signature.
Robbepop Robin Freyler
…ink into robin-prepare-for-ink3.0-rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Co-authored-by: Andrew Jones <ascjones@gmail.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Co-authored-by: Andrew Jones <ascjones@gmail.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Co-authored-by: Andrew Jones <ascjones@gmail.com>

Verified

This commit was signed with the committer’s verified signature.
Robbepop Robin Freyler

Verified

This commit was signed with the committer’s verified signature.
Robbepop Robin Freyler
…ink into robin-prepare-for-ink3.0-rc1
@codecov-io
Copy link

Codecov Report

Merging #515 into master will decrease coverage by 16.17%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #515       +/-   ##
===========================================
- Coverage   82.06%   65.88%   -16.18%     
===========================================
  Files         146      146               
  Lines        6361     6361               
===========================================
- Hits         5220     4191     -1029     
- Misses       1141     2170     +1029     
Impacted Files Coverage Δ
crates/lang/codegen/src/traits.rs 0.00% <0.00%> (-100.00%) ⬇️
crates/lang/ir/src/ir/contract.rs 0.00% <0.00%> (-100.00%) ⬇️
crates/lang/codegen/src/generator/env.rs 0.00% <0.00%> (-100.00%) ⬇️
crates/lang/codegen/src/generator/storage.rs 0.00% <0.00%> (-100.00%) ⬇️
crates/lang/codegen/src/generator/contract.rs 0.00% <0.00%> (-100.00%) ⬇️
crates/lang/codegen/src/generator/trait_def.rs 0.00% <0.00%> (-100.00%) ⬇️
crates/lang/codegen/src/generator/dispatch.rs 0.00% <0.00%> (-98.27%) ⬇️
crates/lang/codegen/src/generator/item_impls.rs 0.00% <0.00%> (-97.20%) ⬇️
crates/lang/codegen/src/generator/cross_calling.rs 0.00% <0.00%> (-94.00%) ⬇️
crates/lang/codegen/src/generator/events.rs 0.00% <0.00%> (-92.31%) ⬇️
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8edbfd2...5d1becf. Read the comment docs.

1 similar comment
@codecov-commenter
Copy link

Codecov Report

Merging #515 into master will decrease coverage by 16.17%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #515       +/-   ##
===========================================
- Coverage   82.06%   65.88%   -16.18%     
===========================================
  Files         146      146               
  Lines        6361     6361               
===========================================
- Hits         5220     4191     -1029     
- Misses       1141     2170     +1029     
Impacted Files Coverage Δ
crates/lang/codegen/src/traits.rs 0.00% <0.00%> (-100.00%) ⬇️
crates/lang/ir/src/ir/contract.rs 0.00% <0.00%> (-100.00%) ⬇️
crates/lang/codegen/src/generator/env.rs 0.00% <0.00%> (-100.00%) ⬇️
crates/lang/codegen/src/generator/storage.rs 0.00% <0.00%> (-100.00%) ⬇️
crates/lang/codegen/src/generator/contract.rs 0.00% <0.00%> (-100.00%) ⬇️
crates/lang/codegen/src/generator/trait_def.rs 0.00% <0.00%> (-100.00%) ⬇️
crates/lang/codegen/src/generator/dispatch.rs 0.00% <0.00%> (-98.27%) ⬇️
crates/lang/codegen/src/generator/item_impls.rs 0.00% <0.00%> (-97.20%) ⬇️
crates/lang/codegen/src/generator/cross_calling.rs 0.00% <0.00%> (-94.00%) ⬇️
crates/lang/codegen/src/generator/events.rs 0.00% <0.00%> (-92.31%) ⬇️
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8edbfd2...5d1becf. Read the comment docs.

@codecov-io
Copy link

codecov-io commented Oct 9, 2020

Codecov Report

Merging #515 into master will decrease coverage by 16.17%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #515       +/-   ##
===========================================
- Coverage   82.06%   65.88%   -16.18%     
===========================================
  Files         146      146               
  Lines        6361     6361               
===========================================
- Hits         5220     4191     -1029     
- Misses       1141     2170     +1029     
Impacted Files Coverage Δ
crates/lang/codegen/src/traits.rs 0.00% <0.00%> (-100.00%) ⬇️
crates/lang/ir/src/ir/contract.rs 0.00% <0.00%> (-100.00%) ⬇️
crates/lang/codegen/src/generator/env.rs 0.00% <0.00%> (-100.00%) ⬇️
crates/lang/codegen/src/generator/storage.rs 0.00% <0.00%> (-100.00%) ⬇️
crates/lang/codegen/src/generator/contract.rs 0.00% <0.00%> (-100.00%) ⬇️
crates/lang/codegen/src/generator/trait_def.rs 0.00% <0.00%> (-100.00%) ⬇️
crates/lang/codegen/src/generator/dispatch.rs 0.00% <0.00%> (-98.27%) ⬇️
crates/lang/codegen/src/generator/item_impls.rs 0.00% <0.00%> (-97.20%) ⬇️
crates/lang/codegen/src/generator/cross_calling.rs 0.00% <0.00%> (-94.00%) ⬇️
crates/lang/codegen/src/generator/events.rs 0.00% <0.00%> (-92.31%) ⬇️
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8edbfd2...2b7facf. Read the comment docs.

Robbepop and others added 5 commits October 9, 2020 17:38

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Co-authored-by: Andrew Jones <ascjones@gmail.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Co-authored-by: Andrew Jones <ascjones@gmail.com>

Verified

This commit was signed with the committer’s verified signature.
Robbepop Robin Freyler

Verified

This commit was signed with the committer’s verified signature.
Robbepop Robin Freyler
…ink into robin-prepare-for-ink3.0-rc1

Verified

This commit was signed with the committer’s verified signature.
Robbepop Robin Freyler
Copy link
Collaborator

@ascjones ascjones left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov-commenter
Copy link

Codecov Report

Merging #515 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #515   +/-   ##
=======================================
  Coverage   82.06%   82.06%           
=======================================
  Files         146      146           
  Lines        6361     6361           
=======================================
  Hits         5220     5220           
  Misses       1141     1141           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8edbfd2...66826d5. Read the comment docs.

@Robbepop Robbepop merged commit 0b40692 into master Oct 9, 2020
@Robbepop Robbepop deleted the robin-prepare-for-ink3.0-rc1 branch October 9, 2020 16:47
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

5 participants