8000 chore: release v0.19.2 by ilgooz · Pull Request #1969 · ignite/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

chore: release v0.19.2 #1969

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 9 commits into from
Jan 19, 2022
Merged

chore: release v0.19.2 #1969

merged 9 commits into from
Jan 19, 2022

Conversation

ilgooz
Copy link
Member
@ilgooz ilgooz commented Jan 6, 2022
  • Update tendermint/starport version in templates to v0.19.2 before merge.

@ilgooz ilgooz added this to the v0.19.2 milestone Jan 6, 2022
@ilgooz ilgooz force-pushed the release/v0.19.2 branch 2 times, most recently from 50f53d6 to 3d6f219 Compare January 6, 2022 09:29
* init & add openapiconsole pkg

* feat: add cosmoscmd package (tendermint/spm#1)

* go mod init =

* genaccounts

* genwasm

* Cosmos app

* Encoding

* Prefix

* gosum

* Init gitignore

* root

* Make types public

* add imports

* Organize imports

* Lint

* Rename to cosmoscmd

* Simplification

* Remove blank line

* refactor: moved wasm logic to tendermint/spm-extras (tendermint/spm#2)

tendermint/spm-extras#1.

* fix(cosmoscmd): handle nil start cmd customizer (tendermint/spm#3)

* feat(cmd): add config command (tendermint/spm#4)

* chore: add codeowners file (tendermint/spm#5)

* fix(cosmoscmd): detecting home (tendermint/spm#8)

* feat(testutil): add `testutil` pkg to generate sample objects (tendermint/spm#10)

* add testutil pkg to generate sample objects

* add unit test

* feat: upgrade sdk to v0.44.0 (tendermint/spm#13)

* feat(keeper): add`ibckeeper` okg with static methods to avoid scaffold it (tendermint/spm#12)

* creates a new IBC Keeper with static methods to avoid scaffold it

* remove unused parameters

* update ibc keeper to v0.44

* export interface keepers

* fix(cosmoscmd): remove `vesting` from tx command (tendermint/spm#14)

* remove vesting

* Remove additional line break

* feat: add CI tests (tendermint/spm#15)

* add ci test

* remove test coverage

* fix(cosmoscmd): home flag parsing in sdk v0.44.3 (tendermint/spm#16)

* fix(cosmoscmd): home flag parsing in sdk v0.44.3

* bump ibc version

* feat: add ability to change environment variables prefix (tendermint/spm#23)

* fix(cosmoscmd): cli default outputs (tendermint/spm#22)

* docs(tutorials): blog-index-update (tendermint/spm#1961)

* feat(template): add `--no-simulation` flag (tendermint/spm#1938)

* add no simulation flag

* add no simulation flag to scaffold message command

* move the simulation modifier function to inside the no simulation condition

Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com>

* fix merge

* fix pkg names

* use rename import for openapiconsole

* fix lint

Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com>
Co-authored-by: Danilo Pantani <danpantani@gmail.com>
Co-authored-by: Jorge Hernández <3452489+jhernandezb@users.noreply.github.com>
Co-authored-by: Aliasgar Merchant <44069404+alijnmerchant21@users.noreply.github.com>
@ilgooz ilgooz self-assigned this Jan 6, 2022
ilgooz added 3 commits January 6, 2022 14:40
* feat: upgrade to ibc 2.0.2

* templates: upgrade starport version

* ibc: fix gov & other migration

* fix

* fix
* feat(changelog): reset `Unreleased` section (#1946)

* fix(docs): change lazy ledger to celestia (#1952)

* (docs): fix typo in hello.md (#1951)

Co-authored-by: Danilo Pantani <danpantani@gmail.com>

* Minor grammar fix (#1950)

Grammar fix at line 7.

Co-authored-by: Danilo Pantani <danpantani@gmail.com>

* Minor grammar fix (#1949)

Grammar fix at line 55.

Co-authored-by: Danilo Pantani <danpantani@gmail.com>

* docs: add v0.19 to the readme (#1956)

* Single transfer

* initialize faucet tests

* transfer mutex

* batch request test

* Fix total transfer

* Add wait tx

* lint

* use http client

* move test

* Refacto faucet served

* use cosmosclient

* remove coins

* Single transfer

* initialize faucet tests

* transfer mutex

* batch request test

* Fix total transfer

* Add wait tx

* lint

* use http client

* move test

* Refacto faucet served

* use cosmosclient

* remove coins

* Update integration/faucet/faucet_test.go

Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>

* Update integration/faucet/faucet_test.go

Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>

* remove must

* Revert "feat(changelog): reset `Unreleased` section (#1946)"

This reverts commit 3aa7d47.

* Revert "fix(docs): change lazy ledger to celestia (#1952)"

This reverts commit e826818.

* Revert "(docs): fix typo in hello.md (#1951)"

This reverts commit 78e098a.

* Revert "Minor grammar fix (#1950)"

This reverts commit 3577095.

* Revert "Minor grammar fix (#1949)"

This reverts commit 56a27d0.

* Revert "docs: add v0.19 to the readme (#1956)"

This reverts commit 9176081.

* suggestion

* update openapi

* add tx code check

* update test

* lint

* Ensure JSON encoding on tx parsing

Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
Co-authored-by: 0xkrane <89357497+0xkrane@users.noreply.github.com>
Co-authored-by: Danilo Pantani <danpantani@gmail.com>
Co-authored-by: sgmoore <git-sgmoore@users.noreply.github.com>
Co-authored-by: Denis Fadeev <denis@fadeev.org>
@ilgooz
Copy link
Member Author
ilgooz commented Jan 13, 2022

@Shashank-In please test from here for #1965, thanks!

@ilgooz ilgooz marked this pull request as ready for review January 13, 2022 11:40
@Shashank-In
Copy link

Hi @ilgooz
This seems to be fixed! Great work!
Regards,
Shashank

@ilgooz ilgooz merged commit 5292fa1 into master Jan 19, 2022
@ilgooz ilgooz deleted the release/v0.19.2 branch January 19, 2022 11:14
Jchicode pushed a commit to Jchicode/cli that referenced this pull request Aug 9, 2023
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.

relayer configuration : faucet is not operational
4 participants
0