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

refactor(network): remove MainnetVestingAccount from mainnet account #2549

Merged
merged 13 commits into from
Jun 13, 2022

Conversation

lumtis
Copy link
Contributor

@lumtis lumtis commented Jun 2, 2022

Remove mainnet vesting account from the output of mainnet account show command since this structure is being removed from spn

@lumtis
Copy link
Contributor Author

lumtis commented Jun 8, 2022

Wait for #2566

@lumtis lumtis marked this pull request as ready for review June 10, 2022 13:28
aljo242
aljo242 previously approved these changes Jun 13, 2022
@ilgooz ilgooz merged commit acde71c into develop Jun 13, 2022
@ilgooz ilgooz deleted the refactor/remove-mainnet-versting branch June 13, 2022 19:35
ilgooz added a commit that referenced this pull request Jun 23, 2022
* docs: replace local search by Algolia (#2588)

* refactor(`network`): remove `MainnetVestingAccount` from mainnet account (#2549)

* remove vesting accounts from campaign accounts

* ../mocks/campaign_client.go

* lint

* change mock

* spn version

* update mocks

* update spn

* refactor

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

* docs: updated the blog tutorial (#2582)

* docs: updated the blog tutorial

* Update docs/docs/guide/03-blog/00-build-blog.md

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

* docs: update Cosmos SDK compatibility table (#2552)

* fix: vite build env for gitpod (#2592)

* chore(templates/workflow): add `darwin:arm64` release target (#2599)

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

* chore(`go.mod`): bump `SPN`, `cosmos-sdk` and `ibc-go` version (#2600)

* chore: revert spn upgrade (#2601)

This reverts commit cd0695e.

* chore: rename `ignite-hq` to `ignite` (#2605)

* chore: change repository URL username to "ignite"

* chore: change paths and strings from "ignite-hq" to "ignite"

* chore: change firebase settings to use "ignite" for project and target

* chore: change goreleaser to use the new ignite repository name

* chore: fix ignite repository URL in Gitpod readme

* chore: rename ignitehq to ignite in test file

* Update ignite/templates/app/stargate/go.mod.plush

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

* Update ignite/templates/app/stargate/go.mod.plush

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

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

* Update ignite/templates/app/stargate/go.mod.plush

* chore: gh actions to ignite new repo

* chore: change documentation to use the right Docker image tag

Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
Co-authored-by: Thomas Bruyelle <thomas.bruyelle@tendermint.com>

* docs(changelog): add v0.22.2 (#2607)

* docs: improve v0.22.0 notes (#2609)

* docs: improve v0.22.2 notes (#2610)

Co-authored-by: Alexis Colin <nesquimo@gmail.com>
Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com>
Co-authored-by: Denis Fadeev <denis@fadeev.org>
Co-authored-by: Alex M <alex@clockwork.gr>
Co-authored-by: Jerónimo Albi <jeronimo.albi@tendermint.com>
Co-authored-by: Danilo Pantani <danpantani@gmail.com>
Co-authored-by: Thomas Bruyelle <thomas.bruyelle@tendermint.com>
Jchicode pushed a commit to Jchicode/cli that referenced this pull request Aug 9, 2023
…unt (ignite#2549)

* remove vesting accounts from campaign accounts

* ../mocks/campaign_client.go

* lint

* change mock

* spn version

* update mocks

* update spn

* refactor

Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
Jchicode pushed a commit to Jchicode/cli that referenced this pull request Aug 9, 2023
* docs: replace local search by Algolia (ignite#2588)

* refactor(`network`): remove `MainnetVestingAccount` from mainnet account (ignite#2549)

* remove vesting accounts from campaign accounts

* ../mocks/campaign_client.go

* lint

* change mock

* spn version

* update mocks

* update spn

* refactor

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

* docs: updated the blog tutorial (ignite#2582)

* docs: updated the blog tutorial

* Update docs/docs/guide/03-blog/00-build-blog.md

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

* docs: update Cosmos SDK compatibility table (ignite#2552)

* fix: vite build env for gitpod (ignite#2592)

* chore(templates/workflow): add `darwin:arm64` release target (ignite#2599)

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

* chore(`go.mod`): bump `SPN`, `cosmos-sdk` and `ibc-go` version (ignite#2600)

* chore: revert spn upgrade (ignite#2601)

This reverts commit cd0695e.

* chore: rename `ignite-hq` to `ignite` (ignite#2605)

* chore: change repository URL username to "ignite"

* chore: change paths and strings from "ignite-hq" to "ignite"

* chore: change firebase settings to use "ignite" for project and target

* chore: change goreleaser to use the new ignite repository name

* chore: fix ignite repository URL in Gitpod readme

* chore: rename ignitehq to ignite in test file

* Update ignite/templates/app/stargate/go.mod.plush

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

* Update ignite/templates/app/stargate/go.mod.plush

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

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

* Update ignite/templates/app/stargate/go.mod.plush

* chore: gh actions to ignite new repo

* chore: change documentation to use the right Docker image tag

Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
Co-authored-by: Thomas Bruyelle <thomas.bruyelle@tendermint.com>

* docs(changelog): add v0.22.2 (ignite#2607)

* docs: improve v0.22.0 notes (ignite#2609)

* docs: improve v0.22.2 notes (ignite#2610)

Co-authored-by: Alexis Colin <nesquimo@gmail.com>
Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com>
Co-authored-by: Denis Fadeev <denis@fadeev.org>
Co-authored-by: Alex M <alex@clockwork.gr>
Co-authored-by: Jerónimo Albi <jeronimo.albi@tendermint.com>
Co-authored-by: Danilo Pantani <danpantani@gmail.com>
Co-authored-by: Thomas Bruyelle <thomas.bruyelle@tendermint.com>
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.

network: remove MainnetVestingAccount
3 participants