8000 Comparing evmos:main...c4t-ag:chain4travel · evmos/evmos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: evmos/evmos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: c4t-ag/evmos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: chain4travel
Choose a head ref
  • 5 commits
  • 199 files changed
  • 7 contributors

Commits on Mar 5, 2022

  1. release: bump Evmos version to v2 (#351)

    * fix changelog
    
    * fix
    
    * swagger
    
    * swagger
    
    * fix
    
    * go mod
    fedekunze authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    66863c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. 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>
    5 people authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    a5a1221 View commit details
    Browse the repository at this point in the history
  2. 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
    fedekunze authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    2887025 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39f0f27 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Add init + launch file

    c4t committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    f7db2ff View commit details
    Browse the repository at this point in the history
Loading
0