Skip to content

Fix typos and improve comment clarity in wasm module #2257

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

Merged
merged 3 commits into from
May 21, 2025

Conversation

VolodymyrBg
Copy link
Contributor

  • Fixed a typo in the StoreAndInstantiateContractProposal.String() method (Coontract → Contract)
  • Corrected a spelling mistake in a comment for InstantiateContract2 (predicatable → predictable)
  • Improved comment wording in gas_register.go (derserialization → deserialization) for better clarity

Copy link

codecov bot commented May 14, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 45.26%. Comparing base (c0e9fec) to head (fdb698a).
Report is 38 commits behind head on main.

Files with missing lines Patch % Lines
x/wasm/types/proposal_legacy.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2257   +/-   ##
=======================================
  Coverage   45.26%   45.26%           
=======================================
  Files          79       79           
  Lines       10907    10907           
=======================================
  Hits         4937     4937           
  Misses       5531     5531           
  Partials      439      439           
Files with missing lines Coverage Δ
x/wasm/keeper/msg_server.go 14.28% <ø> (ø)
x/wasm/types/gas_register.go 97.40% <ø> (ø)
x/wasm/types/proposal_legacy.go 53.56% <0.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@chipshort chipshort left a comment

Choose a reason for hiding this comment

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

Thanks!

@chipshort chipshort merged commit 6420468 into CosmWasm:main May 21, 2025
18 of 19 checks passed
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