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 ParamChange to ignite n request list/show #3233

Merged
merged 5 commits into from
Dec 6, 2022

Conversation

aljo242
Copy link
Contributor

@aljo242 aljo242 commented Dec 5, 2022

Closes #3216

@aljo242 aljo242 added the skip-changelog Don't check changelog for new entries label Dec 5, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2022

Visit the preview URL for this PR (updated for commit 9e90b52):

https://igntservices-docs--pr3233-feat-request-list-pa-dyjs9r4b.web.app

(expires Mon, 12 Dec 2022 20:37:23 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 95379efd94dd497aaa37c2d0354e6e2cafca5ec5

@aljo242 aljo242 changed the base branch from main to chore/update-spn December 5, 2022 20:38
@codecov
Copy link

codecov bot commented Dec 5, 2022

Codecov Report

Base: 19.98% // Head: 19.98% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (19c4adc) compared to base (bfd8b50).
Patch coverage: 22.80% of modified lines in pull request are covered.

Additional details and impacted files
@@                Coverage Diff                 @@
##           chore/update-spn    #3233    +/-   ##
==================================================
  Coverage             19.98%   19.98%            
==================================================
  Files                   382      383     +1     
  Lines                 30108    30220   +112     
==================================================
+ Hits                   6016     6039    +23     
- Misses                23518    23601    +83     
- Partials                574      580     +6     
Impacted Files Coverage Δ
ignite/cmd/network.go 0.00% <ø> (ø)
ignite/cmd/network_request.go 0.00% <0.00%> (ø)
ignite/cmd/network_request_change_param.go 0.00% <0.00%> (ø)
ignite/cmd/network_request_list.go 0.00% <0.00%> (ø)
ignite/cmd/network_request_show.go 0.00% <0.00%> (ø)
ignite/services/network/mocks/launch_client.go 5.10% <0.00%> (-0.46%) ⬇️
...gnite/services/network/networktypes/chainlaunch.go 65.78% <0.00%> (ø)
ignite/services/network/request.go 31.40% <67.56%> (+6.52%) ⬆️
ignite/services/network/publish.go 76.83% <100.00%> (ø)
ignite/pkg/xast/xast.go 72.72% <0.00%> (-9.10%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Pantani
Copy link
Collaborator

Pantani commented Dec 6, 2022

I think you reference the wrong number, #3219 it is from my PR, not the issue

@aljo242
Copy link
Contributor Author

aljo242 commented Dec 6, 2022

I think you reference the wrong number, #3219 it is from my PR, not the issue

Fixed! thank you

@lumtis lumtis mentioned this pull request Dec 6, 2022
2 tasks
@aljo242 aljo242 merged commit 2979283 into chore/update-spn Dec 6, 2022
@aljo242 aljo242 deleted the feat/request-list-param branch December 6, 2022 20:10
aljo242 added a commit that referenced this pull request Dec 8, 2022
* update spn

* import

* fix

* update mocks

* rename test

* feat(`network`): `param-change` (#3142)

* utd

* add command

* typo

* add test

* changelog

* format

* Update ignite/cmd/network_request_param_change.go

Co-authored-by: Lucas Bertrand <[email protected]>

* Update changelog.md

Co-authored-by: Lucas Bertrand <[email protected]>

Co-authored-by: Lucas Bertrand <[email protected]>

* refactor: rename command `param-change` into `change-param` (#3169)

* change name

* rename file

* chore: upgrade `spn` (#3177)

* gomod

* gosum

* endpoints (#3196)

* format

* request list

* feat: add `ParamChange` to `ignite n request list/show` (#3233)

* chore: go formatting (#3232)

Co-authored-by: aljo242 <[email protected]>

* request list

* format

* ascii

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <[email protected]>

* format

* feat(`network`): param-change apply to genesis (#3208)

* stub out

* prepare logic

* fix test

* Update ignite/services/network/networkchain/prepare.go

Co-authored-by: Lucas Bertrand <[email protected]>

* refactor WithKeyValueByte

* add detail to error message

* const format string

* format

* add integration test and fix

* add check to command

* format

* finish check code

* improve error msg

* wip

* fix

* format

* remove incorrect test

* Update ignite/pkg/cosmosutil/genesis/genesis.go

Co-authored-by: Danilo Pantani <[email protected]>

* rename according to review

* optimize appylParamChanges

* basic ModuleParamField test

* format

* revert errors

Co-authored-by: Lucas Bertrand <[email protected]>
Co-authored-by: Danilo Pantani <[email protected]>

* add test

* add test

* flesh out genesis information tests

* format

Co-authored-by: Lucas Bertrand <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <[email protected]>
Co-authored-by: Danilo Pantani <[email protected]>
Jchicode pushed a commit to Jchicode/cli that referenced this pull request Aug 9, 2023
* update spn

* import

* fix

* update mocks

* rename test

* feat(`network`): `param-change` (ignite#3142)

* utd

* add command

* typo

* add test

* changelog

* format

* Update ignite/cmd/network_request_param_change.go

Co-authored-by: Lucas Bertrand <[email protected]>

* Update changelog.md

Co-authored-by: Lucas Bertrand <[email protected]>

Co-authored-by: Lucas Bertrand <[email protected]>

* refactor: rename command `param-change` into `change-param` (ignite#3169)

* change name

* rename file

* chore: upgrade `spn` (ignite#3177)

* gomod

* gosum

* endpoints (ignite#3196)

* format

* request list

* feat: add `ParamChange` to `ignite n request list/show` (ignite#3233)

* chore: go formatting (ignite#3232)

Co-authored-by: aljo242 <[email protected]>

* request list

* format

* ascii

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <[email protected]>

* format

* feat(`network`): param-change apply to genesis (ignite#3208)

* stub out

* prepare logic

* fix test

* Update ignite/services/network/networkchain/prepare.go

Co-authored-by: Lucas Bertrand <[email protected]>

* refactor WithKeyValueByte

* add detail to error message

* const format string

* format

* add integration test and fix

* add check to command

* format

* finish check code

* improve error msg

* wip

* fix

* format

* remove incorrect test

* Update ignite/pkg/cosmosutil/genesis/genesis.go

Co-authored-by: Danilo Pantani <[email protected]>

* rename according to review

* optimize appylParamChanges

* basic ModuleParamField test

* format

* revert errors

Co-authored-by: Lucas Bertrand <[email protected]>
Co-authored-by: Danilo Pantani <[email protected]>

* add test

* add test

* flesh out genesis information tests

* format

Co-authored-by: Lucas Bertrand <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <[email protected]>
Co-authored-by: Danilo Pantani <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Don't check changelog for new entries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants