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

feat: merge original version 0.16.3 #148

Merged
merged 501 commits into from
Feb 24, 2022
Merged

Conversation

loloicci
Copy link
Contributor

@loloicci loloicci commented Dec 14, 2021

Description

Types of changes

  • Bug fix (changes which fixes an issue)
  • New feature (changes which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • ETC (build, ci, docs, perf, refactor, style, test)

Checklist

uint and others added 30 commits July 13, 2021 21:32
Cleanup import implementations (the native_* stuff)
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
Add the cosmwasm-* version changes to MIGRATING.md
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
attr construction should panic for reserved names
Collect types Attribute and Event in events.rs 💅
@CLAassistant
Copy link

CLAassistant commented Dec 14, 2021

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 3 committers have signed the CLA.

✅ loloicci
❌ webmaster128
❌ uint
You have signed the CLA already but the status is still pending? Let us recheck it.

@loloicci loloicci changed the title Versionup work release: version up to 0.16.3 Jan 5, 2022
@loloicci loloicci changed the title release: version up to 0.16.3 feat: merge original version 0.16.3 Jan 5, 2022
@loloicci loloicci marked this pull request as ready for review January 5, 2022 02:11
packages/crypto/src/sha1.rs Show resolved Hide resolved
@@ -30,6 +33,7 @@ stargate = []
[dependencies]
base64 = "0.13.0"
cosmwasm-derive = { path = "../derive", version = "0.14.0-0.4.0" }
Copy link
Contributor

@brew0722 brew0722 Jan 17, 2022

Choose a reason for hiding this comment

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

For all about the remain old versions 0.14.0-0.4.0,
How about changing to 0.16.3 in this PR and creating a 0.16.0-0.1.0 bump-up PR after merged this PR?

In the previous migration PR, it seems follow in the below way.
#130

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will remain the versions and change them in a PR once. Why do we need to change to 0.16.3 in this PR?

Copy link
Contributor

Choose a reason for hiding this comment

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

It doesn't mean much. Because that's what we've done in previous works.

I think In a very small sense, the baseline version becomes clearer in the commit at the time this PR was squash merged.

.github/workflows/release.yml Show resolved Hide resolved
@loloicci loloicci self-assigned this Jan 27, 2022
uint version 0.9.2 or lator uses the feature of edition2021.
This cannot be used from wasmvm now.
packages/crypto/src/identity_digest.rs Outdated Show resolved Hide resolved
packages/std/src/math/uint128.rs Outdated Show resolved Hide resolved
packages/storage/Cargo.toml Outdated Show resolved Hide resolved
Copy link
Member

@zemyblue zemyblue left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@brew0722 brew0722 left a comment

Choose a reason for hiding this comment

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

LGTM

@loloicci loloicci merged commit 203d683 into Finschia:main Feb 24, 2022
loloicci added a commit that referenced this pull request Feb 24, 2022
loloicci added a commit that referenced this pull request Feb 24, 2022
@loloicci loloicci mentioned this pull request Feb 24, 2022
8 tasks
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.