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

feat: add update-censorship cmd to x/foundation cli #1121

Merged
merged 6 commits into from
Sep 14, 2023

Conversation

0Tech
Copy link
Collaborator

@0Tech 0Tech commented Sep 8, 2023

Description

This patch would add update-censorship command, which helps generating Msg/UpdateCensorship.

Checklist:

  • I followed the contributing guidelines and code of conduct.
  • I have added a relevant changelog to CHANGELOG.md
  • I have added tests to cover my changes.
  • I have updated the documentation accordingly.
  • I have updated API documentation client/docs/swagger-ui/swagger.yaml

@0Tech 0Tech added A: improvement Changes in existing functionality C:x/foundation x/foundation module labels Sep 8, 2023
@0Tech 0Tech self-assigned this Sep 8, 2023
@codecov
Copy link

codecov bot commented Sep 8, 2023

Codecov Report

Merging #1121 (aaf70fe) into main (2d437b0) will increase coverage by 0.02%.
Report is 3 commits behind head on main.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1121      +/-   ##
==========================================
+ Coverage   62.02%   62.05%   +0.02%     
==========================================
  Files         656      656              
  Lines       78937    78996      +59     
==========================================
+ Hits        48962    49021      +59     
  Misses      27286    27286              
  Partials     2689     2689              
Files Changed Coverage Δ
x/foundation/client/testutil/tx.go 100.00% <100.00%> (ø)

@0Tech 0Tech marked this pull request as ready for review September 8, 2023 07:51
CHANGELOG.md Show resolved Hide resolved
@0Tech 0Tech requested a review from zemyblue September 11, 2023 11:29
@0Tech 0Tech merged commit b64541a into Finschia:main Sep 14, 2023
37 checks passed
@0Tech 0Tech deleted the foundation-cli branch September 14, 2023 13:11
zemyblue added a commit to zemyblue/finschia-sdk that referenced this pull request Oct 17, 2023
* main:
  chore(deps): Bump github.com/prometheus/client_golang (Finschia#1132)
  feat: add update-censorship cmd to x/foundation cli (Finschia#1121)
  chore(deps): Bump actions/checkout from 3 to 4 (Finschia#1110)
  chore(deps): Bump actions/cache from 3.3.1 to 3.3.2 (Finschia#1119)
  chore(deps): Bump docker/build-push-action from 4 to 5 (Finschia#1123)
  chore(deps): Bump docker/login-action from 2 to 3 (Finschia#1124)
  chore(deps): Bump docker/metadata-action from 4 to 5 (Finschia#1125)
  chore(deps): Bump github.com/hashicorp/golang-lru from 0.5.5-0.20210104140557-80c98217689d to 1.0.2 (Finschia#1074)
  chore(deps): Bump github.com/go-kit/kit from 0.12.0 to 0.13.0 (Finschia#1097)
  chore(deps): Bump golang.org/x/crypto from 0.11.0 to 0.13.0 (Finschia#1111)
  chore: fix tag comments in github actions workflow docker.yml (Finschia#1078)
  docs: update links in x/foundation README.md (Finschia#1120)
  docs: create ERRORS.md for x/module (Finschia#1059)

# Conflicts:
#	CHANGELOG.md
#	Makefile
#	go.mod
#	go.sum
jaeseung-bae pushed a commit to jaeseung-bae/finschia-sdk that referenced this pull request May 7, 2024
* Add update-censorship to tx cli

* Update CHANGELOG.md

* Lint

* Add normalizer

* Lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: improvement Changes in existing functionality C:x/foundation x/foundation module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants