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

Fix grant cli #1792

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Fix grant cli #1792

merged 1 commit into from
Jan 24, 2024

Conversation

pinosu
Copy link
Contributor

@pinosu pinosu commented Jan 23, 2024

Resolves #1778

@pinosu pinosu requested a review from chipshort January 23, 2024 19:43
@pinosu pinosu added the backport/v0.4x backport patches to sdk47 release branch label Jan 23, 2024
Copy link

codecov bot commented Jan 23, 2024

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (8948806) 55.01% compared to head (f5e6fdc) 54.99%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1792      +/-   ##
==========================================
- Coverage   55.01%   54.99%   -0.03%     
==========================================
  Files          64       64              
  Lines        9663     9663              
==========================================
- Hits         5316     5314       -2     
- Misses       3821     3822       +1     
- Partials      526      527       +1     
Files Coverage Δ
x/wasm/client/cli/tx.go 15.18% <0.00%> (ø)

... and 1 file with indirect coverage changes

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.

LGTM

@pinosu pinosu merged commit 64b8074 into main Jan 24, 2024
15 of 16 checks passed
@pinosu pinosu deleted the 1778-fix_cli_grant branch January 24, 2024 09:35
mergify bot pushed a commit that referenced this pull request Jan 24, 2024
(cherry picked from commit 64b8074)
pinosu added a commit that referenced this pull request Jan 24, 2024
(cherry picked from commit 64b8074)

Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
pinosu added a commit that referenced this pull request Jan 24, 2024
* Bump cosmos-sdk to v0.47.8

* Bump github.com/CosmWasm/wasmvm from 1.5.0 to 1.5.2 (backport #1781) (#1783)

* Bump github.com/CosmWasm/wasmvm from 1.5.0 to 1.5.2 (#1781)

* Bump github.com/CosmWasm/wasmvm from 1.5.0 to 1.5.2

Bumps [github.com/CosmWasm/wasmvm](https://github.com/CosmWasm/wasmvm) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/CosmWasm/wasmvm/releases)
- [Changelog](https://github.com/CosmWasm/wasmvm/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/wasmvm@v1.5.0...v1.5.2)

---
updated-dependencies:
- dependency-name: github.com/CosmWasm/wasmvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Dockerfile

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pino' Surace <pino.surace@live.it>
(cherry picked from commit 8948806)

# Conflicts:
#	README.md
#	go.mod
#	go.sum

* Fix conflicts

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pino' Surace <pino.surace@live.it>

* Fix grant cli (#1792) (#1794)

(cherry picked from commit 64b8074)

Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>

* Bump cosmos-sdk to v0.47.8

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/v0.4x backport patches to sdk47 release branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix grant contract cli command description
2 participants