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

docs: docs for cosmwasm native module queries and msgs #2076

Merged
merged 5 commits into from
May 31, 2023
Merged

Conversation

gsk967
Copy link
Collaborator

@gsk967 gsk967 commented May 31, 2023

Description

closes: #XXXX


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • included the correct type prefix in the PR title
  • added ! to the type prefix if API or client breaking change
  • added appropriate labels to the PR
  • targeted the correct branch (see PR Targeting)
  • provided a link to the relevant issue or specification
  • added a changelog entry to CHANGELOG.md
  • included comments for documenting Go code
  • updated the relevant documentation or specification
  • reviewed "Files changed" and left comments if necessary
  • confirmed all CI checks have passed

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.

I have...

  • confirmed the correct type prefix in the PR title
  • confirmed all author checklist items have been addressed
  • reviewed state machine logic
  • reviewed API design and naming
  • reviewed documentation is accurate
  • reviewed tests and test coverage
  • manually tested (if applicable)

@gsk967 gsk967 requested review from a team as code owners May 31, 2023 15:00
@codecov
Copy link

codecov bot commented May 31, 2023

Codecov Report

Merging #2076 (2b6813e) into main (7f05ad4) will decrease coverage by 4.81%.
The diff coverage is 60.15%.

❗ Current head 2b6813e differs from pull request most recent head 8307bf3. Consider uploading reports for the commit 8307bf3 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2076      +/-   ##
==========================================
- Coverage   75.38%   70.58%   -4.81%     
==========================================
  Files         100      126      +26     
  Lines        8025     9580    +1555     
==========================================
+ Hits         6050     6762     +712     
- Misses       1589     2352     +763     
- Partials      386      466      +80     
Impacted Files Coverage Δ
ante/spam_prevention.go 75.92% <ø> (ø)
util/store/unmarshal.go 0.00% <0.00%> (ø)
x/incentive/codec.go 47.82% <ø> (+9.89%) ⬆️
x/incentive/keeper/hooks.go 0.00% <0.00%> (ø)
x/incentive/keeper/invariants.go 0.00% <0.00%> (ø)
x/incentive/keeper/keeper.go 64.28% <ø> (ø)
x/leverage/keeper/errors.go 100.00% <ø> (ø)
x/leverage/keeper/exchange_rate.go 72.72% <ø> (ø)
x/leverage/keeper/genesis.go 87.23% <ø> (ø)
x/leverage/keeper/grpc_query.go 67.21% <ø> (ø)
... and 80 more

... and 13 files with indirect coverage changes

@gsk967 gsk967 enabled auto-merge May 31, 2023 15:12
@gsk967 gsk967 changed the title docs: docs for cosmwasm docs: docs for cosmwasm native module queries and msgs May 31, 2023
Copy link
Member

@robert-zaremba robert-zaremba left a comment

Choose a reason for hiding this comment

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

We should add an example how to make a query and a transaction from the cosmwasm contract level.

docs/cosmwasm.md Outdated Show resolved Hide resolved
@robert-zaremba robert-zaremba added the skip-e2e-test Skip the e2e tests label May 31, 2023
@gsk967 gsk967 added this pull request to the merge queue May 31, 2023
Merged via the queue into main with commit be14265 May 31, 2023
@gsk967 gsk967 deleted the sai/cosmwasm_doc branch May 31, 2023 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-e2e-test Skip the e2e tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants