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(wasm): porting our modifications after 0.12.0-0.1.0 #139

Merged
merged 5 commits into from
Apr 29, 2021

Conversation

brew0722
Copy link
Contributor

@brew0722 brew0722 commented Apr 22, 2021

Description

closes: #XXXX

Since the initial code of v2/x/wasm was set to 0.12.0-0.1.0, the migration PR(#131) is only merged up to 0.1.0.
Modifications after 0.1.0 port from this PR. And change the commit author to the original PR author.


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

@brew0722 brew0722 added the WIP label Apr 22, 2021
@brew0722 brew0722 added this to the Initail ebony milestone Apr 22, 2021
@brew0722 brew0722 self-assigned this Apr 22, 2021
@brew0722 brew0722 marked this pull request as draft April 22, 2021 01:39
@brew0722 brew0722 force-pushed the brew0722/v2/feat/port-after-0.1.0 branch from 44f2155 to aadb256 Compare April 22, 2021 01:59
brew0722 pushed a commit that referenced this pull request Apr 26, 2021
Use alpine to build wasmd docker image
@brew0722 brew0722 force-pushed the brew0722/v2/feat/port-after-0.1.0 branch 4 times, most recently from e60306f to 1622800 Compare April 27, 2021 05:47
@codecov
Copy link

codecov bot commented Apr 27, 2021

Codecov Report

Merging #139 (05636c5) into v2/develop (1f739c5) will increase coverage by 0.06%.
The diff coverage is 81.23%.

Impacted file tree graph

@@              Coverage Diff               @@
##           v2/develop     #139      +/-   ##
==============================================
+ Coverage       54.99%   55.05%   +0.06%     
==============================================
  Files             812      811       -1     
  Lines           51487    51492       +5     
==============================================
+ Hits            28317    28351      +34     
+ Misses          20211    20197      -14     
+ Partials         2959     2944      -15     
Impacted Files Coverage Δ
client/grpc/tmservice/query.pb.gw.go 30.06% <ø> (ø)
client/keys/root.go 100.00% <ø> (ø)
client/keys/utils.go 35.29% <ø> (-3.60%) ⬇️
client/utils.go 44.82% <0.00%> (-1.61%) ⬇️
crypto/armor.go 85.89% <ø> (ø)
crypto/keys/ed25519/ed25519.go 67.34% <ø> (ø)
crypto/keys/multisig/codec.go 100.00% <ø> (ø)
crypto/keys/secp256k1/secp256k1.go 86.79% <ø> (ø)
simapp/test_helpers.go 0.49% <0.00%> (-0.01%) ⬇️
types/address.go 65.71% <ø> (ø)
... and 38 more

shiki-tak and others added 4 commits April 27, 2021 15:09
The original is the PR #85.
cherry-pick from v1/develop by Jiyong Ha<[email protected]>
The original is the PR #86.
with excessive gas consumption issue needs further modification.

cherry-pick from v1/develop by Jiyong Ha<[email protected]>
Limit values are greatly eased due to the known issue of gas consumption.
@brew0722 brew0722 force-pushed the brew0722/v2/feat/port-after-0.1.0 branch from 683f26c to 16f15b1 Compare April 27, 2021 06:12
@brew0722 brew0722 removed the WIP label Apr 27, 2021
@brew0722 brew0722 marked this pull request as ready for review April 27, 2021 06:17
@brew0722 brew0722 changed the title feat: porting our modifications after 0.12.0-0.1.0 feat(wasm): porting our modifications after 0.12.0-0.1.0 Apr 28, 2021
Copy link
Contributor

@whylee259 whylee259 left a comment

Choose a reason for hiding this comment

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

Other than a typo, LGTM.

x/wasm/internal/types/types.proto Outdated Show resolved Hide resolved
@brew0722 brew0722 merged commit 2a9f3c7 into v2/develop Apr 29, 2021
@brew0722 brew0722 deleted the brew0722/v2/feat/port-after-0.1.0 branch April 29, 2021 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants