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

chore: release v0.19.0 #1944

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 154 commits into from
Dec 17, 2021
Merged

chore: release v0.19.0 #1944

merged 154 commits into from
Dec 17, 2021

Conversation

ilgooz
Copy link
Member
@ilgooz ilgooz commented Dec 17, 2021

No description provided.

ilgooz and others added 30 commits September 28, 2021 15:46
chore: release v0.18 (#1629)
* refactor(chainconfig): rename and merge services/config.go

* fix tests
Co-authored-by: Danilo Pantani <danpantani@gmail.com>
Co-authored-by: Pantani <Pantani@users.noreply.github.com>
Co-authored-by: Pantani <Pantani@users.noreply.github.com>
Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
Co-authored-by: ilgooz <ilgooz@users.noreply.github.com>
Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
* add a skip flag for `xgenny.NewEmbedWalker` method to skip files already created

* add missing plush context method

* simplify the genesis test templates and support IBC genesis tests

* fix duplicate PortID into the GenesisState obj

* user `noOverwrite` instead `skip` var name

* create box transformer without overwrite files

* pass the module name to box method

* remove unused command

* fix wrong boxing

* not return err if `os.IsNotExist` is true

* avoid pass the module name to `xgenny` package

* fix oracle func order

* update xgenny.Box method comment
Co-authored-by: Danilo Pantani <danpantani@gmail.com>
Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
* use ibckeeper pkg from spm instead scaffold methods

* update spm for tests

* update to temporary spm

* revert starport go.mod

* exported ibc keepers from SPM

* update spm version

* feat(pkg/protoc-gen-dart): update binary on macos-latest (#1643)

Co-authored-by: Pantani <Pantani@users.noreply.github.com>

* feat(pkg/protoc-gen-dart): update binary on ubuntu-latest (#1642)

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

* feat(pkg/protoc-gen-dart): update binary on ubuntu-latest (#1646)

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

* feat(template): create custom `Box` func to not overwrite files (#1573)

* add a skip flag for `xgenny.NewEmbedWalker` method to skip files already created

* add missing plush context method

* simplify the genesis test templates and support IBC genesis tests

* fix duplicate PortID into the GenesisState obj

* user `noOverwrite` instead `skip` var name

* create box transformer without overwrite files

* pass the module name to box method

* remove unused command

* fix wrong boxing

* not return err if `os.IsNotExist` is true

* avoid pass the module name to `xgenny` package

* fix oracle func order

* update xgenny.Box method comment

* feat(codegen/vuex): offline tx client init and exported registry (#1234)

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

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Pantani <Pantani@users.noreply.github.com>
Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
Co-authored-by: ilgooz <ilgooz@users.noreply.github.com>
Co-authored-by: Alex Megalokonomos <alex@clockwork.gr>
* docs: Update submit_scavenge and commit_solution

Updated `Scavenger: msg.Creator` in `msg_server_submit_scavenge` 
Removed `Creator: msg.Creator` from `msg_server_commit_solution`

* Update 07-keeper.md

Changed `scavenge.Scavenger`

Co-authored-by: Danilo Pantani <danpantani@gmail.com>
Co-authored-by: Denis Fadeev <denis@fadeev.org>
)

Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
Co-authored-by: Danilo Pantani <danpantani@gmail.com>
* add OS prereq

* add mini TOC since we have a variety of topics on this page

Co-authored-by: Danilo Pantani <danpantani@gmail.com>
* add types array support

* create a easy way to add custom types

* add coin support

* add sdk.Coin and sdk.Coins support

* add integration tests

* fix duplicated proto imports

* add commants to `GoImport` type

* avoid duplicated custom field

* add more test cases

* parse []uint64 and []int32 slices as []int slice

* fix placeholders, variable names and integration tests

* avoid custom type id collision

* cast global custom variable

* avoid use `sdkCoin`, `[]sdkCoin` and custom types as index

* fix test assertion for compare nil and empty slices

* fix cli tests

* remove unused import

* remove unused sanitize

* remove unused parameters for some field types

* fix struct sanitize

* create normalize pkg for tests

* improve register box

* fix wrong normalize method call

* fix invalid test variable name

* fix wrong pointer usage

* fix custom cli args

* remove unused normalize func

* change the array names and add plural alias

* fix unit test args

* remove unused comment

* fix test description

* normalize nested structs

* fix wrong variable name for singleton template

* fix wrong rand int args

* fix genesis args indexes

* normalize subset for cli query

* fix some method comments and improve ParseFields logic

* rename go and proto datatype methods

* create datatype package

* remove wrong comment

* rename the `normalize` pkg to `nullify`

* add tests for packet

* docs: updated changelog

* use `require.ElementsMatch` to compare slices

* add comments to the `nullify` package

* improve organization and readability

* improve the test cases

* move plushhelpers pkg to templates

* improve plush helper method comment

* rename ValueDefault field to DefaultTestValue

Co-authored-by: Denis Fadeev <denis@fadeev.org>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
* fix: Dont use rest operator in possible undefined arghment

* fix: fix nextKey property name

* fix: Ensure unique subscriptions

* fix: use fromPartial to construct msgs

* revert: remove debug build flags

Co-authored-by: Danilo Pantani <danpantani@gmail.com>
* change tag and commit info when starport build

* Fix tag sort issue by tagger info

* Update starport/services/chain/chain.go

Commit suggestion

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

* chore(services/chain): add unit test for determining app version

* Improve tag versioning and commit info
Sort tag between annotated and lightweight tag

* remove v character on tag

* Update starport/services/chain/chain_test.go

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

* Update starport/services/chain/chain_test.go

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

* Update starport/services/chain/chain_test.go

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

* change tag output without commit count

* remove test code

* update testcase and untar option

* add repoversion pkg to determine version

* Update starport/pkg/repoversion/repoversion.go

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

* Update starport/services/chain/chain_test.go

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

* Update README.md

Added firmachain info

* add cointype support to config.yml

* Update starport/chainconfig/config_test.go

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

* Update starport/pkg/chaincmd/chaincmd.go

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

* Update starport/pkg/chaincmd/chaincmd.go

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

* Update starport/pkg/cosmosfaucet/cosmosfaucet.go

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

Co-authored-by: Danilo Pantani <danpantani@gmail.com>
Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
* change tag and commit info when starport build

* Fix tag sort issue by tagger info

* Update starport/services/chain/chain.go

Commit suggestion

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

* chore(services/chain): add unit test for determining app version

* Improve tag versioning and commit info
Sort tag between annotated and lightweight tag

* remove v character on tag

* Update starport/services/chain/chain_test.go

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

* Update starport/services/chain/chain_test.go

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

* Update starport/services/chain/chain_test.go

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

* change tag output without commit count

* remove test code

* update testcase and untar option

* add repoversion pkg to determine version

* Update starport/pkg/repoversion/repoversion.go

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

* Update starport/services/chain/chain_test.go

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

* Update README.md

Added firmachain info

* add cointype support to config.yml

* Update starport/chainconfig/config_test.go

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

* Update starport/pkg/chaincmd/chaincmd.go

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

* Update starport/pkg/chaincmd/chaincmd.go

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

* Update starport/pkg/cosmosfaucet/cosmosfaucet.go

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

* docs: change starport build usage

Co-authored-by: Danilo Pantani <danpantani@gmail.com>
Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
Importing CosmWasm was disabled in v0.18
* Connect to Blockchain via RPC

In this Knowledge Base, an independent application is created which interacts with the Blockchain. This article covers:
- How to scaffold a Blockchain and list
- Connect to Blockchain via Go program
- Create a new Post programmatically via GO
- Delete a Post programmatically via GO
- Update an existing Post programmatically via GO

* Update docs/kb/connect-blockchain.md

Co-authored-by: Denis Fadeev <denis@fadeev.org>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Denis Fadeev <denis@fadeev.org>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Denis Fadeev <denis@fadeev.org>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Denis Fadeev <denis@fadeev.org>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Denis Fadeev <denis@fadeev.org>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Denis Fadeev <denis@fadeev.org>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Denis Fadeev <denis@fadeev.org>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Denis Fadeev <denis@fadeev.org>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Denis Fadeev <denis@fadeev.org>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Denis Fadeev <denis@fadeev.org>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Denis Fadeev <denis@fadeev.org>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/kb/connect-blockchain.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update connect-blockchain.md

* docs: Updated the Go client tutorial (#1571)

* Updated the Go client tutorial

* Update docs/kb/connect-blockchain.md

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

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

* Minor fixes

removing `replace github.com/tendermint/starport => github.com/ilgooz/starport v0.0.500`

* Update to starport v0.18

* Modify and add more descriptions

* Update docs/guide/blog/connect-blockchain.md

* Add cosmosclient package reference

Co-authored-by: Denis Fadeev <denis@fadeev.org>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
Co-authored-by: Danilo Pantani <danpantani@gmail.com>
Co-authored-by: Tobias Schwarz <tobias@tendermint.com>
Co-authored-by: ilgooz <ilgooz@users.noreply.github.com>
lumtis and others added 25 commits December 10, 2021 11:21
…alance for vesting accounts (#1905)

* update delayed vesting

* fix cli

* lint
* detect prefix method

* Add prefix detection to prepare

* lint

Co-authored-by: Danilo Pantani <danpantani@gmail.com>
Co-authored-by: Danilo Pantani <danpantani@gmail.com>
* add chain id and campaign name for publish command

* fix option var

* remove campaign name

Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com>
Co-authored-by: ilgooz <ilgooz@users.noreply.github.com>
Co-authored-by: ilgooz <ilgooz@users.noreply.github.com>
Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
* unwrapp and parse the chain errors

* add the sdk error pkg

* improve the err logic

* format the code using gofmt

Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com>
On Line 20 of this file, the link to see the current issues needing fix was broken. I replaced the broken path file with a static link, as per Barrie's instructions.
* add network chain command

* add network chain show command

* remove unused methods

* remove unused method

* use yaml format to print the chain info

* improve the chain info

* add vesting account list to account command

* add command and better error for no genesis file chain

* add validator command

* fix total balance parameter for vesting account

* add validator arg to the command use

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

* separede the commands as a cobra command

* format the code using gofmt

* add chain prepare command in dry run mode to generate the genesis

* remove unecessary id method call

* use pretty json to print the genesis file

Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com>
* add chain simulation runner

* add new chaincmd commamnds

* add chain simulation workflow

* fix the boolean flags for the simulation command

* change simulation command to simulate

* remove duplicated support simulation method

* remove the unused home flag

* remove the path flag for the simulate command

* add integration tests for the simulation command

* rename the simulation tests file

* add integration simulation tests folder

* remove commit flag

Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com>
…se (#1936)

* set lower camel for proto

* Add test case

* fix rpc field

* Prevent request custom type

* Update starport/templates/query/stargate.go

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

Co-authored-by: Danilo Pantani <danpantani@gmail.com>
Co-authored-by: ilgooz <ilgooz@users.noreply.github.com>
Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
Co-authored-by: ilgooz <ilgooz@users.noreply.github.com>
Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
* add params doc

* explain how params can be changed

* use the second person you as the audience

* add params type

* edits for awesome new params file

Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
Co-authored-by: Barrie Byron <barriebyron@gmail.com>
* add starport types  doc

* improve docs commands

* fix binary name

* edits to new awesome types reference doc

* change order

* types

* add info about supported index types

Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
Co-authored-by: Barrie Byron <barriebyron@gmail.com>
* add simapp doc

* add cosmos simapp doc link

* edits for awesome new sim app file

* improve simulation description

* add chain invariants tutorial

Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
Co-authored-by: Barrie Byron <barriebyron@gmail.com>
* docs(changelog): v0.19

* Update changelog.md
@ilgooz ilgooz merged commit df46287 into master Dec 17, 2021
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.

0