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

Integrate wasm module #2

Merged
merged 12 commits into from
Nov 22, 2019
Merged

Integrate wasm module #2

merged 12 commits into from
Nov 22, 2019

Conversation

ethanfrey
Copy link
Member

  • Copied in wasm module from cosmwasm/modules
  • Updated code to cosmos-sdk:master
  • Wrote cli commands
  • Integrated wasm with app
  • Tested workflows and document in docs/deploy-testnet.md

For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge PR #XYZ: [title]" (coding standards)

@codecov-io
Copy link

Codecov Report

Merging #2 into master will decrease coverage by 7.26%.
The diff coverage is 50.93%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #2      +/-   ##
=========================================
- Coverage   66.46%   59.2%   -7.27%     
=========================================
  Files           5      11       +6     
  Lines         501     929     +428     
=========================================
+ Hits          333     550     +217     
- Misses        137     329     +192     
- Partials       31      50      +19
Impacted Files Coverage Δ
x/wasm/genesis.go 0% <0%> (ø)
x/wasm/internal/keeper/querier.go 0% <0%> (ø)
x/wasm/internal/keeper/test_common.go 100% <100%> (ø)
app/app.go 88.88% <100%> (+0.42%) ⬆️
x/wasm/module.go 18.6% <18.6%> (ø)
x/wasm/internal/keeper/keeper.go 57.59% <57.59%> (ø)
x/wasm/handler.go 80.59% <80.59%> (ø)
... and 3 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 801630d...a3e7c30. Read the comment docs.

@ethanfrey ethanfrey merged commit 39a2b56 into master Nov 22, 2019
@ethanfrey ethanfrey deleted the import-wasm-module branch November 22, 2019 18:34
giansalex pushed a commit to disperze/wasmd that referenced this pull request Dec 17, 2021
zemyblue referenced this pull request in Finschia/wasmd Jan 2, 2023
loloicci pushed a commit to loloicci/wasmd that referenced this pull request Apr 19, 2023
* docs: add wasm events description

* add funds event for MsgExecuteContract

* add CHANGELOG

* Update x/wasm/README.md

Co-authored-by: Youngtaek Yoon <[email protected]>

Co-authored-by: Youngtaek Yoon <[email protected]>
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.

2 participants