shentu icon indicating copy to clipboard operation
shentu copied to clipboard

WIP Add CosmWasm to Shentu

Open xiumingdou opened this issue 2 years ago • 1 comments

Closes: #XXX Related: #XXX

Description


For contributor use:

  • [ ] 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

For admin use:

  • [ ] Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • [ ] Reviewers assigned
  • [ ] Squashed all commits, uses message "Merge pull request #XYZ: [title]"

xiumingdou avatar Jul 25 '22 10:07 xiumingdou

Codecov Report

Merging #445 (d69c2f2) into master (f2cabf5) will increase coverage by 0.18%. The diff coverage is 64.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #445      +/-   ##
==========================================
+ Coverage   41.36%   41.54%   +0.18%     
==========================================
  Files         123      124       +1     
  Lines       11220    11337     +117     
==========================================
+ Hits         4641     4710      +69     
- Misses       6125     6165      +40     
- Partials      454      462       +8     
Impacted Files Coverage Δ
app/config.go 0.00% <0.00%> (ø)
app/genesis.go 0.00% <0.00%> (ø)
app/test_helpers.go 3.07% <0.00%> (-0.05%) :arrow_down:
vm/contract.go 85.92% <0.00%> (-0.83%) :arrow_down:
app/ante.go 56.09% <56.09%> (ø)
app/app.go 85.95% <85.54%> (-0.48%) :arrow_down:
x/bank/keeper/keeper.go 55.88% <100.00%> (+1.33%) :arrow_up:

codecov[bot] avatar Jul 25 '22 19:07 codecov[bot]

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Oct 25 '22 02:10 github-actions[bot]