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

deps: bump ethermint to v0.11.0 #360

Merged
merged 2 commits into from
Mar 6, 2022
Merged

deps: bump ethermint to v0.11.0 #360

merged 2 commits into from
Mar 6, 2022

Conversation

fedekunze
Copy link
Contributor

No description provided.

@fedekunze fedekunze marked this pull request as ready for review March 6, 2022 14:33
Copy link
Contributor

@loredanacirstea loredanacirstea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@fedekunze fedekunze merged commit 406d94e into main Mar 6, 2022
@fedekunze fedekunze deleted the bump-ethermint branch March 6, 2022 14:42
fedekunze added a commit that referenced this pull request Mar 6, 2022
* app: set up upgrade handler for v2

* use newer sdk version instructions

* run migrations and set modules versions to 1

* add TODO

* use osmosis style upgrade handlers

* remove upgrade handler for olympus mons

* make note of inflation module change as well

* add store loaders upgrade

* set the params for erc20 module

* set the params for claims

* pass in keeers to upgrade handler

* apply upgrade at specified height

* remove store loaders upgrade

* bump the claims consensus version

* add binaries info to upgrade info

* add new claims params

* add comment

* insert sdk fork and upgrade handler

* update dependencies to v2

* remove old fork

* docs: use `go install` for cosmovisor (#356)

* docs: add `v1.0.0` to cosmovisor install (#357)

* remove old evmos

* go mod tidy

* fix upgrade handler to not replace version map

* docs: cosmovisor v2 upgrade preparation docs (#358)

* docs: fix rpc urls

* docs: v2 upgrade instructions for cosmovisor

* add details for latest v1 release

* release: `v1.1.2` changelog (#359)

* release: v1.1.0 (#324)

* release: v1.1.1 (#346)

* fix conflicts

* conflicts

Co-authored-by: Prajjwol Gautam <not@acyb.org>

* app: upgrade v1.1.2 logic to v2 (#354)

* app: set up upgrade handler for v2

use newer sdk version instructions

run migrations and set modules versions to 1

add TODO

use osmosis style upgrade handlers

remove upgrade handler for olympus mons

make note of inflation module change as well

add store loaders upgrade

set the params for erc20 module

set the params for claims

pass in keeers to upgrade handler

apply upgrade at specified height

remove store loaders upgrade

bump the claims consensus version

add binaries info to upgrade info

add new claims params

add comment

throw upgrade plan at cosmovisor

clean up changes that should be in v2

clean up changes that should be in v2, again

remove extra dependency

* go mod tidy

* add changelog

* Update fork code to use something closer to upgrade module

* Fix improt error

* remove upgrade height check

* log errors

* panic on error instead

* add back height gate

* add missing bracket

* erc20 migrator

* nolint

* claims migration

* add TODO

* rm erc20 upgrade

* don't register migration for claims

* update changelog

Co-authored-by: ValarDragon <dojha12@gmail.com>
Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>

* update fork.go

Co-authored-by: Prajjwol Gautam <not@acyb.org>
Co-authored-by: Akash Khosla <8366960+khoslaventures@users.noreply.github.com>
Co-authored-by: ValarDragon <dojha12@gmail.com>

* upgrade handler

* cleanup

* register erc20 migration

* deps: bump ethermint to v0.11.0 (#360)

* deps: bump ethermint to v0.11.0

* changelog

* bump ethermint

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Prajjwol Gautam <not@acyb.org>
Co-authored-by: ValarDragon <dojha12@gmail.com>
Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>
fedekunze added a commit that referenced this pull request Mar 6, 2022
* release: bump Evmos version to v2 (#351)

* fix changelog

* fix

* swagger

* swagger

* fix

* go mod

* app: upgrade handler for v2 (#352)

* app: set up upgrade handler for v2

* use newer sdk version instructions

* run migrations and set modules versions to 1

* add TODO

* use osmosis style upgrade handlers

* remove upgrade handler for olympus mons

* make note of inflation module change as well

* add store loaders upgrade

* set the params for erc20 module

* set the params for claims

* pass in keeers to upgrade handler

* apply upgrade at specified height

* remove store loaders upgrade

* bump the claims consensus version

* add binaries info to upgrade info

* add new claims params

* add comment

* insert sdk fork and upgrade handler

* update dependencies to v2

* remove old fork

* docs: use `go install` for cosmovisor (#356)

* docs: add `v1.0.0` to cosmovisor install (#357)

* remove old evmos

* go mod tidy

* fix upgrade handler to not replace version map

* docs: cosmovisor v2 upgrade preparation docs (#358)

* docs: fix rpc urls

* docs: v2 upgrade instructions for cosmovisor

* add details for latest v1 release

* release: `v1.1.2` changelog (#359)

* release: v1.1.0 (#324)

* release: v1.1.1 (#346)

* fix conflicts

* conflicts

Co-authored-by: Prajjwol Gautam <not@acyb.org>

* app: upgrade v1.1.2 logic to v2 (#354)

* app: set up upgrade handler for v2

use newer sdk version instructions

run migrations and set modules versions to 1

add TODO

use osmosis style upgrade handlers

remove upgrade handler for olympus mons

make note of inflation module change as well

add store loaders upgrade

set the params for erc20 module

set the params for claims

pass in keeers to upgrade handler

apply upgrade at specified height

remove store loaders upgrade

bump the claims consensus version

add binaries info to upgrade info

add new claims params

add comment

throw upgrade plan at cosmovisor

clean up changes that should be in v2

clean up changes that should be in v2, again

remove extra dependency

* go mod tidy

* add changelog

* Update fork code to use something closer to upgrade module

* Fix improt error

* remove upgrade height check

* log errors

* panic on error instead

* add back height gate

* add missing bracket

* erc20 migrator

* nolint

* claims migration

* add TODO

* rm erc20 upgrade

* don't register migration for claims

* update changelog

Co-authored-by: ValarDragon <dojha12@gmail.com>
Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>

* update fork.go

Co-authored-by: Prajjwol Gautam <not@acyb.org>
Co-authored-by: Akash Khosla <8366960+khoslaventures@users.noreply.github.com>
Co-authored-by: ValarDragon <dojha12@gmail.com>

* upgrade handler

* cleanup

* register erc20 migration

* deps: bump ethermint to v0.11.0 (#360)

* deps: bump ethermint to v0.11.0

* changelog

* bump ethermint

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Prajjwol Gautam <not@acyb.org>
Co-authored-by: ValarDragon <dojha12@gmail.com>
Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>

* Merge pull request from GHSA-5jgq-x857-p8xw

* fix: only enable claims from authorized channels

* changelog

* changelog 2

* fix tests

* rename to authorized

* update forks

* upgrade height

* check for EVM chains

* bonded ration adjustment

* update genesis

* fixes

* swagger

Co-authored-by: Akash Khosla <8366960+khoslaventures@users.noreply.github.com>
Co-authored-by: Prajjwol Gautam <not@acyb.org>
Co-authored-by: ValarDragon <dojha12@gmail.com>
fedekunze added a commit that referenced this pull request Mar 7, 2022
* release: bump Evmos version to v2 (#351)

* fix changelog

* fix

* swagger

* swagger

* fix

* go mod

* app: upgrade handler for v2 (#352)

* app: set up upgrade handler for v2

* use newer sdk version instructions

* run migrations and set modules versions to 1

* add TODO

* use osmosis style upgrade handlers

* remove upgrade handler for olympus mons

* make note of inflation module change as well

* add store loaders upgrade

* set the params for erc20 module

* set the params for claims

* pass in keeers to upgrade handler

* apply upgrade at specified height

* remove store loaders upgrade

* bump the claims consensus version

* add binaries info to upgrade info

* add new claims params

* add comment

* insert sdk fork and upgrade handler

* update dependencies to v2

* remove old fork

* docs: use `go install` for cosmovisor (#356)

* docs: add `v1.0.0` to cosmovisor install (#357)

* remove old evmos

* go mod tidy

* fix upgrade handler to not replace version map

* docs: cosmovisor v2 upgrade preparation docs (#358)

* docs: fix rpc urls

* docs: v2 upgrade instructions for cosmovisor

* add details for latest v1 release

* release: `v1.1.2` changelog (#359)

* release: v1.1.0 (#324)

* release: v1.1.1 (#346)

* fix conflicts

* conflicts

Co-authored-by: Prajjwol Gautam <not@acyb.org>

* app: upgrade v1.1.2 logic to v2 (#354)

* app: set up upgrade handler for v2

use newer sdk version instructions

run migrations and set modules versions to 1

add TODO

use osmosis style upgrade handlers

remove upgrade handler for olympus mons

make note of inflation module change as well

add store loaders upgrade

set the params for erc20 module

set the params for claims

pass in keeers to upgrade handler

apply upgrade at specified height

remove store loaders upgrade

bump the claims consensus version

add binaries info to upgrade info

add new claims params

add comment

throw upgrade plan at cosmovisor

clean up changes that should be in v2

clean up changes that should be in v2, again

remove extra dependency

* go mod tidy

* add changelog

* Update fork code to use something closer to upgrade module

* Fix improt error

* remove upgrade height check

* log errors

* panic on error instead

* add back height gate

* add missing bracket

* erc20 migrator

* nolint

* claims migration

* add TODO

* rm erc20 upgrade

* don't register migration for claims

* update changelog

Co-authored-by: ValarDragon <dojha12@gmail.com>
Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>

* update fork.go

Co-authored-by: Prajjwol Gautam <not@acyb.org>
Co-authored-by: Akash Khosla <8366960+khoslaventures@users.noreply.github.com>
Co-authored-by: ValarDragon <dojha12@gmail.com>

* upgrade handler

* cleanup

* register erc20 migration

* deps: bump ethermint to v0.11.0 (#360)

* deps: bump ethermint to v0.11.0

* changelog

* bump ethermint

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Prajjwol Gautam <not@acyb.org>
Co-authored-by: ValarDragon <dojha12@gmail.com>
Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>

* Merge pull request from GHSA-5jgq-x857-p8xw

* fix: only enable claims from authorized channels

* changelog

* changelog 2

* fix tests

* rename to authorized

* update forks

* upgrade height

* check for EVM chains

* bonded ration adjustment

* update genesis

* fixes

* swagger

* fix: don't use GetParams (#363)

Co-authored-by: Akash Khosla <8366960+khoslaventures@users.noreply.github.com>
Co-authored-by: Prajjwol Gautam <not@acyb.org>
Co-authored-by: ValarDragon <dojha12@gmail.com>
Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.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.

None yet

2 participants