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

ComsWasm integration #351

Closed
wants to merge 104 commits into from
Closed

ComsWasm integration #351

wants to merge 104 commits into from

Conversation

leobragaz
Copy link
Contributor

@leobragaz leobragaz commented Jan 22, 2021

Description

This PR integrate the CosmWasm go module and the possibility to handle custom queries from the contract to the
desmos chain.
Closes #115.

Checklist

  • Targeted PR against correct branch.
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Wrote unit tests.
  • Wrote integration tests (simulation & CLI).
  • Updated the documentation.
  • Added an entry to the CHANGELOG.md file.
  • Re-reviewed Files changed in the Github PR explorer.

@leobragaz leobragaz added the cosmwasm Extend functionality to devs label Jan 22, 2021
@leobragaz leobragaz self-assigned this Jan 22, 2021
@codecov
Copy link

codecov bot commented Jan 22, 2021

Codecov Report

Merging #351 (b1930d0) into master (16e1eeb) will increase coverage by 6.46%.
The diff coverage is 80.47%.

❗ Current head b1930d0 differs from pull request most recent head 2ab1be1. Consider uploading reports for the commit 2ab1be1 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #351      +/-   ##
==========================================
+ Coverage   75.59%   82.05%   +6.46%     
==========================================
  Files          94       97       +3     
  Lines        4519     6614    +2095     
==========================================
+ Hits         3416     5427    +2011     
+ Misses        960      899      -61     
- Partials      143      288     +145     
Impacted Files Coverage Δ
x/commons/commons.go 100.00% <ø> (ø)
x/posts/keeper/params.go 100.00% <ø> (ø)
x/posts/keeper/wasm.go 0.00% <0.00%> (ø)
x/posts/types/codec.go 100.00% <ø> (ø)
x/posts/types/msgs.go 96.80% <ø> (ø)
x/posts/types/params.go 80.95% <ø> (ø)
x/posts/types/polls.go 100.00% <ø> (ø)
x/posts/types/posts.go 91.30% <ø> (ø)
x/posts/types/reactions.go 95.65% <ø> (ø)
x/posts/types/report.go 87.50% <ø> (ø)
... and 145 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 7b1a044...2ab1be1. Read the comment docs.

@github-actions github-actions bot added x/posts Post module x/profiles Module that allows to create and manage decentralized social profiles x/subspaces Issue on the x/subspaces module x/CLI kind/build Related to the build of the project labels Sep 10, 2021
@leobragaz
Copy link
Contributor Author

closing this as it's outdated and deprecated in favour of #720

@leobragaz leobragaz closed this Jan 11, 2022
@leobragaz leobragaz deleted the leonardo/cosm-wasm-integration branch February 10, 2022 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/build Related to the build of the project status/waiting-upstream This issue is waiting for a dependency to be updated in order to be worked on x/CLI x/posts Post module x/profiles Module that allows to create and manage decentralized social profiles x/subspaces Issue on the x/subspaces module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate CosmWasm
2 participants