diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6505a6a..20bb465 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -23,7 +23,7 @@ I have... - [ ] added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md` - [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title -- [ ] targeted the correct branch (see [PR Targeting](https://github.com/tharsis/evmos/blob/main/CONTRIBUTING.md#pr-targeting)) +- [ ] targeted the correct branch (see [PR Targeting](https://github.com/evmos/evmos/blob/main/CONTRIBUTING.md#pr-targeting)) - [ ] provided a link in the PR description to the relevant issue or specification - [ ] reviewed "Files changed" and left comments if necessary - [ ] confirmed all required CI checks have passed @@ -32,7 +32,7 @@ Code maintenance: I have... -- [ ] written unit and integration [tests](https://github.com/tharsis/evmos/blob/main/CONTRIBUTING.md#testing) +- [ ] written unit and integration [tests](https://github.com/evmos/evmos/blob/main/CONTRIBUTING.md#testing) - [ ] added relevant [`godoc`](https://go.dev/blog/godoc) and [code comments](https://blog.jbowen.dev/2019/09/the-magic-of-go-comments/). - [ ] updated relevant documentation (`docs/`) or specification (`x//spec/`) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18b39a9..df9c14c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,130 +39,130 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### API Breaking -- (fees) [\#691](https://github.com/tharsis/evmos/pull/691) Internal API audit. +- (fees) [\#691](https://github.com/evmos/evmos/pull/691) Internal API audit. ### Improvements -- (cmd) [\#696](https://github.com/tharsis/evmos/pull/696) Set a custom tendermint node configuration on initialization. -- (fees) [\#685](https://github.com/tharsis/evmos/pull/685) Internal Specification audit. +- (cmd) [\#696](https://github.com/evmos/evmos/pull/696) Set a custom tendermint node configuration on initialization. +- (fees) [\#685](https://github.com/evmos/evmos/pull/685) Internal Specification audit. ## [v5.0.0] - 2022-06-14 ### State Machine Breaking -- (deps) [\#684](https://github.com/tharsis/evmos/pull/684) Bump ibc-go version to [`v3.1.0`](https://github.com/cosmos/ibc-go/releases/tag/v3.1.0) -- (vesting) [\#666](https://github.com/tharsis/evmos/pull/666) Remove support of Cosmos SDK `VestingAccount` types. -- (deps) [\#654](https://github.com/tharsis/evmos/pull/663) Bump Ethermint version to [`v0.16.1`](https://github.com/tharsis/ethermint/releases/tag/v0.16.1) -- (claims) [\#605](https://github.com/tharsis/evmos/pull/605) Remove duplicated `SetClaimsRecord`. -- (erc20) [\#602](https://github.com/tharsis/evmos/pull/602) Modified `RegisterERC20` proposals. Fix erc20 name sanitization to allow spaces on token name. +- (deps) [\#684](https://github.com/evmos/evmos/pull/684) Bump ibc-go version to [`v3.1.0`](https://github.com/cosmos/ibc-go/releases/tag/v3.1.0) +- (vesting) [\#666](https://github.com/evmos/evmos/pull/666) Remove support of Cosmos SDK `VestingAccount` types. +- (deps) [\#654](https://github.com/evmos/evmos/pull/663) Bump Ethermint version to [`v0.16.1`](https://github.com/evmos/ethermint/releases/tag/v0.16.1) +- (claims) [\#605](https://github.com/evmos/evmos/pull/605) Remove duplicated `SetClaimsRecord`. +- (erc20) [\#602](https://github.com/evmos/evmos/pull/602) Modified `RegisterERC20` proposals. Fix erc20 name sanitization to allow spaces on token name. ### API Breaking -- (claims) [\#605](https://github.com/tharsis/evmos/pull/605) Remove `claims-` prefix in CLI query commands. -- (erc20) [\#592](https://github.com/tharsis/evmos/pull/592) Finish module completeness audit. -- (analytics) [\#637](https://github.com/tharsis/evmos/pull/637) Add telemetry to Evmos modules. -- (vesting) [\#643](https://github.com/tharsis/evmos/pull/643) Remove the `create-vesting-account` CLI command from Cosmos SDK in favor of the clawback vesting accounts. +- (claims) [\#605](https://github.com/evmos/evmos/pull/605) Remove `claims-` prefix in CLI query commands. +- (erc20) [\#592](https://github.com/evmos/evmos/pull/592) Finish module completeness audit. +- (analytics) [\#637](https://github.com/evmos/evmos/pull/637) Add telemetry to Evmos modules. +- (vesting) [\#643](https://github.com/evmos/evmos/pull/643) Remove the `create-vesting-account` CLI command from Cosmos SDK in favor of the clawback vesting accounts. ### Improvements -- (erc20) [\#677](https://github.com/tharsis/evmos/pull/677) Add Amino registration to `ConvertCoin` and `ConvertERC20` msgs for ERC712 compatibility. -- (deps) [\#668](https://github.com/tharsis/evmos/pull/668) Bump Cosmos SDK to [`v0.45.5`](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.5) -- (erc20) [\#642](https://github.com/tharsis/evmos/pull/642) Remove enforcing ibc and channel names during `RegisterCoin` +- (erc20) [\#677](https://github.com/evmos/evmos/pull/677) Add Amino registration to `ConvertCoin` and `ConvertERC20` msgs for ERC712 compatibility. +- (deps) [\#668](https://github.com/evmos/evmos/pull/668) Bump Cosmos SDK to [`v0.45.5`](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.5) +- (erc20) [\#642](https://github.com/evmos/evmos/pull/642) Remove enforcing ibc and channel names during `RegisterCoin` ### Bug Fixes -- (app) [\#682](https://github.com/tharsis/evmos/pull/682) Fix Tendermint consensus params (Evidence `MaxAgeNumBlocks` and `MaxAgeDuration`) -- (incentives) [\#656](https://github.com/tharsis/evmos/pull/656) Fix incentives that were previously only allocated to `EthAccount`s. -- (fees) [\#612](https://github.com/tharsis/evmos/pull/612) Fix fees registration cli command and description -- (inflation) [\#554](https://github.com/tharsis/evmos/pull/554) Changing erroneous epoch skips to `daily` instead of `weekly` -- (claims) [\#626](https://github.com/tharsis/evmos/pull/626) fix durations denominated in `nanoseconds` -- (epochs) [\#629](https://github.com/tharsis/evmos/pull/629) fix epochs durations denominated in `nanoseconds` +- (app) [\#682](https://github.com/evmos/evmos/pull/682) Fix Tendermint consensus params (Evidence `MaxAgeNumBlocks` and `MaxAgeDuration`) +- (incentives) [\#656](https://github.com/evmos/evmos/pull/656) Fix incentives that were previously only allocated to `EthAccount`s. +- (fees) [\#612](https://github.com/evmos/evmos/pull/612) Fix fees registration cli command and description +- (inflation) [\#554](https://github.com/evmos/evmos/pull/554) Changing erroneous epoch skips to `daily` instead of `weekly` +- (claims) [\#626](https://github.com/evmos/evmos/pull/626) fix durations denominated in `nanoseconds` +- (epochs) [\#629](https://github.com/evmos/evmos/pull/629) fix epochs durations denominated in `nanoseconds` ## [v4.0.1] - 2022-05-10 ### Bug Fixes -(erc20) [\#588](https://github.com/tharsis/evmos/pull/588) Revert PR [\#556](https://github.com/tharsis/evmos/pull/556). +(erc20) [\#588](https://github.com/evmos/evmos/pull/588) Revert PR [\#556](https://github.com/evmos/evmos/pull/556). ## [v4.0.0] - 2022-05-09 ### State Machine Breaking -- (app) [\#537](https://github.com/tharsis/evmos/pull/537) Fix router key for IBC client proposals. -- (erc20) [\#530](https://github.com/tharsis/evmos/pull/530) Use the highest denom unit when deploying an ERC20 contract. +- (app) [\#537](https://github.com/evmos/evmos/pull/537) Fix router key for IBC client proposals. +- (erc20) [\#530](https://github.com/evmos/evmos/pull/530) Use the highest denom unit when deploying an ERC20 contract. ### API Breaking -- (upgrade) [\#557](https://github.com/tharsis/evmos/pull/557) Update Evmos go.mod version `v3` -> `v4` -- (erc20) [\#544](https://github.com/tharsis/evmos/pull/544) Remove `updateTokenPairERC20Proposal` functionality rename `relay` to `conversion` -- (inflation) [\#536](https://github.com/tharsis/evmos/pull/536) Rename inflation endpoint `/evmos/inflation/v1/total_supply` -> `/evmos/inflation/v1/circulating_supply` +- (upgrade) [\#557](https://github.com/evmos/evmos/pull/557) Update Evmos go.mod version `v3` -> `v4` +- (erc20) [\#544](https://github.com/evmos/evmos/pull/544) Remove `updateTokenPairERC20Proposal` functionality rename `relay` to `conversion` +- (inflation) [\#536](https://github.com/evmos/evmos/pull/536) Rename inflation endpoint `/evmos/inflation/v1/total_supply` -> `/evmos/inflation/v1/circulating_supply` ### Improvements -- (deps) [\#580](https://github.com/tharsis/evmos/pull/580) Bump Ethermint to [`v0.15.0`](https://github.com/tharsis/ethermint/releases/tag/v0.15.0) -- (gitpod) [\#564](https://github.com/tharsis/evmos/pull/564) Add one-click development environment -- (erc20) [\#556](https://github.com/tharsis/evmos/pull/556) Remove deprecated migrations. -- (incentives) [\#551](https://github.com/tharsis/evmos/pull/551) Add additional check to only distribute incentives to EOAs. -- (cmd) [\#543](https://github.com/tharsis/evmos/pull/543) Update mainnet default `min-gas-price` to `0.0025aevmos`. -- (epochs) [\#539](https://github.com/tharsis/evmos/pull/539) Use constants for epoch identifiers. +- (deps) [\#580](https://github.com/evmos/evmos/pull/580) Bump Ethermint to [`v0.15.0`](https://github.com/evmos/ethermint/releases/tag/v0.15.0) +- (gitpod) [\#564](https://github.com/evmos/evmos/pull/564) Add one-click development environment +- (erc20) [\#556](https://github.com/evmos/evmos/pull/556) Remove deprecated migrations. +- (incentives) [\#551](https://github.com/evmos/evmos/pull/551) Add additional check to only distribute incentives to EOAs. +- (cmd) [\#543](https://github.com/evmos/evmos/pull/543) Update mainnet default `min-gas-price` to `0.0025aevmos`. +- (epochs) [\#539](https://github.com/evmos/evmos/pull/539) Use constants for epoch identifiers. ### Bug Fixes -- (erc20) [\#530](https://github.com/tharsis/evmos/pull/530) Fix `Metadata` equal check for denom units. -- (app) [\#523](https://github.com/tharsis/evmos/pull/523) Fix testnet upgrade store loader. +- (erc20) [\#530](https://github.com/evmos/evmos/pull/530) Fix `Metadata` equal check for denom units. +- (app) [\#523](https://github.com/evmos/evmos/pull/523) Fix testnet upgrade store loader. ## [v3.0.1] - 2022-05-09 ### Improvements -- (app) [\#555](https://github.com/tharsis/evmos/pull/555) `v4.0.0` upgrade logic. -- (p2p) [\#541](https://github.com/tharsis/evmos/pull/541) Increase default inbound connections and use 8:1 ratio of inbound:outbound. Add default seeds to reduce the need for configuration. -- (deps) [\#528](https://github.com/tharsis/evmos/pull/528) Bump Cosmos SDK to [`v0.45.4`](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.4) +- (app) [\#555](https://github.com/evmos/evmos/pull/555) `v4.0.0` upgrade logic. +- (p2p) [\#541](https://github.com/evmos/evmos/pull/541) Increase default inbound connections and use 8:1 ratio of inbound:outbound. Add default seeds to reduce the need for configuration. +- (deps) [\#528](https://github.com/evmos/evmos/pull/528) Bump Cosmos SDK to [`v0.45.4`](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.4) ## [v3.0.0] - 2022-04-22 ### State Machine Breaking -- [\#342](https://github.com/tharsis/evmos/pull/342) Implement IBC middleware to recover stuck funds +- [\#342](https://github.com/evmos/evmos/pull/342) Implement IBC middleware to recover stuck funds ### API Breaking -- [\#415](https://github.com/tharsis/evmos/pull/415) Bump Evmos go version to v3 +- [\#415](https://github.com/evmos/evmos/pull/415) Bump Evmos go version to v3 ### Bug Fixes -- (vesting) [\#502](https://github.com/tharsis/evmos/pull/502) Fix gas exhaustion bug by removing `SpendableCoins` during vesting account clawback. -- (vesting) [\#483](https://github.com/tharsis/evmos/pull/483) Fix balance clawback when vesting start time is in the future -- (claims) [\#381](https://github.com/tharsis/evmos/pull/381) Fix claim migration and deletion for EVM chains via IBC attestation. -- (claims) [\#374](https://github.com/tharsis/evmos/pull/374) Fix balance invariant in Claims `InitGenesis` -- (erc20) [\#366](https://github.com/tharsis/evmos/issues/366) Delete ERC20 denom map when deleting pair. -- (claims) [\#505](https://github.com/tharsis/evmos/pull/505) Fix IBC attestation ordering +- (vesting) [\#502](https://github.com/evmos/evmos/pull/502) Fix gas exhaustion bug by removing `SpendableCoins` during vesting account clawback. +- (vesting) [\#483](https://github.com/evmos/evmos/pull/483) Fix balance clawback when vesting start time is in the future +- (claims) [\#381](https://github.com/evmos/evmos/pull/381) Fix claim migration and deletion for EVM chains via IBC attestation. +- (claims) [\#374](https://github.com/evmos/evmos/pull/374) Fix balance invariant in Claims `InitGenesis` +- (erc20) [\#366](https://github.com/evmos/evmos/issues/366) Delete ERC20 denom map when deleting pair. +- (claims) [\#505](https://github.com/evmos/evmos/pull/505) Fix IBC attestation ordering ### Improvements -- (vesting) [\#486](https://github.com/tharsis/evmos/pull/486) Refactor `x/vesting` types and tests. -- (erc20) [\#484](https://github.com/tharsis/evmos/pull/484) Avoid unnecessary commits to the StateDB and don't estimate gas when performing a query -- (deps) [\#478](https://github.com/tharsis/evmos/pull/478) Bump Cosmos SDK to [`v0.45.3`](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.3) -- (deps) [\#478](https://github.com/tharsis/evmos/pull/478) Bump Ethermint to [`v0.14.0`](https://github.com/tharsis/ethermint/releases/tag/v0.14.0) -- (vesting) [\#468](https://github.com/tharsis/evmos/pull/468) Use coins `Min` function from Cosmos SDK. -- (cmd) [\#446](https://github.com/tharsis/evmos/pull/446) Update `migrate` command to migrate Evmos, Ethermint and Cosmos SDK modules. -- (app) [\#446](https://github.com/tharsis/evmos/pull/446) Refactor upgrade code. -- (ibc) [\#412](https://github.com/tharsis/evmos/pull/412) Introduce boilerplate struct for IBC applications. -- (deps) [\#402](https://github.com/tharsis/evmos/pull/402) Bump IBC go to [`v3.0.0`](https://github.com/cosmos/ibc-go/releases/tag/v3.0.0) -- (ibctesting) [\#388](https://github.com/tharsis/evmos/pull/388) Support Cosmos and EVM chains in IBC testing `Coordinator`. -- (claims) [\#385](https://github.com/tharsis/evmos/pull/385) Add claims invariant. -- (inflation) [\#383](https://github.com/tharsis/evmos/pull/383) Add gRPC endpoints for inflation rate and total supply -- (inflation) [\#369](https://github.com/tharsis/evmos/pull/369) Add `enableInflation` parameter. -- (claims) [\#432](https://github.com/tharsis/evmos/pull/432) Add IBC trigger amount to claims merge/migrate IBC callbacks. -- (claims) [\#442](https://github.com/tharsis/evmos/pull/443) Remove claims merge/migrate cases where sender already completed an action as they are never reached -- (claims) [\#507](https://github.com/tharsis/evmos/pull/507) Always return claimable amount on grpc queries regarding of claims status. -- (claims) [\#516](https://github.com/tharsis/evmos/pull/516) Retain claims records when all actions have been completed. +- (vesting) [\#486](https://github.com/evmos/evmos/pull/486) Refactor `x/vesting` types and tests. +- (erc20) [\#484](https://github.com/evmos/evmos/pull/484) Avoid unnecessary commits to the StateDB and don't estimate gas when performing a query +- (deps) [\#478](https://github.com/evmos/evmos/pull/478) Bump Cosmos SDK to [`v0.45.3`](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.3) +- (deps) [\#478](https://github.com/evmos/evmos/pull/478) Bump Ethermint to [`v0.14.0`](https://github.com/evmos/ethermint/releases/tag/v0.14.0) +- (vesting) [\#468](https://github.com/evmos/evmos/pull/468) Use coins `Min` function from Cosmos SDK. +- (cmd) [\#446](https://github.com/evmos/evmos/pull/446) Update `migrate` command to migrate Evmos, Ethermint and Cosmos SDK modules. +- (app) [\#446](https://github.com/evmos/evmos/pull/446) Refactor upgrade code. +- (ibc) [\#412](https://github.com/evmos/evmos/pull/412) Introduce boilerplate struct for IBC applications. +- (deps) [\#402](https://github.com/evmos/evmos/pull/402) Bump IBC go to [`v3.0.0`](https://github.com/cosmos/ibc-go/releases/tag/v3.0.0) +- (ibctesting) [\#388](https://github.com/evmos/evmos/pull/388) Support Cosmos and EVM chains in IBC testing `Coordinator`. +- (claims) [\#385](https://github.com/evmos/evmos/pull/385) Add claims invariant. +- (inflation) [\#383](https://github.com/evmos/evmos/pull/383) Add gRPC endpoints for inflation rate and total supply +- (inflation) [\#369](https://github.com/evmos/evmos/pull/369) Add `enableInflation` parameter. +- (claims) [\#432](https://github.com/evmos/evmos/pull/432) Add IBC trigger amount to claims merge/migrate IBC callbacks. +- (claims) [\#442](https://github.com/evmos/evmos/pull/443) Remove claims merge/migrate cases where sender already completed an action as they are never reached +- (claims) [\#507](https://github.com/evmos/evmos/pull/507) Always return claimable amount on grpc queries regarding of claims status. +- (claims) [\#516](https://github.com/evmos/evmos/pull/516) Retain claims records when all actions have been completed. ## [v2.0.1] - 2022-03-06 ### Bug Fixes -- (upgrade) [#\363](https://github.com/tharsis/evmos/pull/363) Don't use `GetParams` for upgrades. +- (upgrade) [#\363](https://github.com/evmos/evmos/pull/363) Don't use `GetParams` for upgrades. ## [v2.0.0] - 2022-03-06 @@ -172,161 +172,161 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Improvements -- (deps) [\#360](https://github.com/tharsis/evmos/pull/360) Bump Ethermint to [`v0.11.0`](https://github.com/tharsis/ethermint/releases/tag/v0.11.0) -- (deps) [\#282](https://github.com/tharsis/evmos/pull/282) Bump IBC go to [`v3.0.0-rc1`](https://github.com/cosmos/ibc-go/releases/tag/v3.0.0-rc1) +- (deps) [\#360](https://github.com/evmos/evmos/pull/360) Bump Ethermint to [`v0.11.0`](https://github.com/evmos/ethermint/releases/tag/v0.11.0) +- (deps) [\#282](https://github.com/evmos/evmos/pull/282) Bump IBC go to [`v3.0.0-rc1`](https://github.com/cosmos/ibc-go/releases/tag/v3.0.0-rc1) ### Bug Fixes -- (erc20) [\#337](https://github.com/tharsis/evmos/pull/337) Ignore errors in ERC20 module's EVM hook. -- (erc20) [\#336](https://github.com/tharsis/evmos/pull/336) Return `nil` for disabled ERC20 module or ERC20 EVM hook. +- (erc20) [\#337](https://github.com/evmos/evmos/pull/337) Ignore errors in ERC20 module's EVM hook. +- (erc20) [\#336](https://github.com/evmos/evmos/pull/336) Return `nil` for disabled ERC20 module or ERC20 EVM hook. ## [v1.1.2] - 2022-03-06 ### Bug Fixes -- (app) [\#354](https://github.com/tharsis/evmos/pull/354) Add v2 version upgrade logic +- (app) [\#354](https://github.com/evmos/evmos/pull/354) Add v2 version upgrade logic ## [v1.1.1] - 2022-03-04 ### Improvements -- (deps) [\#345](https://github.com/tharsis/evmos/pull/345) Bump Ethermint to [`v0.10.2`](https://github.com/tharsis/ethermint/releases/tag/v0.10.2) +- (deps) [\#345](https://github.com/evmos/evmos/pull/345) Bump Ethermint to [`v0.10.2`](https://github.com/evmos/ethermint/releases/tag/v0.10.2) ### Bug Fixes -- (app) [\#341](https://github.com/tharsis/evmos/pull/341) Return error when `--ledger` flag is passed in CLI +- (app) [\#341](https://github.com/evmos/evmos/pull/341) Return error when `--ledger` flag is passed in CLI ## [v1.1.0] - 2022-03-02 ### Bug Fixes -- (ante) [\#318](https://github.com/tharsis/evmos/pull/318) Add authz check in vesting and min commission `AnteHandler` decorators. -- (vesting) [\#317](https://github.com/tharsis/evmos/pull/317) Fix clawback for vested coins. +- (ante) [\#318](https://github.com/evmos/evmos/pull/318) Add authz check in vesting and min commission `AnteHandler` decorators. +- (vesting) [\#317](https://github.com/evmos/evmos/pull/317) Fix clawback for vested coins. ## [v1.0.0] - 2022-02-28 ### State Machine Breaking -- (ante) [\#302](https://github.com/tharsis/evmos/pull/302) Add AnteHandler decorator to enforce global min validator commission rate. -- (app) [\#224](https://github.com/tharsis/evmos/pull/224) Fix power reduction my setting the correct value on app initialization. -- (keys) [\#189](https://github.com/tharsis/evmos/pull/189) Remove support for Tendermint's `secp256k1` keys. -- [\#173](https://github.com/tharsis/evmos/pull/173) Rename `intrarelayer` module to `erc20` -- [\#190](https://github.com/tharsis/evmos/pull/190) Remove governance hook from `erc20` module +- (ante) [\#302](https://github.com/evmos/evmos/pull/302) Add AnteHandler decorator to enforce global min validator commission rate. +- (app) [\#224](https://github.com/evmos/evmos/pull/224) Fix power reduction my setting the correct value on app initialization. +- (keys) [\#189](https://github.com/evmos/evmos/pull/189) Remove support for Tendermint's `secp256k1` keys. +- [\#173](https://github.com/evmos/evmos/pull/173) Rename `intrarelayer` module to `erc20` +- [\#190](https://github.com/evmos/evmos/pull/190) Remove governance hook from `erc20` module ### Features -- [\#286](https://github.com/tharsis/evmos/pull/286) Add `x/vesting` module. -- [\#184](https://github.com/tharsis/evmos/pull/184) Add claims module for claiming the airdrop tokens. -- [\#183](https://github.com/tharsis/evmos/pull/183) Add epoch module for incentives. -- [\#202](https://github.com/tharsis/evmos/pull/202) Add custom configuration for state sync snapshots and tendermint p2p peers. This introduces a custom `InitCmd` function. -- [\#176](https://github.com/tharsis/evmos/pull/176) Add `x/incentives` module. +- [\#286](https://github.com/evmos/evmos/pull/286) Add `x/vesting` module. +- [\#184](https://github.com/evmos/evmos/pull/184) Add claims module for claiming the airdrop tokens. +- [\#183](https://github.com/evmos/evmos/pull/183) Add epoch module for incentives. +- [\#202](https://github.com/evmos/evmos/pull/202) Add custom configuration for state sync snapshots and tendermint p2p peers. This introduces a custom `InitCmd` function. +- [\#176](https://github.com/evmos/evmos/pull/176) Add `x/incentives` module. ### Improvements -- (deps) Bumped Ethermint to [`v0.10.0`](https://github.com/tharsis/ethermint/releases/tag/v0.10.0) +- (deps) Bumped Ethermint to [`v0.10.0`](https://github.com/evmos/ethermint/releases/tag/v0.10.0) - (deps) Bumped IBC-go to `v3.0.0-rc0` - (deps) Bumped Cosmos SDK to [`v0.45.1`](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.1) - (deps) bumped Tendermint to `v0.34.15` and tm-db to `v0.6.6`. -- [\#180](https://github.com/tharsis/evmos/pull/180) Delete `TokenPair` if ERC20 contract has been selfdestructed. +- [\#180](https://github.com/evmos/evmos/pull/180) Delete `TokenPair` if ERC20 contract has been selfdestructed. ### Bug Fixes -- (erc20) [\#169](https://github.com/tharsis/evmos/pull/169) Fixes several testnet bugs: +- (erc20) [\#169](https://github.com/evmos/evmos/pull/169) Fixes several testnet bugs: - Check if supply exists for a token before when submitting a `RegisterCoinProposal`, allowing users to create an ERC20 representation of an invalid Cosmos Coin. - Sanitize the ERC20 token name when creating coin metadata on ER `RegisterERC20Proposal`. - Fix coin metadata validation error when registering an ERC20 with 0 denom units. -- (erc20) [\#191](https://github.com/tharsis/evmos/pull/191) Add direct balance protection (IF-ETHERMINT-06). -- (erc20) [\#192](https://github.com/tharsis/evmos/pull/192) Add delayed malicious effect protection (IF-ETHERMINT-06). -- (erc20) [\#200](https://github.com/tharsis/evmos/pull/200) Match coin and token decimals for erc20 deployment during registerCoin -- (erc20) [\#201](https://github.com/tharsis/evmos/pull/201) bug(erc-20): Compile built-in contracts in the build process (IF-ETHERMINT-02). +- (erc20) [\#191](https://github.com/evmos/evmos/pull/191) Add direct balance protection (IF-ETHERMINT-06). +- (erc20) [\#192](https://github.com/evmos/evmos/pull/192) Add delayed malicious effect protection (IF-ETHERMINT-06). +- (erc20) [\#200](https://github.com/evmos/evmos/pull/200) Match coin and token decimals for erc20 deployment during registerCoin +- (erc20) [\#201](https://github.com/evmos/evmos/pull/201) bug(erc-20): Compile built-in contracts in the build process (IF-ETHERMINT-02). ## [v0.4.2] - 2021-12-11 ### Bug Fixes -- (app) [\#166](https://github.com/tharsis/evmos/pull/166) Fix `UpgradeHandler`. +- (app) [\#166](https://github.com/evmos/evmos/pull/166) Fix `UpgradeHandler`. ## [v0.4.1] - 2021-12-07 ### Improvements -- (build) [\#143](https://github.com/tharsis/evmos/pull/143) Added `build-reproducible` rule in `Makefile` to build docker containers +- (build) [\#143](https://github.com/evmos/evmos/pull/143) Added `build-reproducible` rule in `Makefile` to build docker containers ### Bug Fixes -- (build) [\#151](https://github.com/tharsis/evmos/pull/151) Fixes `version` command by picking the latest tag in the current branch instead of across all branches as the current version +- (build) [\#151](https://github.com/evmos/evmos/pull/151) Fixes `version` command by picking the latest tag in the current branch instead of across all branches as the current version ## [v0.4.0] - 2021-12-02 ### State Machine Breaking -- (erc20) [\#119](https://github.com/tharsis/evmos/issues/119) Register `x/erc20` proposal types on governance module. +- (erc20) [\#119](https://github.com/evmos/evmos/issues/119) Register `x/erc20` proposal types on governance module. ### Improvements -- (app) [\#128](https://github.com/tharsis/evmos/pull/128) Add ibc-go `TestingApp` interface. -- (ci) [\#117](https://github.com/tharsis/evmos/pull/117) Enable automatic backport of PRs. -- (deps) [\#135](https://github.com/tharsis/evmos/pull/135) Bump Ethermint version to [`v0.9.0`](https://github.com/tharsis/ethermint/releases/tag/v0.9.0) -- (ci) [\#136](https://github.com/tharsis/evmos/pull/136) Deploy `evmos` docker container to [docker hub](https://hub.docker.com/u/tharsishq) for every versioned releases +- (app) [\#128](https://github.com/evmos/evmos/pull/128) Add ibc-go `TestingApp` interface. +- (ci) [\#117](https://github.com/evmos/evmos/pull/117) Enable automatic backport of PRs. +- (deps) [\#135](https://github.com/evmos/evmos/pull/135) Bump Ethermint version to [`v0.9.0`](https://github.com/evmos/ethermint/releases/tag/v0.9.0) +- (ci) [\#136](https://github.com/evmos/evmos/pull/136) Deploy `evmos` docker container to [docker hub](https://hub.docker.com/u/tharsishq) for every versioned releases ### Bug Fixes -- (build) [\#116](https://github.com/tharsis/evmos/pull/116) Fix `build-docker` command +- (build) [\#116](https://github.com/evmos/evmos/pull/116) Fix `build-docker` command ## [v0.3.0] - 2021-11-24 ### API Breaking -- (erc20) [\#99](https://github.com/tharsis/evmos/pull/99) Rename `enable_e_v_m_hook` json parameter to `enable_evm_hook`. +- (erc20) [\#99](https://github.com/evmos/evmos/pull/99) Rename `enable_e_v_m_hook` json parameter to `enable_evm_hook`. ### Improvements -- (deps) [\#110](https://github.com/tharsis/evmos/pull/110) Bump Ethermint version to [`v0.8.1`](https://github.com/tharsis/ethermint/releases/tag/v0.8.1) -- (erc20) [\#107](https://github.com/tharsis/evmos/pull/107) Add IBC validation -- (cmd) [\#105](https://github.com/tharsis/evmos/pull/105) Improve testnet command to include JSON-RPC client. +- (deps) [\#110](https://github.com/evmos/evmos/pull/110) Bump Ethermint version to [`v0.8.1`](https://github.com/evmos/ethermint/releases/tag/v0.8.1) +- (erc20) [\#107](https://github.com/evmos/evmos/pull/107) Add IBC validation +- (cmd) [\#105](https://github.com/evmos/evmos/pull/105) Improve testnet command to include JSON-RPC client. ## Bug Fixes -- (erc20) [\#109](https://github.com/tharsis/evmos/pull/109) Fix hardcoded erc20 nonce and `UpdateTokenPairERC20` proposal to support ERC20s with 0 decimals. -- (erc20) [\#102](https://github.com/tharsis/evmos/pull/102) Add `convert-erc20` cmd +- (erc20) [\#109](https://github.com/evmos/evmos/pull/109) Fix hardcoded erc20 nonce and `UpdateTokenPairERC20` proposal to support ERC20s with 0 decimals. +- (erc20) [\#102](https://github.com/evmos/evmos/pull/102) Add `convert-erc20` cmd ## [v0.2.0] - 2021-11-17 ### Features -- (erc20) [\#82](https://github.com/tharsis/evmos/pull/82) ERC20 module -- (cmd) [\#32](https://github.com/tharsis/evmos/pull/32) Create `testnet` command that spins up a new local testnet with N nodes. +- (erc20) [\#82](https://github.com/evmos/evmos/pull/82) ERC20 module +- (cmd) [\#32](https://github.com/evmos/evmos/pull/32) Create `testnet` command that spins up a new local testnet with N nodes. ### Improvements -- (deps) [\#94](https://github.com/tharsis/evmos/pull/94) Bump Ethermint version to [`v0.8.0`](https://github.com/tharsis/ethermint/releases/tag/v0.8.0) -- (deps) [\#80](https://github.com/tharsis/evmos/pull/80) Bump ibc-go to [`v2.0.0`](https://github.com/cosmos/ibc-go/releases/tag/v2.0.0) +- (deps) [\#94](https://github.com/evmos/evmos/pull/94) Bump Ethermint version to [`v0.8.0`](https://github.com/evmos/ethermint/releases/tag/v0.8.0) +- (deps) [\#80](https://github.com/evmos/evmos/pull/80) Bump ibc-go to [`v2.0.0`](https://github.com/cosmos/ibc-go/releases/tag/v2.0.0) ## [v0.1.3] - 2021-10-24 ### Improvements -- (deps) [\#64](https://github.com/tharsis/evmos/pull/64) Bump Ethermint version to `v0.7.2` +- (deps) [\#64](https://github.com/evmos/evmos/pull/64) Bump Ethermint version to `v0.7.2` ### Bug Fixes -- (cmd) [\#41](https://github.com/tharsis/evmos/pull/41) Fix `debug` command. +- (cmd) [\#41](https://github.com/evmos/evmos/pull/41) Fix `debug` command. ## [v0.1.2] - 2021-10-08 ### Improvements -- (deps) [\#34](https://github.com/tharsis/evmos/pull/34) Bump Ethermint version to `v0.7.1` +- (deps) [\#34](https://github.com/evmos/evmos/pull/34) Bump Ethermint version to `v0.7.1` ## [v0.1.1] - 2021-10-07 ### Bug Fixes -- (build) [\#30](https://github.com/tharsis/evmos/pull/30) Fix `version` command. +- (build) [\#30](https://github.com/evmos/evmos/pull/30) Fix `version` command. ## [v0.1.0] - 2021-10-07 ### Improvements -- (cmd) [\#26](https://github.com/tharsis/evmos/pull/26) Use config on genesis accounts. -- (deps) [\#28](https://github.com/tharsis/evmos/pull/28) Bump Ethermint version to `v0.7.0` +- (cmd) [\#26](https://github.com/evmos/evmos/pull/26) Use config on genesis accounts. +- (deps) [\#28](https://github.com/evmos/evmos/pull/28) Bump Ethermint version to `v0.7.0` diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1968683..fed324b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,8 +25,8 @@ workflow and standards. Contributing to this repo can mean many things such as participating in discussion or proposing code changes. To ensure a smooth workflow for all contributors, the following general procedure for contributing has been established: -1. Either [open](https://github.com/tharsis/evmos/issues/new/choose) - or [find](https://github.com/tharsis/evmos/issues) an issue you have identified and would like to contribute to +1. Either [open](https://github.com/evmos/evmos/issues/new/choose) + or [find](https://github.com/evmos/evmos/issues) an issue you have identified and would like to contribute to resolving. 2. Participate in thoughtful discussion on that issue. 3. If you would like to contribute: @@ -57,12 +57,12 @@ PR, but be aware that for more complex problems/features, if a PR is opened befo taken place in a github issue, that PR runs a high likelihood of being rejected. Looking for a good place to start contributing? How about checking out -some [good first issues](https://github.com/tharsis/evmos/issues?q=label%3A%22good+first+issue%22). +some [good first issues](https://github.com/evmos/evmos/issues?q=label%3A%22good+first+issue%22). ## Architecture Decision Records (ADR) When proposing an architecture decision for Evmos, please create -an [ADR](https://github.com/tharsis/evmos/blob/main/docs/architecture/README.md) so further discussions can be +an [ADR](https://github.com/evmos/evmos/blob/main/docs/architecture/README.md) so further discussions can be made. We are following this process so all involved parties are in agreement before any party begins coding the proposed implementation. If you would like to see some examples of how these are written refer to [Tendermint ADRs](https://github.com/tendermint/tendermint/tree/master/docs/architecture). @@ -70,14 +70,14 @@ to [Tendermint ADRs](https://github.com/tendermint/tendermint/tree/master/docs/a ## Forking Please note that Go requires code to live under absolute paths, which complicates forking. While my fork lives -at `https://github.com/tharsis/evmos`, the code should never exist -at `$GOPATH/src/github.com/tharsis/evmos`. Instead, we use `git remote` to add the fork as a new remote for the -original repo,`$GOPATH/src/github.com/tharsis/evmos`, and do all the work there. +at `https://github.com/evmos/evmos`, the code should never exist +at `$GOPATH/src/github.com/evmos/evmos`. Instead, we use `git remote` to add the fork as a new remote for the +original repo,`$GOPATH/src/github.com/evmos/evmos`, and do all the work there. For instance, to create a fork and work on a branch of it, you would: 1. Create the fork on github, using the fork button. -2. Go to the original repo checked out locally. (i.e. `$GOPATH/src/github.com/tharsis/evmos`) +2. Go to the original repo checked out locally. (i.e. `$GOPATH/src/github.com/evmos/evmos`) 3. `git remote rename origin upstream` 4. `git remote add origin git@github.com:tharsis/evmos.git` @@ -140,7 +140,7 @@ For example, in vscode your `.vscode/settings.json` should look like: 2. `development` must never fail `make lint, make test, make test-race, make test-rpc, make test-import` 3. No `--force` onto `development` (except when reverting a broken commit, which should seldom happen). -4. Create your feature branch from `development` either on `github.com/tharsis/evmos`, or your fork ( +4. Create your feature branch from `development` either on `github.com/evmos/evmos`, or your fork ( using `git remote add origin`). 5. Before submitting a pull request, begin `git rebase` on top of `development`. diff --git a/Dockerfile b/Dockerfile index fb01a1f..371ba63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:stretch AS build-env -WORKDIR /go/src/github.com/tharsis/evmos +WORKDIR /go/src/github.com/evmos/evmos RUN apt-get update -y RUN apt-get install git -y @@ -16,7 +16,7 @@ RUN apt-get install ca-certificates jq -y WORKDIR /root -COPY --from=build-env /go/src/github.com/tharsis/evmos/build/evmosd /usr/bin/evmosd +COPY --from=build-env /go/src/github.com/evmos/evmos/build/evmosd /usr/bin/evmosd EXPOSE 26656 26657 1317 9090 diff --git a/Makefile b/Makefile index 9192035..26e49ae 100755 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ EVMOS_BINARY = evmosd EVMOS_DIR = evmos BUILDDIR ?= $(CURDIR)/build SIMAPP = ./app -HTTPS_GIT := https://github.com/tharsis/evmos.git +HTTPS_GIT := https://github.com/evmos/evmos.git DOCKER := $(shell which docker) DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf NAMESPACE := tharsishq @@ -293,7 +293,7 @@ update-swagger-docs: statik .PHONY: update-swagger-docs godocs: - @echo "--> Wait a few seconds and visit http://localhost:6060/pkg/github.com/tharsis/evmos/types" + @echo "--> Wait a few seconds and visit http://localhost:6060/pkg/github.com/evmos/evmos/types" godoc -http=:6060 # Start docs site at localhost:8080 @@ -444,7 +444,7 @@ lint-fix-contracts: format: find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./client/docs/statik/statik.go" -not -name '*.pb.go' | xargs gofmt -w -s find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./client/docs/statik/statik.go" -not -name '*.pb.go' | xargs misspell -w - find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./client/docs/statik/statik.go" -not -name '*.pb.go' | xargs goimports -w -local github.com/tharsis/evmos + find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./client/docs/statik/statik.go" -not -name '*.pb.go' | xargs goimports -w -local github.com/evmos/evmos .PHONY: format ############################################################################### @@ -576,7 +576,7 @@ localnet-show-logstream: ### Releasing ### ############################################################################### -PACKAGE_NAME:=github.com/tharsis/evmos +PACKAGE_NAME:=github.com/evmos/evmos GOLANG_CROSS_VERSION = v1.17.1 GOPATH ?= '$(HOME)/go' release-dry-run: diff --git a/README.md b/README.md index d988a68..94160ef 100644 --- a/README.md +++ b/README.md @@ -11,17 +11,17 @@ parent:
- + Version - + License: Apache-2.0 - - GoDoc + + GoDoc - - Go report card + + Go report card Lines of code @@ -31,8 +31,8 @@ parent: Discord - - Lint Status + + Lint Status Code Coverage @@ -55,7 +55,7 @@ For prerequisites and detailed build instructions please read the [Installation] make install ``` -Or check out the latest [release](https://github.com/tharsis/evmos/releases). +Or check out the latest [release](https://github.com/evmos/evmos/releases). ## Quick Start @@ -72,7 +72,7 @@ The following chat channels and forums are a great spot to ask questions about E ## Contributing -Looking for a good place to start contributing? Check out some [`good first issues`](https://github.com/tharsis/evmos/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22). +Looking for a good place to start contributing? Check out some [`good first issues`](https://github.com/evmos/evmos/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22). For additional instructions, standards and style guides, please refer to the [Contributing](./CONTRIBUTING.md) document. diff --git a/app/ante/handler_options.go b/app/ante/handler_options.go index 64c1657..6c077d2 100644 --- a/app/ante/handler_options.go +++ b/app/ante/handler_options.go @@ -14,7 +14,7 @@ import ( ethante "github.com/tharsis/ethermint/app/ante" evmtypes "github.com/tharsis/ethermint/x/evm/types" - vestingtypes "github.com/tharsis/evmos/v5/x/vesting/types" + vestingtypes "github.com/evmos/evmos/v5/x/vesting/types" ) // HandlerOptions defines the list of module keepers required to run the Evmos diff --git a/app/ante/utils_test.go b/app/ante/utils_test.go index 9edc1b7..b572ee8 100644 --- a/app/ante/utils_test.go +++ b/app/ante/utils_test.go @@ -14,6 +14,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtx "github.com/cosmos/cosmos-sdk/x/auth/tx" ethtypes "github.com/ethereum/go-ethereum/core/types" + "github.com/evmos/evmos/v5/app" + claimstypes "github.com/evmos/evmos/v5/x/claims/types" abci "github.com/tendermint/tendermint/abci/types" "github.com/tendermint/tendermint/crypto/tmhash" tmproto "github.com/tendermint/tendermint/proto/tendermint/types" @@ -23,8 +25,6 @@ import ( "github.com/tharsis/ethermint/encoding" evmtypes "github.com/tharsis/ethermint/x/evm/types" feemarkettypes "github.com/tharsis/ethermint/x/feemarket/types" - "github.com/tharsis/evmos/v5/app" - claimstypes "github.com/tharsis/evmos/v5/x/claims/types" ) var s *AnteTestSuite diff --git a/app/ante/vesting.go b/app/ante/vesting.go index 61beb42..14da1ad 100644 --- a/app/ante/vesting.go +++ b/app/ante/vesting.go @@ -7,8 +7,8 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/x/authz" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" + vestingtypes "github.com/evmos/evmos/v5/x/vesting/types" evmtypes "github.com/tharsis/ethermint/x/evm/types" - vestingtypes "github.com/tharsis/evmos/v5/x/vesting/types" ) // EthVestingTransactionDecorator validates if clawback vesting accounts are diff --git a/app/app.go b/app/app.go index d4040cb..f620019 100644 --- a/app/app.go +++ b/app/app.go @@ -105,38 +105,38 @@ import ( feemarkettypes "github.com/tharsis/ethermint/x/feemarket/types" // unnamed import of statik for swagger UI support - _ "github.com/tharsis/evmos/v5/client/docs/statik" - - "github.com/tharsis/evmos/v5/app/ante" - v2 "github.com/tharsis/evmos/v5/app/upgrades/v2" - v4 "github.com/tharsis/evmos/v5/app/upgrades/v4" - v5 "github.com/tharsis/evmos/v5/app/upgrades/v5" - "github.com/tharsis/evmos/v5/x/claims" - claimskeeper "github.com/tharsis/evmos/v5/x/claims/keeper" - claimstypes "github.com/tharsis/evmos/v5/x/claims/types" - "github.com/tharsis/evmos/v5/x/epochs" - epochskeeper "github.com/tharsis/evmos/v5/x/epochs/keeper" - epochstypes "github.com/tharsis/evmos/v5/x/epochs/types" - "github.com/tharsis/evmos/v5/x/erc20" - erc20client "github.com/tharsis/evmos/v5/x/erc20/client" - erc20keeper "github.com/tharsis/evmos/v5/x/erc20/keeper" - erc20types "github.com/tharsis/evmos/v5/x/erc20/types" - "github.com/tharsis/evmos/v5/x/fees" - feeskeeper "github.com/tharsis/evmos/v5/x/fees/keeper" - feestypes "github.com/tharsis/evmos/v5/x/fees/types" - "github.com/tharsis/evmos/v5/x/incentives" - incentivesclient "github.com/tharsis/evmos/v5/x/incentives/client" - incentiveskeeper "github.com/tharsis/evmos/v5/x/incentives/keeper" - incentivestypes "github.com/tharsis/evmos/v5/x/incentives/types" - "github.com/tharsis/evmos/v5/x/inflation" - inflationkeeper "github.com/tharsis/evmos/v5/x/inflation/keeper" - inflationtypes "github.com/tharsis/evmos/v5/x/inflation/types" - "github.com/tharsis/evmos/v5/x/recovery" - recoverykeeper "github.com/tharsis/evmos/v5/x/recovery/keeper" - recoverytypes "github.com/tharsis/evmos/v5/x/recovery/types" - "github.com/tharsis/evmos/v5/x/vesting" - vestingkeeper "github.com/tharsis/evmos/v5/x/vesting/keeper" - vestingtypes "github.com/tharsis/evmos/v5/x/vesting/types" + _ "github.com/evmos/evmos/v5/client/docs/statik" + + "github.com/evmos/evmos/v5/app/ante" + v2 "github.com/evmos/evmos/v5/app/upgrades/v2" + v4 "github.com/evmos/evmos/v5/app/upgrades/v4" + v5 "github.com/evmos/evmos/v5/app/upgrades/v5" + "github.com/evmos/evmos/v5/x/claims" + claimskeeper "github.com/evmos/evmos/v5/x/claims/keeper" + claimstypes "github.com/evmos/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/epochs" + epochskeeper "github.com/evmos/evmos/v5/x/epochs/keeper" + epochstypes "github.com/evmos/evmos/v5/x/epochs/types" + "github.com/evmos/evmos/v5/x/erc20" + erc20client "github.com/evmos/evmos/v5/x/erc20/client" + erc20keeper "github.com/evmos/evmos/v5/x/erc20/keeper" + erc20types "github.com/evmos/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/fees" + feeskeeper "github.com/evmos/evmos/v5/x/fees/keeper" + feestypes "github.com/evmos/evmos/v5/x/fees/types" + "github.com/evmos/evmos/v5/x/incentives" + incentivesclient "github.com/evmos/evmos/v5/x/incentives/client" + incentiveskeeper "github.com/evmos/evmos/v5/x/incentives/keeper" + incentivestypes "github.com/evmos/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/inflation" + inflationkeeper "github.com/evmos/evmos/v5/x/inflation/keeper" + inflationtypes "github.com/evmos/evmos/v5/x/inflation/types" + "github.com/evmos/evmos/v5/x/recovery" + recoverykeeper "github.com/evmos/evmos/v5/x/recovery/keeper" + recoverytypes "github.com/evmos/evmos/v5/x/recovery/types" + "github.com/evmos/evmos/v5/x/vesting" + vestingkeeper "github.com/evmos/evmos/v5/x/vesting/keeper" + vestingtypes "github.com/evmos/evmos/v5/x/vesting/types" ) func init() { diff --git a/app/app_test.go b/app/app_test.go index 285c3a1..6e50e73 100644 --- a/app/app_test.go +++ b/app/app_test.go @@ -13,8 +13,8 @@ import ( "github.com/tendermint/tendermint/libs/log" dbm "github.com/tendermint/tm-db" + "github.com/evmos/evmos/v5/types" "github.com/tharsis/ethermint/encoding" - "github.com/tharsis/evmos/v5/types" ) func TestEvmosExport(t *testing.T) { diff --git a/app/forks.go b/app/forks.go index 0d0c854..d83d986 100644 --- a/app/forks.go +++ b/app/forks.go @@ -6,9 +6,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - v2 "github.com/tharsis/evmos/v5/app/upgrades/v2" - v4 "github.com/tharsis/evmos/v5/app/upgrades/v4" - "github.com/tharsis/evmos/v5/types" + v2 "github.com/evmos/evmos/v5/app/upgrades/v2" + v4 "github.com/evmos/evmos/v5/app/upgrades/v4" + "github.com/evmos/evmos/v5/types" ) // ScheduleForkUpgrade executes any necessary fork logic for based upon the current diff --git a/app/test_helpers.go b/app/test_helpers.go index fb694e5..a2e322a 100644 --- a/app/test_helpers.go +++ b/app/test_helpers.go @@ -16,8 +16,8 @@ import ( "github.com/tharsis/ethermint/encoding" feemarkettypes "github.com/tharsis/ethermint/x/feemarket/types" - "github.com/tharsis/evmos/v5/cmd/config" - "github.com/tharsis/evmos/v5/types" + "github.com/evmos/evmos/v5/cmd/config" + "github.com/evmos/evmos/v5/types" ) func init() { diff --git a/app/upgrades/v2/constants.go b/app/upgrades/v2/constants.go index 6fe248d..ba6e817 100644 --- a/app/upgrades/v2/constants.go +++ b/app/upgrades/v2/constants.go @@ -6,5 +6,5 @@ const ( // MainnetUpgradeHeight defines the Evmos mainnet block height on which the upgrade will take place MainnetUpgradeHeight = 58700 // (24 * 60 * 60) / 6 + 44300 // UpgradeInfo defines the binaries that will be used for the upgrade - UpgradeInfo = `'{"binaries":{"darwin/arm64":"https://github.com/tharsis/evmos/releases/download/v2.0.0/evmos_2.0.0_Darwin_arm64.tar.gz","darwin/x86_64":"https://github.com/tharsis/evmos/releases/download/v2.0.0/evmos_2.0.0_Darwin_x86_64.tar.gz","linux/arm64":"https://github.com/tharsis/evmos/releases/download/v2.0.0/evmos_2.0.0_Linux_arm64.tar.gz","linux/x86_64":"https://github.com/tharsis/evmos/releases/download/v2.0.0/evmos_2.0.0_Linux_x86_64.tar.gz","windows/x86_64":"https://github.com/tharsis/evmos/releases/download/v2.0.0/evmos_2.0.0_Windows_x86_64.zip"}}'` + UpgradeInfo = `'{"binaries":{"darwin/arm64":"https://github.com/evmos/evmos/releases/download/v2.0.0/evmos_2.0.0_Darwin_arm64.tar.gz","darwin/x86_64":"https://github.com/evmos/evmos/releases/download/v2.0.0/evmos_2.0.0_Darwin_x86_64.tar.gz","linux/arm64":"https://github.com/evmos/evmos/releases/download/v2.0.0/evmos_2.0.0_Linux_arm64.tar.gz","linux/x86_64":"https://github.com/evmos/evmos/releases/download/v2.0.0/evmos_2.0.0_Linux_x86_64.tar.gz","windows/x86_64":"https://github.com/evmos/evmos/releases/download/v2.0.0/evmos_2.0.0_Windows_x86_64.zip"}}'` ) diff --git a/app/upgrades/v2/upgrades.go b/app/upgrades/v2/upgrades.go index 9e03c50..311a002 100644 --- a/app/upgrades/v2/upgrades.go +++ b/app/upgrades/v2/upgrades.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - claimstypes "github.com/tharsis/evmos/v5/x/claims/types" - erc20types "github.com/tharsis/evmos/v5/x/erc20/types" + claimstypes "github.com/evmos/evmos/v5/x/claims/types" + erc20types "github.com/evmos/evmos/v5/x/erc20/types" ) // CreateUpgradeHandler creates an SDK upgrade handler for v2 diff --git a/app/upgrades/v4/constants.go b/app/upgrades/v4/constants.go index f5d592a..32b9393 100644 --- a/app/upgrades/v4/constants.go +++ b/app/upgrades/v4/constants.go @@ -8,7 +8,7 @@ const ( // TestnetUpgradeHeight defines the Evmos testnet block height on which the upgrade will take place TestnetUpgradeHeight = 1_200_000 // UpgradeInfo defines the binaries that will be used for the upgrade - UpgradeInfo = `'{"binaries":{"darwin/arm64":"https://github.com/tharsis/evmos/releases/download/v4.0.0/evmos_4.0.0_Darwin_arm64.tar.gz","darwin/x86_64":"https://github.com/tharsis/evmos/releases/download/v4.0.0/evmos_4.0.0_Darwin_x86_64.tar.gz","linux/arm64":"https://github.com/tharsis/evmos/releases/download/v4.0.0/evmos_4.0.0_Linux_arm64.tar.gz","linux/x86_64":"https://github.com/tharsis/evmos/releases/download/v4.0.0/evmos_4.0.0_Linux_x86_64.tar.gz","windows/x86_64":"https://github.com/tharsis/evmos/releases/download/v4.0.0/evmos_4.0.0_Windows_x86_64.zip"}}'` + UpgradeInfo = `'{"binaries":{"darwin/arm64":"https://github.com/evmos/evmos/releases/download/v4.0.0/evmos_4.0.0_Darwin_arm64.tar.gz","darwin/x86_64":"https://github.com/evmos/evmos/releases/download/v4.0.0/evmos_4.0.0_Darwin_x86_64.tar.gz","linux/arm64":"https://github.com/evmos/evmos/releases/download/v4.0.0/evmos_4.0.0_Linux_arm64.tar.gz","linux/x86_64":"https://github.com/evmos/evmos/releases/download/v4.0.0/evmos_4.0.0_Linux_x86_64.tar.gz","windows/x86_64":"https://github.com/evmos/evmos/releases/download/v4.0.0/evmos_4.0.0_Windows_x86_64.zip"}}'` // ExpiredOsmosisClient defines the client ID of the expired Osmosis IBC client ExpiredOsmosisClient = "07-tendermint-0" diff --git a/app/upgrades/v4/upgrades.go b/app/upgrades/v4/upgrades.go index e255ac1..0d73ecc 100644 --- a/app/upgrades/v4/upgrades.go +++ b/app/upgrades/v4/upgrades.go @@ -8,7 +8,7 @@ import ( ibcclientkeeper "github.com/cosmos/ibc-go/v3/modules/core/02-client/keeper" ibcclienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/tharsis/evmos/v5/types" + "github.com/evmos/evmos/v5/types" ) // CreateUpgradeHandler creates an SDK upgrade handler for v4 diff --git a/app/upgrades/v4/upgrades_test.go b/app/upgrades/v4/upgrades_test.go index 99059ce..24c5ab6 100644 --- a/app/upgrades/v4/upgrades_test.go +++ b/app/upgrades/v4/upgrades_test.go @@ -19,8 +19,8 @@ import ( "github.com/tharsis/ethermint/crypto/ethsecp256k1" feemarkettypes "github.com/tharsis/ethermint/x/feemarket/types" - "github.com/tharsis/evmos/v5/app" - v4 "github.com/tharsis/evmos/v5/app/upgrades/v4" + "github.com/evmos/evmos/v5/app" + v4 "github.com/evmos/evmos/v5/app/upgrades/v4" ) type UpgradeTestSuite struct { diff --git a/app/upgrades/v5/constants.go b/app/upgrades/v5/constants.go index 52d1d34..1931881 100644 --- a/app/upgrades/v5/constants.go +++ b/app/upgrades/v5/constants.go @@ -16,7 +16,7 @@ const ( // TODO: define TestnetUpgradeHeight = 1_200_000 // UpgradeInfo defines the binaries that will be used for the upgrade - UpgradeInfo = `'{"binaries":{"darwin/arm64":"https://github.com/tharsis/evmos/releases/download/v5.0.0/evmos_5.0.0_Darwin_arm64.tar.gz","darwin/x86_64":"https://github.com/tharsis/evmos/releases/download/v5.0.0/evmos_5.0.0_Darwin_x86_64.tar.gz","linux/arm64":"https://github.com/tharsis/evmos/releases/download/v5.0.0/evmos_5.0.0_Linux_arm64.tar.gz","linux/x86_64":"https://github.com/tharsis/evmos/releases/download/v5.0.0/evmos_5.0.0_Linux_x86_64.tar.gz","windows/x86_64":"https://github.com/tharsis/evmos/releases/download/v5.0.0/evmos_5.0.0_Windows_x86_64.zip"}}'` + UpgradeInfo = `'{"binaries":{"darwin/arm64":"https://github.com/evmos/evmos/releases/download/v5.0.0/evmos_5.0.0_Darwin_arm64.tar.gz","darwin/x86_64":"https://github.com/evmos/evmos/releases/download/v5.0.0/evmos_5.0.0_Darwin_x86_64.tar.gz","linux/arm64":"https://github.com/evmos/evmos/releases/download/v5.0.0/evmos_5.0.0_Linux_arm64.tar.gz","linux/x86_64":"https://github.com/evmos/evmos/releases/download/v5.0.0/evmos_5.0.0_Linux_x86_64.tar.gz","windows/x86_64":"https://github.com/evmos/evmos/releases/download/v5.0.0/evmos_5.0.0_Windows_x86_64.zip"}}'` // ContributorAddrFrom is the lost address of an early contributor ContributorAddrFrom = "evmos13cf9npvns2vhh3097909mkhfxngmw6d6eppfm4" // ContributorAddrTo is the new address of an early contributor diff --git a/app/upgrades/v5/upgrades.go b/app/upgrades/v5/upgrades.go index 1934eaf..22eb977 100644 --- a/app/upgrades/v5/upgrades.go +++ b/app/upgrades/v5/upgrades.go @@ -21,9 +21,9 @@ import ( feemarketv011 "github.com/tharsis/ethermint/x/feemarket/migrations/v011" feemarkettypes "github.com/tharsis/ethermint/x/feemarket/types" - "github.com/tharsis/evmos/v5/types" - claimskeeper "github.com/tharsis/evmos/v5/x/claims/keeper" - claimstypes "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/types" + claimskeeper "github.com/evmos/evmos/v5/x/claims/keeper" + claimstypes "github.com/evmos/evmos/v5/x/claims/types" ) // TestnetDenomMetadata defines the metadata for the tEVMOS denom on testnet diff --git a/app/upgrades/v5/upgrades_test.go b/app/upgrades/v5/upgrades_test.go index f854efd..5b5736d 100644 --- a/app/upgrades/v5/upgrades_test.go +++ b/app/upgrades/v5/upgrades_test.go @@ -23,10 +23,10 @@ import ( ibctransfertypes "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" - "github.com/tharsis/evmos/v5/app" - v5 "github.com/tharsis/evmos/v5/app/upgrades/v5" - claimskeeper "github.com/tharsis/evmos/v5/x/claims/keeper" - claimstypes "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/app" + v5 "github.com/evmos/evmos/v5/app/upgrades/v5" + claimskeeper "github.com/evmos/evmos/v5/x/claims/keeper" + claimstypes "github.com/evmos/evmos/v5/x/claims/types" ) type UpgradeTestSuite struct { diff --git a/cmd/config/observability.go b/cmd/config/observability.go index ad1f509..45c5fc6 100644 --- a/cmd/config/observability.go +++ b/cmd/config/observability.go @@ -5,7 +5,7 @@ func EnableObservability() error { // if true { // Temporarily disabling this until we can configure out port reuse // fast enough or enabling observability through the config. - // Please see https://github.com/tharsis/evmos/v5/issues/84 + // Please see https://github.com/evmos/evmos/v5/issues/84 // return nil // } diff --git a/cmd/evmosd/cmd_test.go b/cmd/evmosd/cmd_test.go index 9cc4b35..3b26d1b 100644 --- a/cmd/evmosd/cmd_test.go +++ b/cmd/evmosd/cmd_test.go @@ -9,8 +9,8 @@ import ( "github.com/cosmos/cosmos-sdk/x/genutil/client/cli" "github.com/stretchr/testify/require" - "github.com/tharsis/evmos/v5/app" - evmosd "github.com/tharsis/evmos/v5/cmd/evmosd" + "github.com/evmos/evmos/v5/app" + evmosd "github.com/evmos/evmos/v5/cmd/evmosd" ) func TestInitCmd(t *testing.T) { diff --git a/cmd/evmosd/genaccounts.go b/cmd/evmosd/genaccounts.go index b5aa833..6857f7a 100644 --- a/cmd/evmosd/genaccounts.go +++ b/cmd/evmosd/genaccounts.go @@ -23,10 +23,10 @@ import ( ethermint "github.com/tharsis/ethermint/types" evmtypes "github.com/tharsis/ethermint/x/evm/types" - evmoskr "github.com/tharsis/evmos/v5/crypto/keyring" + evmoskr "github.com/evmos/evmos/v5/crypto/keyring" - vestingcli "github.com/tharsis/evmos/v5/x/vesting/client/cli" - vestingtypes "github.com/tharsis/evmos/v5/x/vesting/types" + vestingcli "github.com/evmos/evmos/v5/x/vesting/client/cli" + vestingtypes "github.com/evmos/evmos/v5/x/vesting/types" ) const ( diff --git a/cmd/evmosd/main.go b/cmd/evmosd/main.go index 2f21a1d..52b5562 100644 --- a/cmd/evmosd/main.go +++ b/cmd/evmosd/main.go @@ -7,8 +7,8 @@ import ( svrcmd "github.com/cosmos/cosmos-sdk/server/cmd" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/app" - cmdcfg "github.com/tharsis/evmos/v5/cmd/config" + "github.com/evmos/evmos/v5/app" + cmdcfg "github.com/evmos/evmos/v5/cmd/config" ) func main() { diff --git a/cmd/evmosd/migrate.go b/cmd/evmosd/migrate.go index d29eb5b..4faa73a 100644 --- a/cmd/evmosd/migrate.go +++ b/cmd/evmosd/migrate.go @@ -16,9 +16,9 @@ import ( "github.com/cosmos/cosmos-sdk/version" genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types" - v3 "github.com/tharsis/evmos/v5/app/upgrades/v3" - v5 "github.com/tharsis/evmos/v5/app/upgrades/v5" - "github.com/tharsis/evmos/v5/types" + v3 "github.com/evmos/evmos/v5/app/upgrades/v3" + v5 "github.com/evmos/evmos/v5/app/upgrades/v5" + "github.com/evmos/evmos/v5/types" ) // FlagGenesisTime defines the genesis time in string format diff --git a/cmd/evmosd/root.go b/cmd/evmosd/root.go index bb136e2..84b44f9 100644 --- a/cmd/evmosd/root.go +++ b/cmd/evmosd/root.go @@ -40,9 +40,9 @@ import ( servercfg "github.com/tharsis/ethermint/server/config" srvflags "github.com/tharsis/ethermint/server/flags" - "github.com/tharsis/evmos/v5/app" - cmdcfg "github.com/tharsis/evmos/v5/cmd/config" - evmoskr "github.com/tharsis/evmos/v5/crypto/keyring" + "github.com/evmos/evmos/v5/app" + cmdcfg "github.com/evmos/evmos/v5/cmd/config" + evmoskr "github.com/evmos/evmos/v5/crypto/keyring" ) const ( diff --git a/cmd/evmosd/testnet.go b/cmd/evmosd/testnet.go index 8ad8a85..329b585 100644 --- a/cmd/evmosd/testnet.go +++ b/cmd/evmosd/testnet.go @@ -43,9 +43,9 @@ import ( ethermint "github.com/tharsis/ethermint/types" evmtypes "github.com/tharsis/ethermint/x/evm/types" - cmdcfg "github.com/tharsis/evmos/v5/cmd/config" - evmoskr "github.com/tharsis/evmos/v5/crypto/keyring" - "github.com/tharsis/evmos/v5/testutil/network" + cmdcfg "github.com/evmos/evmos/v5/cmd/config" + evmoskr "github.com/evmos/evmos/v5/crypto/keyring" + "github.com/evmos/evmos/v5/testutil/network" ) var ( diff --git a/contracts/erc20.go b/contracts/erc20.go index 486de28..f151e0e 100644 --- a/contracts/erc20.go +++ b/contracts/erc20.go @@ -7,7 +7,7 @@ import ( "github.com/ethereum/go-ethereum/common" evmtypes "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/types" ) var ( diff --git a/contracts/erc20DirectBalanceManipulation.go b/contracts/erc20DirectBalanceManipulation.go index a26266d..2ebb765 100644 --- a/contracts/erc20DirectBalanceManipulation.go +++ b/contracts/erc20DirectBalanceManipulation.go @@ -7,7 +7,7 @@ import ( "github.com/ethereum/go-ethereum/common" evmtypes "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/types" ) // This is an evil token. Whenever an A -> B transfer is called, diff --git a/contracts/erc20maliciousdelayed.go b/contracts/erc20maliciousdelayed.go index 3ea53ee..230637a 100644 --- a/contracts/erc20maliciousdelayed.go +++ b/contracts/erc20maliciousdelayed.go @@ -7,7 +7,7 @@ import ( "github.com/ethereum/go-ethereum/common" evmtypes "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/types" ) // This is an evil token. Whenever an A -> B transfer is called, diff --git a/contracts/package.json b/contracts/package.json index 5f19440..15e0bfb 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -15,12 +15,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/tharsis/evmos.git" + "url": "git+https://github.com/evmos/evmos.git" }, "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/tharsis/evmos/issues" + "url": "https://github.com/evmos/evmos/issues" }, - "homepage": "https://github.com/tharsis/evmos#readme" + "homepage": "https://github.com/evmos/evmos#readme" } diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 93b681c..4fdcece 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -205,7 +205,7 @@ module.exports = { }, { title: 'Evmos Go API', - path: 'https://pkg.go.dev/github.com/tharsis/evmos' + path: 'https://pkg.go.dev/github.com/evmos/evmos' }, { title: 'Ethermint Library Go API', @@ -321,7 +321,7 @@ module.exports = { services: [ { service: "github", - url: 'https://github.com/tharsis/evmos' + url: 'https://github.com/evmos/evmos' }, { service: "twitter", diff --git a/docs/DOCS_README.md b/docs/DOCS_README.md index 9889cca..ac4e246 100644 --- a/docs/DOCS_README.md +++ b/docs/DOCS_README.md @@ -1,6 +1,6 @@ # Updating the docs -If you want to open a PR on the Cosmos SDK to update the documentation, please follow the guidelines in the [`CONTRIBUTING.md`](https://github.com/tharsis/evmos/tree/main/CONTRIBUTING.md#updating-documentation) +If you want to open a PR on the Cosmos SDK to update the documentation, please follow the guidelines in the [`CONTRIBUTING.md`](https://github.com/evmos/evmos/tree/main/CONTRIBUTING.md#updating-documentation) ## Translating @@ -14,7 +14,7 @@ If you want to open a PR on the Cosmos SDK to update the documentation, please f The documentation for Evmos is hosted at [evmos.dev](https://evmos.dev/) built from the files in this (`/docs`) directory for -[master](https://github.com/tharsis/evmos/tree/main/docs). +[master](https://github.com/evmos/evmos/tree/main/docs). ### How It Works diff --git a/docs/README.md b/docs/README.md index aa3f27b..f2d84cf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -47,9 +47,9 @@ aside: false ## Other Resources - **[Module Directory](../x/)**: Module implementations and their respective documentation. -- **[Ethermint API Reference](https://pkg.go.dev/github.com/tharsis/ethermint)**: Godocs of Ethermint. +- **[Ethermint API Reference](https://pkg.go.dev/github.com/evmos/ethermint)**: Godocs of Ethermint. - **[gRPC Gateway API Reference](https://api.evmos.dev/)**: List of gRPC Gateway endpoints to interact with an full-node through REST. ## Contribute -See [this file](https://github.com/tharsis/evmos/blob/main/docs/DOCS_README.md) for details of the build process and considerations when making changes. +See [this file](https://github.com/evmos/evmos/blob/main/docs/DOCS_README.md) for details of the build process and considerations when making changes. diff --git a/docs/about/intro/resources.md b/docs/about/intro/resources.md index 69940e6..42778d0 100644 --- a/docs/about/intro/resources.md +++ b/docs/about/intro/resources.md @@ -15,10 +15,10 @@ This documentation page is currently under work in progress. ::: - Documentation (this site): [https://evmos.dev/](https://evmos.dev/) -- Open Source Codebase: [https://github.com/tharsis/evmos](https://github.com/tharsis/evmos) +- Open Source Codebase: [https://github.com/evmos/evmos](https://github.com/evmos/evmos) - Website: [https://evmos.org/](https://evmos.org/) - Blog: [https://evmos.blog/](https://evmos.blog/) -- Ethermint: [https://github.com/tharsis/ethermint](https://github.com/tharsis/ethermint) +- Ethermint: [https://github.com/evmos/ethermint](https://github.com/evmos/ethermint) ## Workshops and Videos diff --git a/docs/developers/libraries/evmosjs.md b/docs/developers/libraries/evmosjs.md index e1528d7..5177ccd 100644 --- a/docs/developers/libraries/evmosjs.md +++ b/docs/developers/libraries/evmosjs.md @@ -6,7 +6,7 @@ order: 1 Use the EvmosJS library for connecting clients to Evmos {synopsis} -[`evmosjs`](https://github.com/tharsis/evmosjs) is a JavaScript and TypeScript client library for [Evmos](https://github.com/tharsis/evmos) and [Ethermint](https://github.com/tharsis/ethermint) nodes. +[`evmosjs`](https://github.com/evmos/evmosjs) is a JavaScript and TypeScript client library for [Evmos](https://github.com/evmos/evmos) and [Ethermint](https://github.com/evmos/ethermint) nodes. ## Functionalities diff --git a/docs/users/basics/gas.md b/docs/users/basics/gas.md index 66e1688..f357380 100644 --- a/docs/users/basics/gas.md +++ b/docs/users/basics/gas.md @@ -52,7 +52,7 @@ In order to match the gas consumed by the EVM, the gas consumption logic from th To ignore the SDK gas consumption, we reset the transaction `GasMeter` count to 0 and manually set it to the `gasUsed` value computed by the EVM module at the end of the execution. -+++ https://github.com/tharsis/ethermint/blob/098da6d0cc0e0c4cefbddf632df1057383973e4a/x/evm/keeper/state_transition.go#L188 ++++ https://github.com/evmos/ethermint/blob/098da6d0cc0e0c4cefbddf632df1057383973e4a/x/evm/keeper/state_transition.go#L188 ### `AnteHandler` @@ -93,4 +93,4 @@ transaction might be higher than the value returned by the EVM after applying th A cache context will be used during the whole execution to avoid changes be persisted in the state. -+++ https://github.com/tharsis/ethermint/blob/098da6d0cc0e0c4cefbddf632df1057383973e4a/x/evm/keeper/grpc_query.go#L100 ++++ https://github.com/evmos/ethermint/blob/098da6d0cc0e0c4cefbddf632df1057383973e4a/x/evm/keeper/grpc_query.go#L100 diff --git a/docs/users/technical_concepts/accounts.md b/docs/users/technical_concepts/accounts.md index 14e8626..12e4468 100644 --- a/docs/users/technical_concepts/accounts.md +++ b/docs/users/technical_concepts/accounts.md @@ -17,7 +17,7 @@ Evmos defines its own custom `Account` type that uses Ethereum's ECDSA secp256k1 satisfies the [EIP84](https://github.com/ethereum/EIPs/issues/84) for full [BIP44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) paths. The root HD path for Evmos-based accounts is `m/44'/60'/0'/0`. -+++ https://github.com/tharsis/ethermint/blob/main/types/account.pb.go#L28-L33 ++++ https://github.com/evmos/ethermint/blob/main/types/account.pb.go#L28-L33 ## Addresses and Public Keys diff --git a/docs/users/wallets/metamask.md b/docs/users/wallets/metamask.md index 84502bd..7a881ef 100644 --- a/docs/users/wallets/metamask.md +++ b/docs/users/wallets/metamask.md @@ -11,7 +11,7 @@ Connect your Metamask wallet with Evmos {synopsis} The [MetaMask](https://metamask.io/) browser extension is a wallet for accessing Ethereum-enabled applications and managing user identities. It can be used to connect to {{ $themeConfig.project.name }} through the official testnet or via a locally-running {{ $themeConfig.project.name }} node. ::: tip -If you are planning on developing on Evmos locally and you haven’t already set up your own local node, refer to [the quickstart tutorial](../../validators/quickstart/run_node.md), or follow the instructions in the [GitHub repository](https://github.com/tharsis/evmos/). +If you are planning on developing on Evmos locally and you haven’t already set up your own local node, refer to [the quickstart tutorial](../../validators/quickstart/run_node.md), or follow the instructions in the [GitHub repository](https://github.com/evmos/evmos/). ::: ## Adding a New Network diff --git a/docs/validators/mainnet.md b/docs/validators/mainnet.md index 0ce63e6..211baa4 100644 --- a/docs/validators/mainnet.md +++ b/docs/validators/mainnet.md @@ -20,8 +20,8 @@ You need to set the **genesis file** and **seeds**. If you need more information | Chain ID | Description | Site | Version | Status | | -------------- | --------------- | ------------------------------------------------------------------ | ------------------------------------------------------------ | ------- | -| `evmos_9001-2` | Evmos Mainnet 2 | [Evmos](https://github.com/tharsis/mainnet/tree/main/evmos_9001-2) | [`{{ $themeConfig.project.latest_version }}`](https://github.com/tharsis/evmos/releases) | `Live` | -| `evmos_9001-1` | Evmos Mainnet 1 | [Evmos](https://github.com/tharsis/mainnet/tree/main/evmos_9001-1) | [`v2.0.1`](https://github.com/tharsis/evmos/releases/v2.0.1) | `Stale` | +| `evmos_9001-2` | Evmos Mainnet 2 | [Evmos](https://github.com/tharsis/mainnet/tree/main/evmos_9001-2) | [`{{ $themeConfig.project.latest_version }}`](https://github.com/evmos/evmos/releases) | `Live` | +| `evmos_9001-1` | Evmos Mainnet 1 | [Evmos](https://github.com/tharsis/mainnet/tree/main/evmos_9001-1) | [`v2.0.1`](https://github.com/evmos/evmos/releases/v2.0.1) | `Stale` | ## Install `evmosd` diff --git a/docs/validators/quickstart/installation.md b/docs/validators/quickstart/installation.md index 4b99fd8..76b9deb 100644 --- a/docs/validators/quickstart/installation.md +++ b/docs/validators/quickstart/installation.md @@ -33,7 +33,7 @@ export PATH=$PATH:$(go env GOPATH)/bin ## Install Binaries ::: tip -The latest {{ $themeConfig.project.name }} [version](https://github.com/tharsis/evmos/releases) is `{{ $themeConfig.project.binary }} {{ $themeConfig.project.latest_version }}` +The latest {{ $themeConfig.project.name }} [version](https://github.com/evmos/evmos/releases) is `{{ $themeConfig.project.binary }} {{ $themeConfig.project.latest_version }}` ::: ### GitHub @@ -41,7 +41,7 @@ The latest {{ $themeConfig.project.name }} [version](https://github.com/tharsis/ Clone and build {{ $themeConfig.project.name }} using `git`: ```bash -git clone https://github.com/tharsis/evmos.git +git clone https://github.com/evmos/evmos.git cd evmos make install ``` @@ -74,8 +74,8 @@ docker run -it -p 26657:26657 -p 26656:26656 -v ~/.evmosd/:/root/.evmosd tharsis ### Releases -You can also download a specific release available on the {{ $themeConfig.project.name }} [repository](https://github.com/tharsis/evmos/releases) or via command line: +You can also download a specific release available on the {{ $themeConfig.project.name }} [repository](https://github.com/evmos/evmos/releases) or via command line: ```bash -go install github.com/tharsis/evmos@latest +go install github.com/evmos/evmos@latest ``` diff --git a/docs/validators/testnet.md b/docs/validators/testnet.md index 52c5740..02587f2 100644 --- a/docs/validators/testnet.md +++ b/docs/validators/testnet.md @@ -12,10 +12,10 @@ You specify the network you want to join by setting the **genesis file** and **s | Testnet Chain ID | Description | Site | Version | Status | | ---------------- | --------------------------------- | -------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ------- | -| `evmos_9000-4` | Evmos_9000-4 Testnet | [Evmos 9000-4](https://github.com/tharsis/testnets/tree/main/evmos_9000-4) | [`{{ $themeConfig.project.latest_version }}`](https://github.com/tharsis/evmos/releases) | `Live` | -| `evmos_9000-3` | Evmos_9000-3 Testnet | [Evmos 9000-3](https://github.com/tharsis/testnets/tree/main/evmos_9000-3) | [`v1.0.0-beta1`](https://github.com/tharsis/evmos/releases/tag/v1.0.0-beta1) | `Stale` | -| `evmos_9000-2` | Olympus Mons Incentivized Testnet | [Olympus Mons](https://github.com/tharsis/testnets/tree/main/olympus_mons) | [`v0.3.x`](https://github.com/tharsis/evmos/releases) | `Stale` | -| `evmos_9000-1` | Arsia Mons Testnet | [Arsia Mons](https://github.com/tharsis/testnets/tree/main/arsia_mons) | [`v0.1.x`](https://github.com/tharsis/evmos/releases) | `Stale` | +| `evmos_9000-4` | Evmos_9000-4 Testnet | [Evmos 9000-4](https://github.com/tharsis/testnets/tree/main/evmos_9000-4) | [`{{ $themeConfig.project.latest_version }}`](https://github.com/evmos/evmos/releases) | `Live` | +| `evmos_9000-3` | Evmos_9000-3 Testnet | [Evmos 9000-3](https://github.com/tharsis/testnets/tree/main/evmos_9000-3) | [`v1.0.0-beta1`](https://github.com/evmos/evmos/releases/tag/v1.0.0-beta1) | `Stale` | +| `evmos_9000-2` | Olympus Mons Incentivized Testnet | [Olympus Mons](https://github.com/tharsis/testnets/tree/main/olympus_mons) | [`v0.3.x`](https://github.com/evmos/evmos/releases) | `Stale` | +| `evmos_9000-1` | Arsia Mons Testnet | [Arsia Mons](https://github.com/tharsis/testnets/tree/main/arsia_mons) | [`v0.1.x`](https://github.com/evmos/evmos/releases) | `Stale` | ## Install `evmosd` diff --git a/docs/validators/upgrades/automated.md b/docs/validators/upgrades/automated.md index 2a8dba0..19f6524 100644 --- a/docs/validators/upgrades/automated.md +++ b/docs/validators/upgrades/automated.md @@ -54,7 +54,7 @@ evmosd version #### 2.a) Manual Download -Cosmovisor will continually poll the `$DAEMON_HOME/data/upgrade-info.json` for new upgrade instructions. When an upgrade is [released](https://github.com/tharsis/evmos/releases), node operators need to: +Cosmovisor will continually poll the `$DAEMON_HOME/data/upgrade-info.json` for new upgrade instructions. When an upgrade is [released](https://github.com/evmos/evmos/releases), node operators need to: 1. Download (**NOT INSTALL**) the binary for the new release 2. Place it under `$DAEMON_HOME/cosmovisor/upgrades//bin`, where `` is the URI-encoded name of the upgrade as specified in the Software Upgrade Plan. @@ -64,11 +64,11 @@ Cosmovisor will continually poll the `$DAEMON_HOME/data/upgrade-info.json` for n ```json { "binaries": { - "darwin/arm64": "https://github.com/tharsis/evmos/releases/download/v3.0.0/evmos_3.0.0_Darwin_arm64.tar.gz", - "darwin/x86_64": "https://github.com/tharsis/evmos/releases/download/v3.0.0/evmos_3.0.0_Darwin_x86_64.tar.gz", - "linux/arm64": "https://github.com/tharsis/evmos/releases/download/v3.0.0/evmos_3.0.0_Linux_arm64.tar.gz", - "linux/x86_64": "https://github.com/tharsis/evmos/releases/download/v3.0.0/evmos_3.0.0_Linux_x86_64.tar.gz", - "windows/x86_64": "https://github.com/tharsis/evmos/releases/download/v3.0.0/evmos_3.0.0_Windows_x86_64.zip" + "darwin/arm64": "https://github.com/evmos/evmos/releases/download/v3.0.0/evmos_3.0.0_Darwin_arm64.tar.gz", + "darwin/x86_64": "https://github.com/evmos/evmos/releases/download/v3.0.0/evmos_3.0.0_Darwin_x86_64.tar.gz", + "linux/arm64": "https://github.com/evmos/evmos/releases/download/v3.0.0/evmos_3.0.0_Linux_arm64.tar.gz", + "linux/x86_64": "https://github.com/evmos/evmos/releases/download/v3.0.0/evmos_3.0.0_Linux_x86_64.tar.gz", + "windows/x86_64": "https://github.com/evmos/evmos/releases/download/v3.0.0/evmos_3.0.0_Windows_x86_64.zip" } } ``` diff --git a/docs/validators/upgrades/manual.md b/docs/validators/upgrades/manual.md index 096f85c..442ced0 100644 --- a/docs/validators/upgrades/manual.md +++ b/docs/validators/upgrades/manual.md @@ -15,7 +15,7 @@ Learn how to manually upgrade your node. {synopsis} Before upgrading the Evmos version. Stop your instance of `evmosd` using `Ctrl/Cmd+C`. -Next, upgrade the software to the desired release version. Check the Evmos [releases page](https://github.com/tharsis/evmos/releases) for details on each release. +Next, upgrade the software to the desired release version. Check the Evmos [releases page](https://github.com/evmos/evmos/releases) for details on each release. ::: warning Ensure that the version installed matches the one needed for the network you are running (mainnet or testnet). diff --git a/docs/validators/upgrades/overview.md b/docs/validators/upgrades/overview.md index d7b7880..3cd1a00 100644 --- a/docs/validators/upgrades/overview.md +++ b/docs/validators/upgrades/overview.md @@ -57,7 +57,7 @@ The main consideration with unplanned upgrades is that the genesis state needs t ### Breaking and Non-Breaking Upgrades -Upgrades can be categorized as breaking or non-breaking according to the Semantic versioning ([Semver](https://semver.org/)) of the corresponding software [release version](https://github.com/tharsis/evmos/releases) (*i.e* `vX.Y.Z`): +Upgrades can be categorized as breaking or non-breaking according to the Semantic versioning ([Semver](https://semver.org/)) of the corresponding software [release version](https://github.com/evmos/evmos/releases) (*i.e* `vX.Y.Z`): - **Major version (`X`)**: backward incompatible API and state machine breaking changes. - **Minor version (`Y`)**: new backward compatible features. These can be also be state machine breaking. diff --git a/docs/validators/upgrades/upgrades.md b/docs/validators/upgrades/upgrades.md index da6acf2..74f09be 100644 --- a/docs/validators/upgrades/upgrades.md +++ b/docs/validators/upgrades/upgrades.md @@ -11,22 +11,22 @@ Check the details and requirements for each mainnet and testnet upgrade. {synops | Version | Planned | Breaking | Data Reset | Manual Upgrade Only | Upgrade Height | | -------------------------------------------------------------------------- | :-----: | :------: | :--------: | :-----------------: | ------------------------------------------------------ | -| [`v5.0.0`](https://github.com/tharsis/evmos/releases/tag/v5.0.0) | ✅ | ✅ | ❌ | ❌ | [837,500](https://www.mintscan.io/evmos/blocks/837500) | -| [`v4.0.1`](https://github.com/tharsis/evmos/releases/tag/v4.0.1) | ❌ | ✅ | ❌ | ❌ | [257,850](https://www.mintscan.io/evmos/blocks/257850) | -| [`v3.0.0`](https://github.com/tharsis/evmos/releases/tag/v3.0.0) | ❌ | ✅ | ✅ | ✅ | [58,701](https://www.mintscan.io/evmos/blocks/58701) | -| [`v2.0.1`](https://github.com/tharsis/evmos/releases/tag/v2.0.1) | ❌ | ❌ | ❌ | ❌ | [58,700](https://www.mintscan.io/evmos/blocks/58700) | -| [`v2.0.0`](https://github.com/tharsis/evmos/releases/tag/v2.0.0) | ✅ | ✅ | ❌ | ❌ | [58,700](https://www.mintscan.io/evmos/blocks/58700) | -| [`v1.0.0`](https://github.com/tharsis/evmos/releases/tag/v1.0.0) (genesis) | `N/A` | `N/A` | `N/A` | ❌ | [1](https://www.mintscan.io/evmos/blocks/1) | +| [`v5.0.0`](https://github.com/evmos/evmos/releases/tag/v5.0.0) | ✅ | ✅ | ❌ | ❌ | [837,500](https://www.mintscan.io/evmos/blocks/837500) | +| [`v4.0.1`](https://github.com/evmos/evmos/releases/tag/v4.0.1) | ❌ | ✅ | ❌ | ❌ | [257,850](https://www.mintscan.io/evmos/blocks/257850) | +| [`v3.0.0`](https://github.com/evmos/evmos/releases/tag/v3.0.0) | ❌ | ✅ | ✅ | ✅ | [58,701](https://www.mintscan.io/evmos/blocks/58701) | +| [`v2.0.1`](https://github.com/evmos/evmos/releases/tag/v2.0.1) | ❌ | ❌ | ❌ | ❌ | [58,700](https://www.mintscan.io/evmos/blocks/58700) | +| [`v2.0.0`](https://github.com/evmos/evmos/releases/tag/v2.0.0) | ✅ | ✅ | ❌ | ❌ | [58,700](https://www.mintscan.io/evmos/blocks/58700) | +| [`v1.0.0`](https://github.com/evmos/evmos/releases/tag/v1.0.0) (genesis) | `N/A` | `N/A` | `N/A` | ❌ | [1](https://www.mintscan.io/evmos/blocks/1) | ::: ::: tab Testnet | Version | Planned | Breaking | Data Reset | Manual Upgrade Only | Upgrade Height | | -------------------------------------------------------------------------------------- | :-----: | :------: | :--------: | :-----------------: | --------------------------------------------------------------------- | -| [`v5.0.0`](https://github.com/tharsis/evmos/releases/tag/v5.0.0) | ✅ | ✅ | ❌ | ❌ | [1,762,500](https://testnet.mintscan.io/evmos-testnet/blocks/1762500) | -| [`v4.0.1`](https://github.com/tharsis/evmos/releases/tag/v4.0.1) | ✅ | ✅ | ❌ | ❌ | [1,200,000](https://testnet.mintscan.io/evmos-testnet/blocks/1200000) | -| [`v3.0.0`](https://github.com/tharsis/evmos/releases/tag/v3.0.0) | ✅ | ✅ | ❌ | ❌ | | -| [`v3.0.0-beta1`](https://github.com/tharsis/evmos/releases/tag/v3.0.0-beta1) | ❌ | ✅ | ✅ | ✅ | | -| [`v1.0.0-beta1`](https://github.com/tharsis/evmos/releases/tag/v1.0.0-beta1) (genesis) | `N/A` | `N/A` | `N/A` | ❌ | [1](https://testnet.mintscan.io/evmos-testnet/blocks/1) | +| [`v5.0.0`](https://github.com/evmos/evmos/releases/tag/v5.0.0) | ✅ | ✅ | ❌ | ❌ | [1,762,500](https://testnet.mintscan.io/evmos-testnet/blocks/1762500) | +| [`v4.0.1`](https://github.com/evmos/evmos/releases/tag/v4.0.1) | ✅ | ✅ | ❌ | ❌ | [1,200,000](https://testnet.mintscan.io/evmos-testnet/blocks/1200000) | +| [`v3.0.0`](https://github.com/evmos/evmos/releases/tag/v3.0.0) | ✅ | ✅ | ❌ | ❌ | | +| [`v3.0.0-beta1`](https://github.com/evmos/evmos/releases/tag/v3.0.0-beta1) | ❌ | ✅ | ✅ | ✅ | | +| [`v1.0.0-beta1`](https://github.com/evmos/evmos/releases/tag/v1.0.0-beta1) (genesis) | `N/A` | `N/A` | `N/A` | ❌ | [1](https://testnet.mintscan.io/evmos-testnet/blocks/1) | ::: :::: diff --git a/go.mod b/go.mod index f51ec63..0b6c703 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/tharsis/evmos/v5 +module github.com/evmos/evmos/v5 go 1.17 @@ -33,14 +33,10 @@ require ( github.com/99designs/keyring v1.1.6 // indirect github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect github.com/DataDog/zstd v1.4.8 // indirect - github.com/Masterminds/goutils v1.1.1 // indirect - github.com/Masterminds/semver v1.5.0 // indirect - github.com/Masterminds/sprig v2.22.0+incompatible // indirect github.com/StackExchange/wmi v1.2.1 // indirect github.com/VictoriaMetrics/fastcache v1.6.0 // indirect github.com/Workiva/go-datastructures v1.0.53 // indirect github.com/allegro/bigcache v1.2.1 // indirect - github.com/aokoli/goutils v1.1.1 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/bgentry/speakeasy v0.1.0 // indirect github.com/btcsuite/btcd v0.22.1 // indirect @@ -66,7 +62,6 @@ require ( github.com/dustin/go-humanize v1.0.0 // indirect github.com/dvsekhvalnov/jose2go v0.0.0-20200901110807-248326c1351b // indirect github.com/edsrzf/mmap-go v1.0.0 // indirect - github.com/envoyproxy/protoc-gen-validate v0.6.7 // indirect github.com/felixge/httpsnoop v1.0.1 // indirect github.com/fsnotify/fsnotify v1.5.4 // indirect github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect @@ -94,9 +89,7 @@ require ( github.com/hdevalence/ed25519consensus v0.0.0-20210204194344-59a8610d2b87 // indirect github.com/holiman/bloomfilter/v2 v2.0.3 // indirect github.com/holiman/uint256 v1.2.0 // indirect - github.com/huandu/xstrings v1.3.2 // indirect github.com/huin/goupnp v1.0.2 // indirect - github.com/imdario/mergo v0.3.13 // indirect github.com/improbable-eng/grpc-web v0.15.0 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/jackpal/go-nat-pmp v1.0.2 // indirect @@ -111,11 +104,8 @@ require ( github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect github.com/minio/highwayhash v1.0.2 // indirect - github.com/mitchellh/copystructure v1.2.0 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect - github.com/mitchellh/reflectwalk v1.0.2 // indirect github.com/mtibben/percent v0.2.1 // indirect - github.com/mwitkow/go-proto-validators v0.3.2 // indirect github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/pelletier/go-toml v1.9.5 // indirect github.com/pelletier/go-toml/v2 v2.0.1 // indirect @@ -126,8 +116,6 @@ require ( github.com/prometheus/common v0.32.1 // indirect github.com/prometheus/procfs v0.7.3 // indirect github.com/prometheus/tsdb v0.10.0 // indirect - github.com/pseudomuto/protoc-gen-doc v1.5.1 // indirect - github.com/pseudomuto/protokit v0.2.1 // indirect github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect github.com/regen-network/cosmos-proto v0.3.1 // indirect github.com/rjeczalik/notify v0.9.2 // indirect diff --git a/go.sum b/go.sum index bdde292..643cfdf 100644 --- a/go.sum +++ b/go.sum @@ -29,7 +29,6 @@ cloud.google.com/go v0.90.0/go.mod h1:kRX0mNRHe0e2rC6oNakvwQqzyDmg57xJ+SZU1eT2aD cloud.google.com/go v0.93.3/go.mod h1:8utlLll2EF5XMAV15woO4lSbWQlk8rer9aLOfLh7+YI= cloud.google.com/go v0.94.1/go.mod h1:qAlAugsXlC+JWO+Bke5vCtc9ONxjQT3drlTTnAplMW4= cloud.google.com/go v0.97.0/go.mod h1:GF7l59pYBVlXQIBLx3a761cZ41F9bBH3JUlihCt2Udc= -cloud.google.com/go v0.98.0/go.mod h1:ua6Ush4NALrHk5QXDWnjvZHN93OuF0HfuEPq9I1X0cM= cloud.google.com/go v0.99.0/go.mod h1:w0Xx2nLzqWJPuozYQX+hFfCSI8WioryfRDzkoI/Y2ZA= cloud.google.com/go v0.100.2/go.mod h1:4Xra9TjzAeYHrl5+oeLlzbM2k3mjVhZh4UqTZ//w99A= cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= @@ -42,8 +41,6 @@ cloud.google.com/go/bigtable v1.2.0/go.mod h1:JcVAOl45lrTmQfLj7T6TxyMzIN/3FGGcFm cloud.google.com/go/compute v0.1.0/go.mod h1:GAesmwr110a34z04OlxYkATPBEfVhkymfTBXtfbBFow= cloud.google.com/go/compute v1.3.0/go.mod h1:cCZiE1NHEtai4wiufUhW8I8S1JKkAnhnQJWM7YD99wM= cloud.google.com/go/compute v1.5.0/go.mod h1:9SMHyhJlzhlkJqrPAc839t2BZFTSk6Jdj6mkzQJeu0M= -cloud.google.com/go/compute v1.6.0/go.mod h1:T29tfhtVbq1wvAPo0E3+7vhgmkOYeXjhFvz/FMzPu0s= -cloud.google.com/go/compute v1.6.1/go.mod h1:g85FgpzFvNULZ+S8AYq87axRKuf2Kh7deLqV/jJ3thU= cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk= @@ -96,12 +93,6 @@ github.com/DataDog/zstd v1.4.8/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwS github.com/HdrHistogram/hdrhistogram-go v1.1.0/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0= -github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI= -github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU= -github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww= -github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y= -github.com/Masterminds/sprig v2.22.0+incompatible h1:z4yfnGrZ7netVz+0EDJ0Wi+5VZCSYp4Z0m2dk6cEM60= -github.com/Masterminds/sprig v2.22.0+incompatible/go.mod h1:y6hNFY5UBTIWBxnzTeuNhlNS5hqE0NB0E6fgfo2Br3o= github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA= github.com/Microsoft/go-winio v0.5.0/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84= github.com/Microsoft/go-winio v0.5.1 h1:aPJp2QD7OOrhO5tQXqQoGSJc+DjDtWTGLOmNyAm6FgY= @@ -140,8 +131,6 @@ github.com/allegro/bigcache v1.2.1 h1:hg1sY1raCwic3Vnsvje6TT7/pnZba83LeFck5NrFKS github.com/allegro/bigcache v1.2.1/go.mod h1:Cb/ax3seSYIx7SuZdm2G2xzfwmv3TPSk2ucNfQESPXM= github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= -github.com/aokoli/goutils v1.1.1 h1:/hA+Ywo3AxoDZY5ZMnkiEkUvkK4BPp927ax110KCqqg= -github.com/aokoli/goutils v1.1.1/go.mod h1:SijmP0QR8LtwsmDs8Yii5Z/S4trXFGFC2oO5g9DP+DQ= github.com/apache/arrow/go/arrow v0.0.0-20191024131854-af6fa24be0db/go.mod h1:VTxUBvSJ3s3eHAg65PNgrsn5BtqCRPdmyXh6rAfdxN0= github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= @@ -182,7 +171,6 @@ github.com/bgentry/speakeasy v0.1.0 h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQ github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= github.com/bits-and-blooms/bitset v1.2.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA= github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= -github.com/bketelsen/crypt v0.0.4/go.mod h1:aI6NrJ0pMGgvZKL1iVgXLnfIFJtfV+bKCoqOes/6LfM= github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40/go.mod h1:8rLXio+WjiTceGBHIoTvn60HIbs7Hm7bcHjyrSqYB9c= github.com/boltdb/bolt v1.3.1/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps= github.com/btcsuite/btcd v0.0.0-20171128150713-2e60448ffcc6/go.mod h1:Dmm/EzmjnCiweXmzRIAiUWCInVmPgjkzgv5k4tVyXiQ= @@ -190,7 +178,6 @@ github.com/btcsuite/btcd v0.0.0-20190115013929-ed77733ec07d/go.mod h1:d3C0AkH6BR github.com/btcsuite/btcd v0.0.0-20190315201642-aa6e0f35703c/go.mod h1:DrZx5ec/dmnfpw9KyYoQyYo7d0KEvTkk/5M/vbZjAr8= github.com/btcsuite/btcd v0.20.1-beta/go.mod h1:wVuoA8VJLEcwgqHBwHmzLRazpKxTv13Px/pDuV7OomQ= github.com/btcsuite/btcd v0.21.0-beta/go.mod h1:ZSWyehm27aAuS9bvkATT+Xte3hjHZ+MRgMY/8NJ7K94= -github.com/btcsuite/btcd v0.22.0-beta/go.mod h1:9n5ntfhhHQBIhUvlhDvD3Qg6fRUj4jkN0VB8L8svzOA= github.com/btcsuite/btcd v0.22.1 h1:CnwP9LM/M9xuRrGSCGeMVs9iv09uMqwsVX7EeIpgV2c= github.com/btcsuite/btcd v0.22.1/go.mod h1:wqgTSL29+50LRkmOVknEdmt8ZojIzhuWvgu/iptuN7Y= github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 h1:q0rUy8C/TYNBQS1+CGKw68tLOFYSNEs0TFnxxnS9+4U= @@ -217,7 +204,6 @@ github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QH github.com/cenkalti/backoff/v4 v4.1.1 h1:G2HAfAmvm/GcKan2oOQpBXOd2tT2G57ZnZGWa1PxPBQ= github.com/cenkalti/backoff/v4 v4.1.1/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= -github.com/census-instrumentation/opencensus-proto v0.3.0/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/cespare/cp v0.1.0 h1:SE+dxFebS7Iik5LK0tsi1k9ZCxEaFX4AjQmoyA+1dJk= github.com/cespare/cp v0.1.0/go.mod h1:SOGHArjBr4JWaSDEVpWpo/hNg6RoKrls6Oh40hiwW+s= github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= @@ -237,10 +223,6 @@ github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4 github.com/cloudflare/cloudflare-go v0.10.2-0.20190916151808-a80f83b9add9/go.mod h1:1MxXX1Ux4x6mqPmjkUgTP1CdXIBXKX7T+Jk9Gxrmx+U= github.com/cloudflare/cloudflare-go v0.14.0/go.mod h1:EnwdgGMaFOruiPZRFSgn+TsQ3hQ7C/YWzIGLeu5c304= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= -github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4/go.mod h1:6pvJx4me5XPnfI9Z40ddWsdw2W/uZgQLFXToKeRcDiI= -github.com/cncf/xds/go v0.0.0-20210922020428-25de7278fc84/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= -github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= -github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8= github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI= github.com/coinbase/rosetta-sdk-go v0.7.0 h1:lmTO/JEpCvZgpbkOITL95rA80CPKb5CtMzLaqF2mCNg= @@ -267,9 +249,6 @@ github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf/go.mod h1:E3G3o1h8I7cfc github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= github.com/cosmos/btcutil v1.0.4 h1:n7C2ngKXo7UC9gNyMNLbzqz7Asuf+7Qv4gnX/rOdQ44= github.com/cosmos/btcutil v1.0.4/go.mod h1:Ffqc8Hn6TJUdDgHBwIZLtrLQC1KdJ9jGJl/TvgUaxbU= -github.com/cosmos/cosmos-sdk v0.45.1/go.mod h1:XXS/asyCqWNWkx2rW6pSuen+EVcpAFxq6khrhnZgHaQ= -github.com/cosmos/cosmos-sdk v0.45.4/go.mod h1:WOqtDxN3eCCmnYLVla10xG7lEXkFjpTaqm2a2WasgCc= -github.com/cosmos/cosmos-sdk v0.45.5-0.20220523154235-2921a1c3c918/go.mod h1:WOqtDxN3eCCmnYLVla10xG7lEXkFjpTaqm2a2WasgCc= github.com/cosmos/cosmos-sdk v0.45.5 h1:GVrZM+lss6y626Pq6loxh/3KLRgK/J6/alTkcKkYmGU= github.com/cosmos/cosmos-sdk v0.45.5/go.mod h1:WOqtDxN3eCCmnYLVla10xG7lEXkFjpTaqm2a2WasgCc= github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d/go.mod h1:tSxLoYXyBmiFeKpvmq4dzayMdCjCnu8uqmCysIGBT2Y= @@ -279,7 +258,6 @@ github.com/cosmos/gorocksdb v1.2.0 h1:d0l3jJG8M4hBouIZq0mDUHZ+zjOx044J3nGRskwTb4 github.com/cosmos/gorocksdb v1.2.0/go.mod h1:aaKvKItm514hKfNJpUJXnnOWeBnk2GL4+Qw9NHizILw= github.com/cosmos/iavl v0.17.3 h1:s2N819a2olOmiauVa0WAhoIJq9EhSXE9HDBAoR9k+8Y= github.com/cosmos/iavl v0.17.3/go.mod h1:prJoErZFABYZGDHka1R6Oay4z9PrNeFFiMKHDAMOi4w= -github.com/cosmos/ibc-go/v3 v3.0.0/go.mod h1:Mb+1NXiPOLd+CPFlOC6BKeAUaxXlhuWenMmRiUiSmwY= github.com/cosmos/ibc-go/v3 v3.1.0 h1:aVPqkrGBluz6t9+d/sLZIG/zQ9O1KJzVeR4UlL/IFTQ= github.com/cosmos/ibc-go/v3 v3.1.0/go.mod h1:DbOlOa4yKumaHGKApKkJN90L88PCjSD9ZBdAfL9tT40= github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac3d76 h1:DdzS1m6o/pCqeZ8VOAit/gyATedRgjvkVI+UCrLpyuU= @@ -350,23 +328,16 @@ github.com/edsrzf/mmap-go v0.0.0-20160512033002-935e0e8a636c/go.mod h1:YO35OhQPt github.com/edsrzf/mmap-go v1.0.0 h1:CEBF7HpRnUCSJgGUb5h1Gm7e3VkmVDrR8lvWVLtrOFw= github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= -github.com/envoyproxy/go-control-plane v0.10.1/go.mod h1:AY7fTTXNdv/aJ2O5jwpxAPOWUZ7hQAEvzN5Pf27BkQQ= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/envoyproxy/protoc-gen-validate v0.6.2/go.mod h1:2t7qjJNvHPx8IjnBOzl9E9/baC+qXE/TeeyBRzgJDws= -github.com/envoyproxy/protoc-gen-validate v0.6.7 h1:qcZcULcd/abmQg6dwigimCNEyi4gg31M/xaciQlDml8= -github.com/envoyproxy/protoc-gen-validate v0.6.7/go.mod h1:dyJXwwfPK2VSqiB9Klm1J6romD608Ba7Hij42vrOBCo= github.com/ethereum/go-ethereum v1.9.25/go.mod h1:vMkFiYLHI4tgPw4k2j4MHKoovchFE8plZ0M9VMk4/oM= -github.com/ethereum/go-ethereum v1.10.4/go.mod h1:nEE0TP5MtxGzOMd7egIrbPJMQBnhVU3ELNxhBglIzhg= github.com/ethereum/go-ethereum v1.10.16 h1:3oPrumn0bCW/idjcxMn5YYVCdK7VzJYIvwGZUGLEaoc= github.com/ethereum/go-ethereum v1.10.16/go.mod h1:Anj6cxczl+AHy63o4X9O8yWNHuN5wMpfb8MAnHkWn7Y= github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51/go.mod h1:Yg+htXGokKKdzcwhuNDwVvN+uBxDGXJ7G/VN1d8fa64= github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c h1:8ISkoahWXwZR41ois5lSJBSVw4D0OV19Ht/JSTzvSv0= -github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c/go.mod h1:Yg+htXGokKKdzcwhuNDwVvN+uBxDGXJ7G/VN1d8fa64= github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 h1:JWuenKqqX8nojtoVVWjGfOF9635RETekkoH6Cc9SX0A= github.com/facebookgo/stack v0.0.0-20160209184415-751773369052/go.mod h1:UbMTZqLaRiH3MsBH8va0n7s1pQYcu3uTb8G4tygF4Zg= github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870/go.mod h1:5tD+neXqOorC30/tWg0LCSkrqj/AR6gu8yY8/fpw1q0= github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 h1:7HZCaLC5+BZpmbhCOZJ293Lz68O7PYrF2EzeiFMwCLk= -github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4/go.mod h1:5tD+neXqOorC30/tWg0LCSkrqj/AR6gu8yY8/fpw1q0= github.com/fatih/color v1.3.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU= @@ -386,7 +357,6 @@ github.com/franela/goblin v0.0.0-20210519012713-85d372ac71e2/go.mod h1:VzmDKDJVZ github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8/go.mod h1:ZhphrRTfi2rbfLwlschooIH4+wKKDR4Pdxhh+TRoA20= github.com/frankban/quicktest v1.11.3/go.mod h1:wRf/ReqHper53s+kmmSZizM8NamnL3IM0I9ntUbOk+k= github.com/frankban/quicktest v1.14.3 h1:FJKSZTDHjyhriyC81FLQ0LY93eSai0ZyR/ZIkd3ZUKE= -github.com/frankban/quicktest v1.14.3/go.mod h1:mgiwOwqx65TmIk1wJ6Q7wvnVMocbUorkibMOrVTHZps= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= github.com/fsnotify/fsnotify v1.5.1/go.mod h1:T3375wBYaZdLLcVNkcVbzGHY7f1l/uK5T5Ai1i3InKU= @@ -401,7 +371,6 @@ github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI= github.com/gin-gonic/gin v1.6.3/go.mod h1:75u5sXoLsGZoRN5Sgbi1eraJ4GU3++wFwWzhwvtwp4M= github.com/gin-gonic/gin v1.7.0 h1:jGB9xAJQ12AIGNB4HguylppmDK1Am9ppF7XnGXXJuoU= -github.com/gin-gonic/gin v1.7.0/go.mod h1:jD2toBW3GZUr5UMcdrwQA10I7RuaFOl/SGeDjXkfUtY= github.com/glycerine/go-unsnap-stream v0.0.0-20180323001048-9f0cb55181dd/go.mod h1:/20jfyN9Y5QPEAprSgKAUr+glWDY39ZiUEAYOEv5dsE= github.com/glycerine/goconvey v0.0.0-20190410193231-58a59202ab31/go.mod h1:Ogl1Tioa0aV7gstGFO7KhffUsb9M4ydbEbbxpcEDc24= github.com/go-chi/chi/v5 v5.0.0/go.mod h1:BBug9lr0cqtdAhsu6R4AAdvufI0/XBzAQSsUqJpoZOs= @@ -434,7 +403,6 @@ github.com/go-playground/universal-translator v0.17.0 h1:icxd5fm+REJzpZx7ZfpaD87 github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+Scu5vgOQjsIJAF8j9muTVoKLVtA= github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI= github.com/go-playground/validator/v10 v10.4.1 h1:pH2c5ADXtd66mxoE0Zm9SUhxE20r7aM3F26W0hOn+GE= -github.com/go-playground/validator/v10 v10.4.1/go.mod h1:nlOn6nFhuKACm19sB/8EGNn9GlaMV7XkbRSipzJ0Ii4= github.com/go-sourcemap/sourcemap v2.1.2+incompatible/go.mod h1:F8jJfvm2KbVjc5NqelyYJmf/v5J0dwNLS2mL4sNA1Jg= github.com/go-sourcemap/sourcemap v2.1.3+incompatible/go.mod h1:F8jJfvm2KbVjc5NqelyYJmf/v5J0dwNLS2mL4sNA1Jg= github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= @@ -525,7 +493,6 @@ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE= github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg= -github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/google/gofuzz v1.1.1-0.20200604201612-c04b05f3adfa h1:Q75Upo5UN4JbPFURXZ8nLKYUvF85dyFRop/vQ0Rv+64= @@ -548,7 +515,6 @@ github.com/google/pprof v0.0.0-20201203190320-1bf35d6f28c2/go.mod h1:kpwsk12EmLe github.com/google/pprof v0.0.0-20201218002935-b9804c9f04c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210122040257-d980be63207e/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210226084205-cbba55b83ad5/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210601050228-01bbb1931b22/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210609004039-a478d1d731e9/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= @@ -565,10 +531,8 @@ github.com/googleapis/gax-go/v2 v2.1.0/go.mod h1:Q3nei7sK6ybPYH7twZdmQpAd1MKb7pf github.com/googleapis/gax-go/v2 v2.1.1/go.mod h1:hddJymUZASv3XPyGkUpKj8pPO47Rmb0eJc8R6ouapiM= github.com/googleapis/gax-go/v2 v2.2.0/go.mod h1:as02EH8zWkzwUoLbBaFeQ+arQaj/OthfcblKl4IGNaM= github.com/googleapis/gax-go/v2 v2.3.0/go.mod h1:b8LNqSzNabLiUpXKkY7HAR5jr6bIT99EXz9pXxye9YM= -github.com/googleapis/gax-go/v2 v2.4.0/go.mod h1:XOTVJ59hdnfJLIP/dh8n5CGryZR2LxK9wbMD5+iXC6c= github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= -github.com/gordonklaus/ineffassign v0.0.0-20200309095847-7953dde2c7bf/go.mod h1:cuNKsD1zp2v6XfE/orVX2QE1LC+i254ceGcVeDT3pTU= github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= github.com/gorilla/handlers v1.5.1 h1:9lRY6j8DEeeBT10CvO9hGW0gmky0BprnvDI5vfhUHH4= github.com/gorilla/handlers v1.5.1/go.mod h1:t8XrUpc4KVXb7HGyJ4/cEnwQiaxrX/hz1Zv/4g96P1Q= @@ -585,7 +549,6 @@ github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWm github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/gotestyourself/gotestyourself v2.2.0+incompatible/go.mod h1:zZKM6oeNM8k+FRljX1mnzVYeS8wiGgQyvST1/GafPbY= github.com/graph-gophers/graphql-go v0.0.0-20191115155744-f33e81362277/go.mod h1:9CQHMSxwO4MprSdzoIEobiHpoLtHm77vfxsvsIN5Vuc= -github.com/graph-gophers/graphql-go v0.0.0-20201113091052-beb923fada29/go.mod h1:9CQHMSxwO4MprSdzoIEobiHpoLtHm77vfxsvsIN5Vuc= github.com/graph-gophers/graphql-go v1.3.0/go.mod h1:9CQHMSxwO4MprSdzoIEobiHpoLtHm77vfxsvsIN5Vuc= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= @@ -608,7 +571,6 @@ github.com/gtank/ristretto255 v0.1.2/go.mod h1:Ph5OpO6c7xKUGROZfWVLiJf9icMDwUeIv github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= github.com/hashicorp/consul/api v1.3.0/go.mod h1:MmDNSzIMUjNpY/mQ398R4bk2FnqQLoPndWW5VkKPlCE= github.com/hashicorp/consul/api v1.10.1/go.mod h1:XjsvQN+RJGWI2TWy1/kqaE16HrR2J/FWgkYjdZQsX9M= -github.com/hashicorp/consul/api v1.11.0/go.mod h1:XjsvQN+RJGWI2TWy1/kqaE16HrR2J/FWgkYjdZQsX9M= github.com/hashicorp/consul/api v1.12.0/go.mod h1:6pVBMo0ebnYdt2S3H87XhekM/HHrUoTD2XXb/VrZVy0= github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= github.com/hashicorp/consul/sdk v0.3.0/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= @@ -621,7 +583,6 @@ github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtng github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48= github.com/hashicorp/go-hclog v0.12.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-hclog v0.16.2/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= -github.com/hashicorp/go-hclog v1.0.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-hclog v1.2.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-immutable-radix v1.3.1 h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc= @@ -665,21 +626,14 @@ github.com/holiman/uint256 v1.1.1/go.mod h1:y4ga/t+u+Xwd7CpDgZESaRcWy0I7XMlTMA25 github.com/holiman/uint256 v1.2.0 h1:gpSYcPLWGv4sG43I2mVLiDZCNDh/EpGjSk8tmtxitHM= github.com/holiman/uint256 v1.2.0/go.mod h1:y4ga/t+u+Xwd7CpDgZESaRcWy0I7XMlTMA25ApIH5Jw= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/huandu/xstrings v1.3.2 h1:L18LIDzqlW6xN2rEkpdV8+oL/IXWJ1APd+vsdYy4Wdw= -github.com/huandu/xstrings v1.3.2/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= github.com/hudl/fargo v1.3.0/go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg= github.com/hudl/fargo v1.4.0/go.mod h1:9Ai6uvFy5fQNq6VPKtg+Ceq1+eTY4nKUlR2JElEOcDo= github.com/huin/goupnp v1.0.0/go.mod h1:n9v9KO1tAxYH82qOn+UTIFQDmx5n1Zxd/ClZDMX7Bnc= -github.com/huin/goupnp v1.0.1-0.20210310174557-0ca763054c88/go.mod h1:nNs7wvRfN1eKaMknBydLNQU6146XQim8t4h+q90biWo= github.com/huin/goupnp v1.0.2 h1:RfGLP+h3mvisuWEyybxNq5Eft3NWhHLPeUN72kpKZoI= github.com/huin/goupnp v1.0.2/go.mod h1:0dxJBVBHqTMjIUMkESDTNgOOx/Mw5wYIfyFmdzSamkM= github.com/huin/goutil v0.0.0-20170803182201-1ca381bf3150/go.mod h1:PpLOETDnJ0o3iZrZfqZzyLl6l7F3c6L1oWn7OICBi6o= -github.com/iancoleman/strcase v0.2.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= -github.com/imdario/mergo v0.3.13 h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk= -github.com/imdario/mergo v0.3.13/go.mod h1:4lJ1jqUDcsbIECGy0RUJAXNIhg+6ocWgb1ALK2O4oXg= -github.com/improbable-eng/grpc-web v0.14.1/go.mod h1:zEjGHa8DAlkoOXmswrNvhUGEYQA9UI7DhrGeHR1DMGU= github.com/improbable-eng/grpc-web v0.15.0 h1:BN+7z6uNXZ1tQGcNAuaU1YjsLTApzkjt2tzCixLaUPQ= github.com/improbable-eng/grpc-web v0.15.0/go.mod h1:1sy9HKV4Jt9aEs9JSnkWlRJPuPtwNr0l57L4f878wP8= github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM= @@ -705,7 +659,6 @@ github.com/jedisct1/go-minisign v0.0.0-20190909160543-45766022959e/go.mod h1:G1C github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= github.com/jhump/protoreflect v1.9.0 h1:npqHz788dryJiR/l6K/RUQAyh2SwV91+d1dnh4RjO9w= -github.com/jhump/protoreflect v1.9.0/go.mod h1:7GcYQDdMU/O/BBrl/cX6PNHpXh6cenjd8pneu5yW7Tg= github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo= github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U= @@ -755,7 +708,6 @@ github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORN github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0= -github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= @@ -768,7 +720,6 @@ github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y= github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII= github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/lib/pq v1.2.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= -github.com/lib/pq v1.10.2/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/lib/pq v1.10.4/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/lib/pq v1.10.6 h1:jbk+ZieJ0D7EVGJYpL9QTz7/YW6UHbmdnZWYyK5cdBs= github.com/lib/pq v1.10.6/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= @@ -777,11 +728,8 @@ github.com/libp2p/go-buffer-pool v0.0.2/go.mod h1:MvaB6xw5vOrDl8rYZGLFdKAuk/hRoR github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743/go.mod h1:qklhhLq1aX+mtWk9cPHPzaBjWImj5ULL6C7HFJtXQMM= github.com/lightstep/lightstep-tracer-go v0.18.1/go.mod h1:jlF1pusYV4pidLvZ+XD0UBX0ZE6WURAspgAczcDHrL4= github.com/lucasjones/reggen v0.0.0-20180717132126-cdb49ff09d77/go.mod h1:5ELEyG+X8f+meRWHuqUOewBOhvHkl7M76pdGEansxW4= -github.com/lyft/protoc-gen-star v0.5.3/go.mod h1:V0xaHgaf5oCCqmcxYcWiDfTiKsZsRc87/1qhoTACD8w= -github.com/lyft/protoc-gen-star v0.6.0/go.mod h1:TGAoBVkt8w7MPG72TrKIu85MIdXwDuzJYeZuUPFPNwA= github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= -github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= github.com/magiconair/properties v1.8.6 h1:5ibWZ6iY0NctNGWo87LalDlEZ6R41TqbbDamhfG/Qzo= github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= @@ -824,7 +772,6 @@ github.com/miekg/dns v1.1.26/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKju github.com/miekg/dns v1.1.41/go.mod h1:p6aan82bvRIyn+zDIv9xYNUpwa73JcSh9BKwknJysuI= github.com/miekg/dns v1.1.43/go.mod h1:+evo5L0630/F6ca/Z9+GAqzhjGyn8/c+TBaOyfEl0V4= github.com/miguelmota/go-ethereum-hdwallet v0.1.1 h1:zdXGlHao7idpCBjEGTXThVAtMKs+IxAgivZ75xqkWK0= -github.com/miguelmota/go-ethereum-hdwallet v0.1.1/go.mod h1:f9m9uXokAHA6WNoYOPjj4AqjJS5pquQRiYYj/XSyPYc= github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 h1:hLDRPB66XQT/8+wG9WsDpiCvZf1yKO7sz7scAjSlBa0= github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643/go.mod h1:43+3pMjjKimDBf5Kr4ZFNGbLql1zKkbImw+fZbw3geM= github.com/minio/highwayhash v1.0.1/go.mod h1:BQskDq+xkJ12lmlUUi7U0M5Swg3EWR+dLTk+kldvVxY= @@ -832,8 +779,6 @@ github.com/minio/highwayhash v1.0.2 h1:Aak5U0nElisjDCfPSG79Tgzkn2gl66NxOMspRrKnA github.com/minio/highwayhash v1.0.2/go.mod h1:BQskDq+xkJ12lmlUUi7U0M5Swg3EWR+dLTk+kldvVxY= github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= github.com/mitchellh/cli v1.1.0/go.mod h1:xcISNoH86gajksDmfB23e/pu+B+GeFRMYmoHXxx3xhI= -github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw= -github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s= github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/go-testing-interface v1.0.0/go.mod h1:kRemZodwjscx+RGhAo8eIhFbs2+BFgRtFPeD/KE+zxI= @@ -849,8 +794,6 @@ github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyua github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/pointerstructure v1.2.0 h1:O+i9nHnXS3l/9Wu7r4NrEdwA2VFTicjUEN1uBnDo34A= github.com/mitchellh/pointerstructure v1.2.0/go.mod h1:BRAsLI5zgXmw97Lf6s25bs8ohIXc3tViBH44KcwB2g4= -github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ= -github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw= github.com/moby/sys/mountinfo v0.4.1/go.mod h1:rEr8tzG/lsIZHBtN/JjGG+LMYx9eXgW2JI+6q0qou+A= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= @@ -867,8 +810,6 @@ github.com/mtibben/percent v0.2.1/go.mod h1:KG9uO+SZkUp+VkRHsCdYQV3XSZrrSpR3O9ib github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU= github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= -github.com/mwitkow/go-proto-validators v0.3.2 h1:qRlmpTzm2pstMKKzTdvwPCF5QfBNURSlAgN/R+qbKos= -github.com/mwitkow/go-proto-validators v0.3.2/go.mod h1:ej0Qp0qMgHN/KtDyUt+Q1/tA7a5VarXUOUxD+oeD30w= github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76/go.mod h1:x5OoJHDHqxHS801UIuhqGl6QdSAEJvtausosHSdazIo= github.com/naoina/go-stringutil v0.1.0/go.mod h1:XJ2SJL9jCtBh+P9q5btrd/Ylo8XwT/h1USek5+NqSA0= github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416/go.mod h1:NBIhNtsFMo3G2szEBne+bO4gS192HuIYRqfvOWb4i1E= @@ -887,7 +828,6 @@ github.com/nats-io/nkeys v0.3.0/go.mod h1:gvUNGjVcM2IPr5rCsRsC6Wb3Hr2CQAm08dsxtV github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c= github.com/neilotoole/errgroup v0.1.5/go.mod h1:Q2nLGf+594h0CLBs/Mbg6qOr7GtqDK7C2S41udRnToE= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= -github.com/nishanths/predeclared v0.0.0-20200524104333-86fad755b4d3/go.mod h1:nt3d53pc1VYcphSCIaYAJtnPYnr3Zyn8fMq2wvPGPso= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE= github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= @@ -905,8 +845,6 @@ github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108 github.com/onsi/ginkgo v1.14.0/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY= github.com/onsi/ginkgo v1.16.2/go.mod h1:CObGmKUOKaSC0RjmoAK7tKyn4Azo5P2IWuoMnvwxz1E= github.com/onsi/ginkgo v1.16.4 h1:29JGrr5oVBm5ulCWet69zQkzWipVXIol6ygQUe/EzNc= -github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0= -github.com/onsi/ginkgo/v2 v2.1.3/go.mod h1:vw5CSIxN1JObi/U8gcbwft7ZxR2dgaR70JSE3/PpL4c= github.com/onsi/ginkgo/v2 v2.1.4 h1:GNapqRSid3zijZ9H77KrgVG4/8KqiyRsxcSxe+7ApXY= github.com/onsi/ginkgo/v2 v2.1.4/go.mod h1:um6tUpWM/cxCK3/FK8BXqEiUMUwRgSM4JXG47RKZmLU= github.com/onsi/gomega v1.4.1/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= @@ -914,7 +852,6 @@ github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1Cpa github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= github.com/onsi/gomega v1.13.0/go.mod h1:lRk9szgn8TxENtWd0Tp4c3wjlRfMTMH27I+3Je41yGY= -github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY= github.com/onsi/gomega v1.19.0 h1:4ieX6qQjPP/BfC3mpsAtIGGlxTWPeA3Inl/7DtXw1tw= github.com/onsi/gomega v1.19.0/go.mod h1:LY+I3pBVzYsTBU1AnDwOSxaYi9WoWiqgwooUqq9yPro= github.com/op/go-logging v0.0.0-20160315200505-970db520ece7/go.mod h1:HzydrMdWErDVzsI23lYNej1Htcns9BCg93Dk0bBINWk= @@ -944,11 +881,6 @@ github.com/openzipkin/zipkin-go v0.2.5/go.mod h1:KpXfKdgRDnnhsxw4pNIH9Md5lyFqKUa github.com/ory/dockertest v3.3.5+incompatible h1:iLLK6SQwIhcbrG783Dghaaa3WPzGc+4Emza6EbVUUGA= github.com/ory/dockertest v3.3.5+incompatible/go.mod h1:1vX4m9wsvi00u5bseYwXaSnhNrne+V0E6LAcBILJdPs= github.com/otiai10/copy v1.6.0 h1:IinKAryFFuPONZ7cm6T6E2QX/vcJwSnlaA5lfoaXIiQ= -github.com/otiai10/copy v1.6.0/go.mod h1:XWfuS3CrI0R6IE0FbgHsEazaXO8G0LpMp9o8tos0x4E= -github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95/go.mod h1:9qAhocn7zKJG+0mI8eUu6xqkFDYS2kb2saOteoSB3cE= -github.com/otiai10/curr v1.0.0/go.mod h1:LskTG5wDwr8Rs+nNQ+1LlxRjAtTZZjtJW4rMXl6j4vs= -github.com/otiai10/mint v1.3.0/go.mod h1:F5AjcsTsWUqX+Na9fpHb52P8pcRX2CI6A3ctIT91xUo= -github.com/otiai10/mint v1.3.2/go.mod h1:/yxELlJQ0ufhjUwhshSj+wFjZ78CnZ48/1wtmBH1OTc= github.com/pact-foundation/pact-go v1.0.4/go.mod h1:uExwJY4kCzNPcHRj+hCR/HBbOOIwwtUjcrb0b5/5kLM= github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pascaldekloe/goe v0.1.0 h1:cBOtyMzM9HTpWjXfbbunk26uA6nG3a8n06Wieeh0MwY= @@ -957,7 +889,6 @@ github.com/paulbellamy/ratecounter v0.2.0/go.mod h1:Hfx1hDpSGoqxkVVpBi/IlYD7kChl github.com/pborman/uuid v0.0.0-20170112150404-1b00554d8222/go.mod h1:VyrYX9gd7irzKovcSS6BIIEwPRkP2Wm2m9ufcdFSJ34= github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= -github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= github.com/pelletier/go-toml v1.9.4/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8= github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= @@ -980,7 +911,6 @@ github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/profile v1.2.1/go.mod h1:hJw3o1OdXxsrSjjVksARp5W95eeEaEfptyVZyv6JUPA= -github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI= github.com/pkg/sftp v1.13.1/go.mod h1:3HaPG6Dq1ILlpPZRO0HVMrsydcdLt6HRDccSgb87qRg= github.com/pkg/term v0.0.0-20180730021639-bffc007b7fd5/go.mod h1:eCbImbZ95eXtAUIbLAuAVnBnwf83mjf6QIVH8SHYwqQ= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= @@ -996,8 +926,6 @@ github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3O github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M= github.com/prometheus/client_golang v1.8.0/go.mod h1:O9VU6huf47PktckDQfMTX0Y8tY0/7TSWwj+ITvv0TnM= github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= -github.com/prometheus/client_golang v1.11.1/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= -github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= github.com/prometheus/client_golang v1.12.2 h1:51L9cDoUHVrXx4zWYlcLQIZ+d+VXHgqnYKkIuq4g/34= github.com/prometheus/client_golang v1.12.2/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= @@ -1018,7 +946,6 @@ github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB8 github.com/prometheus/common v0.14.0/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s= github.com/prometheus/common v0.15.0/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s= github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc= -github.com/prometheus/common v0.29.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= github.com/prometheus/common v0.30.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= github.com/prometheus/common v0.32.1 h1:hWIdL3N2HoUx3B8j3YN9mWor0qhY/NlEKZEaXxuIRh4= github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= @@ -1037,10 +964,6 @@ github.com/prometheus/tsdb v0.6.2-0.20190402121629-4f204dcbc150/go.mod h1:qhTCs0 github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/prometheus/tsdb v0.10.0 h1:If5rVCMTp6W2SiRAQFlbpJNgVlgMEd+U2GZckwK38ic= github.com/prometheus/tsdb v0.10.0/go.mod h1:oi49uRhEe9dPUTlS3JRZOwJuVi6tmh10QSgwXEyGCt4= -github.com/pseudomuto/protoc-gen-doc v1.5.1 h1:Ah259kcrio7Ix1Rhb6u8FCaOkzf9qRBqXnvAufg061w= -github.com/pseudomuto/protoc-gen-doc v1.5.1/go.mod h1:XpMKYg6zkcpgfpCfQ8GcWBDRtRxOmMR5w7pz4Xo+dYM= -github.com/pseudomuto/protokit v0.2.1 h1:kCYpE3thoR6Esm0CUvd5xbrDTOZPvQPTDeyXpZfrJdk= -github.com/pseudomuto/protokit v0.2.1/go.mod h1:gt7N5Rz2flBzYafvaxyIxMZC0TTF5jDZfRnw25hAAyo= github.com/rakyll/statik v0.1.7 h1:OF3QCZUuyPxuGEP7B4ypUa7sB/iHtqOTDYZXGM8KOdQ= github.com/rakyll/statik v0.1.7/go.mod h1:AlZONWzMtEnMs7W4e/1LURLiI49pIMmp6V9Unghqrcc= github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= @@ -1059,25 +982,19 @@ github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6So github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.6.1 h1:/FiVV8dS/e+YqF2JvO3yXRFbBLTIuSDkuC7aBOAvL+k= -github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rs/cors v0.0.0-20160617231935-a62a804a8a00/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU= github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU= github.com/rs/cors v1.8.2 h1:KCooALfAYGs415Cwu5ABvv9n9509fSiG5SQJn/AQo4U= github.com/rs/cors v1.8.2/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU= github.com/rs/xhandler v0.0.0-20160618193221-ed27b6fd6521/go.mod h1:RvLn4FgxWubrpZHtQLnOf6EwhN2hEMusxZOhcW9H3UQ= -github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ= github.com/rs/xid v1.3.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg= -github.com/rs/zerolog v1.23.0/go.mod h1:6c7hFfxPOy7TacJc4Fcdi24/J0NKYGzjG8FWRI916Qo= github.com/rs/zerolog v1.26.0 h1:ORM4ibhEZeTeQlCojCK2kPz1ogAY4bGs4tD+SaAdGaE= github.com/rs/zerolog v1.26.0/go.mod h1:yBiM87lvSqX8h0Ww4sdzNSkVYZ8dL2xjZJG1lAuGZEo= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= -github.com/sagikazarmark/crypt v0.3.0/go.mod h1:uD/D+6UF4SrIR1uGEv7bBNkNqLGqUr43MRiaGWX1Nig= -github.com/sagikazarmark/crypt v0.4.0/go.mod h1:ALv2SRj7GxYV4HO9elxH9nS6M9gW+xDNxqmyJ6RfDFM= github.com/sagikazarmark/crypt v0.5.0/go.mod h1:l+nzl7KWh51rpzp2h7t4MZWyiEWdhNpOAnclKvg+mdA= -github.com/sagikazarmark/crypt v0.6.0/go.mod h1:U8+INwJo3nBv1m6A/8OBXAq7Jnpspk5AxSgDyEQcea8= github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da/go.mod h1:gi+0XIa01GRL2eRQVjQkKGqKF3SF9vZR/HnPullcV2E= github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa h1:0U2s5loxrTy6/VgfVoLuVLFJcURKLH49ie0zSch7gh4= github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa/go.mod h1:F73l+cr82YSh10GxyRI6qZiCgK64VaZjwesgfQ1/iLM= @@ -1107,12 +1024,9 @@ github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasO github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI= github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= -github.com/spf13/afero v1.3.3/go.mod h1:5KUK8ByomD5Ti5Artl0RtHeI5pTF7MIDuXL3yY520V4= -github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I= github.com/spf13/afero v1.8.2 h1:xehSyVa0YnHWsJ49JFljMpg1HX19V6NDZ1fkm1Xznbo= github.com/spf13/afero v1.8.2/go.mod h1:CtAatgMJh6bJEIs48Ay/FOnkljP3WeGUG0MC1RfAqwo= github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= -github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cast v1.4.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w= github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU= @@ -1120,8 +1034,6 @@ github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3 github.com/spf13/cobra v0.0.5/go.mod h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tLCHU= github.com/spf13/cobra v1.0.0/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE= github.com/spf13/cobra v1.1.1/go.mod h1:WnodtKOvamDL/PwE2M4iKs8aMDBZ5Q5klgD3qfVJQMI= -github.com/spf13/cobra v1.2.1/go.mod h1:ExllRjgxM/piMAM+3tAZvg8fsklGAf3tPfi+i8t68Nk= -github.com/spf13/cobra v1.3.0/go.mod h1:BrRVncBjOJa/eUcVVm9CE+oC6as8k+VYr4NY7WCi9V4= github.com/spf13/cobra v1.4.0 h1:y+wJpx64xcgO1V+RcnwW0LEHxTKRi2ZDPSBjWnrg88Q= github.com/spf13/cobra v1.4.0/go.mod h1:Wo4iy3BUC+X2Fybo0PDqwJIv3dNRiZLHQymsfxlB84g= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= @@ -1135,9 +1047,6 @@ github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DM github.com/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/yZzE= github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= github.com/spf13/viper v1.7.1/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= -github.com/spf13/viper v1.8.1/go.mod h1:o0Pch8wJ9BVSWGQMbra6iw0oQ5oktSIBaujf1rJH9Ns= -github.com/spf13/viper v1.10.0/go.mod h1:SoyBPwAtKDzypXNDFKN5kzH7ppppbGZtls1UpIy5AsM= -github.com/spf13/viper v1.10.1/go.mod h1:IGlFPqhNAPKRxohIzWpI5QEy4kuI7tcl5WvR+8qy1rU= github.com/spf13/viper v1.11.0/go.mod h1:djo0X/bA5+tYVoCn+C7cAYJGcVn/qYLFTG8gdUsX7Zk= github.com/spf13/viper v1.12.0 h1:CZ7eSOd3kZoaYDLbXnmzgQI5RlciuXBMA+18HwHRfZQ= github.com/spf13/viper v1.12.0/go.mod h1:b6COn30jlNxbm/V2IqWiNWkJ+vZNiMNksliPCiuKtSI= @@ -1170,7 +1079,6 @@ github.com/subosito/gotenv v1.3.0 h1:mjC+YW8QpAdXibNi+vNWgzmgBH4+5l5dCXv8cNysBLI github.com/subosito/gotenv v1.3.0/go.mod h1:YzJjq/33h7nrwdY+iHMhEOEEbW0ovIz0tB6t6PwAXzs= github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww= github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca/go.mod h1:u2MKkTVTVJWe5D1rCvame8WqhBd88EuIwODJZ1VHCPM= -github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954/go.mod h1:u2MKkTVTVJWe5D1rCvame8WqhBd88EuIwODJZ1VHCPM= github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 h1:epCh84lMvA70Z7CTTCmYQn2CKbY8j86K7/FAIr141uY= github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7/go.mod h1:q4W45IWZaF22tdD+VEXcAWRA037jwmWEB5VWYORlTpc= github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c/go.mod h1:ahpPrc7HpcfEWDQRZEmnXMzHY03mLDYMCxeDzy46i+8= @@ -1181,7 +1089,6 @@ github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15/go.mod h1:z4YtwM github.com/tendermint/go-amino v0.16.0 h1:GyhmgQKvqF82e2oZeuMSp9JTN0N09emoSZlb2lyGa2E= github.com/tendermint/go-amino v0.16.0/go.mod h1:TQU0M1i/ImAo+tYpZi73AU3V/dKeCoMC9Sphe2ZwGME= github.com/tendermint/tendermint v0.34.14/go.mod h1:FrwVm3TvsVicI9Z7FlucHV6Znfd5KBc/Lpp69cCwtk0= -github.com/tendermint/tendermint v0.34.19/go.mod h1:R5+wgIwSxMdKQcmOaeudL0Cjkr3HDkhpcdum6VeU3R4= github.com/tendermint/tendermint v0.34.20-0.20220517115723-e6f071164839 h1:84fLknaRpFmZ33teqQSKq5tksqPDk90vhbz53Ngp4a8= github.com/tendermint/tendermint v0.34.20-0.20220517115723-e6f071164839/go.mod h1:Rlthqx2Hq440neL9pfBGV1TJGqqTqT++bvkL1yvpytY= github.com/tendermint/tm-db v0.6.4/go.mod h1:dptYhIpJ2M5kUuenLr+Yyf3zQOv1SgBZcl8/BmWlMBw= @@ -1239,7 +1146,6 @@ github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= github.com/yuin/goldmark v1.4.0/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= -github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= github.com/zondax/hid v0.9.0 h1:eiT3P6vNxAEVxXMw66eZUAAnU2zD33JBkfG/EnfAKl8= github.com/zondax/hid v0.9.0/go.mod h1:l5wttcP0jwtdLjqjMMWFVEE7d1zO0jvSPA9OPZxWpEM= go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= @@ -1249,19 +1155,12 @@ go.etcd.io/bbolt v1.3.6 h1:/ecaJf0sk1l4l6V4awd65v2C3ILy7MSj+s/x1ADCIMU= go.etcd.io/bbolt v1.3.6/go.mod h1:qXsaaIqmgQH0T+OPdb99Bf+PKfBBQVAdyD6TY9G8XM4= go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738/go.mod h1:dnLIgRNXwCJa5e+c6mIZCrds/GIG4ncV9HhK5PX7jPg= go.etcd.io/etcd/api/v3 v3.5.0/go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs= -go.etcd.io/etcd/api/v3 v3.5.1/go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs= go.etcd.io/etcd/api/v3 v3.5.2/go.mod h1:5GB2vv4A4AOn3yk7MftYGHkUfGtDHnEraIjym4dYz5A= -go.etcd.io/etcd/api/v3 v3.5.4/go.mod h1:5GB2vv4A4AOn3yk7MftYGHkUfGtDHnEraIjym4dYz5A= go.etcd.io/etcd/client/pkg/v3 v3.5.0/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g= -go.etcd.io/etcd/client/pkg/v3 v3.5.1/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g= go.etcd.io/etcd/client/pkg/v3 v3.5.2/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g= -go.etcd.io/etcd/client/pkg/v3 v3.5.4/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g= go.etcd.io/etcd/client/v2 v2.305.0/go.mod h1:h9puh54ZTgAKtEbut2oe9P4L/oqKCVB6xsXlzd7alYQ= -go.etcd.io/etcd/client/v2 v2.305.1/go.mod h1:pMEacxZW7o8pg4CrFE7pquyCJJzZvkvdD2RibOCCCGs= go.etcd.io/etcd/client/v2 v2.305.2/go.mod h1:2D7ZejHVMIfog1221iLSYlQRzrtECw3kz4I4VAQm3qI= -go.etcd.io/etcd/client/v2 v2.305.4/go.mod h1:Ud+VUwIi9/uQHOMA+4ekToJ12lTxlv0zB/+DHwTGEbU= go.etcd.io/etcd/client/v3 v3.5.0/go.mod h1:AIKXXVX/DQXtfTEqBryiLTUXwON+GuvO6Z7lLS/oTh0= -go.etcd.io/etcd/client/v3 v3.5.4/go.mod h1:ZaRkVgBZC+L+dLCjTcF1hRXpgZXQPOvnA/Ak/gq3kiY= go.opencensus.io v0.20.1/go.mod h1:6WKK9ahsWS3RSO+PY9ZHZUfv2irvY6gN279GOPZjmmk= go.opencensus.io v0.20.2/go.mod h1:6WKK9ahsWS3RSO+PY9ZHZUfv2irvY6gN279GOPZjmmk= go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= @@ -1272,7 +1171,6 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk= go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M= go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E= -go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI= go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= @@ -1298,7 +1196,6 @@ golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734/go.mod h1:yigFU9vqHzYiE8U golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190909091759-094676da4a83/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= @@ -1316,9 +1213,7 @@ golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b/go.mod h1:T9bdIzuCu7OtxOm golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20210915214749-c084706c2272/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e h1:T8NU3HyQ8ClP4SEE+KbFlg6n0NhuTsN4MyznaarGsZM= @@ -1365,8 +1260,6 @@ golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.5.0/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro= -golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3/go.mod h1:3p9vT2HGsQu2K1YbXdKPJLVgG5VJdoTa1poYQBtP1AY= golang.org/x/net v0.0.0-20180719180050-a680a1efc54d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -1425,18 +1318,14 @@ golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qx golang.org/x/net v0.0.0-20210610132358-84b48f89b13b/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210614182718-04defd469f4e/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210917221730-978cfadd31cf/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211208012354-db4efeb81f4b/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220325170049-de3da57026de/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220412020605-290c469a71a5/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= -golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= -golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220614195744-fb05da6f9022 h1:0qjDla5xICC2suMtyRH/QqX3B1btXTfNsIt/i4LFgO0= golang.org/x/net v0.0.0-20220614195744-fb05da6f9022/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= @@ -1450,7 +1339,6 @@ golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5/go.mod h1:KelEdhl1UZF7XfJ golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= @@ -1577,7 +1465,6 @@ golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20210917161153-d61c044b1678/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211124211545-fe61309f8881/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211205182925-97ca703d548d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211210111614-af8b64212486/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1586,11 +1473,8 @@ golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220209214540-3681064d5158/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220502124256-b6088ccd6cba/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220614162138-6c1b26c55098 h1:PgOr27OhUx2IRqGJ2RxAWI4dJQ7bi9cSrB82uzFzfUA= golang.org/x/sys v0.0.0-20220614162138-6c1b26c55098/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= @@ -1661,10 +1545,8 @@ golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWc golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200522201501-cb1345f3a375/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200618134242-20370b0cb4b2/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200717024301-6ddee64345a6/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= @@ -1684,13 +1566,11 @@ golang.org/x/tools v0.1.3/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.4/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.7/go.mod h1:LGqMHiF4EqQNHR1JncWGqT5BVaXmza+X+BDGol+dOxo= -golang.org/x/tools v0.1.10/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo= gonum.org/v1/gonum v0.0.0-20181121035319-3f7ecaa7e8ca/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo= gonum.org/v1/gonum v0.6.0/go.mod h1:9mxDZsDKxgMAuccQkewq682L+0eCu4dCN2yonUJTCLU= @@ -1720,7 +1600,6 @@ google.golang.org/api v0.36.0/go.mod h1:+z5ficQTmoYpPn8LCUNVpK5I7hwkpjbcgqA7I34q google.golang.org/api v0.40.0/go.mod h1:fYKFpnQN0DsDSKRVRcQSDQNtqWPfM9i+zNPxepjRCQ8= google.golang.org/api v0.41.0/go.mod h1:RkxM5lITDfTzmyKFPt+wGrCJbVfniCr2ool8kTBzRTU= google.golang.org/api v0.43.0/go.mod h1:nQsDGjRXMo4lvh5hP0TKqF244gqhGcr/YSIykhUk/94= -google.golang.org/api v0.44.0/go.mod h1:EBOGZqzyhtvMDoxwS97ctnh0zUmYY6CxqXsc1AvkYD8= google.golang.org/api v0.47.0/go.mod h1:Wbvgpq1HddcWVtzsVLyfLp8lDg6AA241LmgIL59tHXo= google.golang.org/api v0.48.0/go.mod h1:71Pr1vy+TAZRPkPs/xlCf5SsU8WjuAWv1Pfjbtukyy4= google.golang.org/api v0.50.0/go.mod h1:4bNT5pAuq5ji4SRZm+5QIkjny9JAyVD/3gaSihNefaw= @@ -1731,15 +1610,11 @@ google.golang.org/api v0.56.0/go.mod h1:38yMfeP1kfjsl8isn0tliTjIb1rJXcQi4UXlbqiv google.golang.org/api v0.57.0/go.mod h1:dVPlbZyBo2/OjBpmvNdpn2GRm6rPy75jyU7bmhdrMgI= google.golang.org/api v0.59.0/go.mod h1:sT2boj7M9YJxZzgeZqXogmhfmRWDtPzT31xkieUbuZU= google.golang.org/api v0.61.0/go.mod h1:xQRti5UdCmoCEqFxcz93fTl338AVqDgyaDRuOZ3hg9I= -google.golang.org/api v0.62.0/go.mod h1:dKmwPCydfsad4qCH08MSdgWjfHOyfpd4VtDGgRFdavw= google.golang.org/api v0.63.0/go.mod h1:gs4ij2ffTRXwuzzgJl/56BdwJaA194ijkfn++9tDuPo= google.golang.org/api v0.67.0/go.mod h1:ShHKP8E60yPsKNw/w8w+VYaj9H6buA5UqDp8dhbQZ6g= google.golang.org/api v0.70.0/go.mod h1:Bs4ZM2HGifEvXwd50TtW70ovgJffJYw2oRCOFU/SkfA= google.golang.org/api v0.71.0/go.mod h1:4PyU6e6JogV1f9eA4voyrTY2batOLdgZ5qZ5HOCc4j8= google.golang.org/api v0.74.0/go.mod h1:ZpfMZOVRMywNyvJFeqL9HRWBgAuRfSjJFpe9QtRRyDs= -google.golang.org/api v0.75.0/go.mod h1:pU9QmyHLnzlpar1Mjt4IbapUCy8J+6HD6GeELN69ljA= -google.golang.org/api v0.78.0/go.mod h1:1Sg78yoMLOhlQTeF+ARBoytAcH1NNyyl390YMy6rKmw= -google.golang.org/api v0.81.0/go.mod h1:FA6Mb/bZxj706H2j+j2d6mHEEaHBmbbWnkfvmorOCko= google.golang.org/appengine v1.2.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= @@ -1817,12 +1692,9 @@ google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0/go.mod h1:5CzLGKJ6 google.golang.org/genproto v0.0.0-20211008145708-270636b82663/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20211028162531-8db9c33dc351/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= -google.golang.org/genproto v0.0.0-20211129164237-f09f9a12af12/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= -google.golang.org/genproto v0.0.0-20211203200212-54befc351ae9/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20211206160659-862468c7d6e0/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20211221195035-429b39de9b1c/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= -google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20220207164111-0872dc986b00/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20220218161850-94dd64e39d7c/go.mod h1:kGP+zUP2Ddo0ayMi4YuN7C3WZyJvGLZRh8Z5wnAqvEI= @@ -1831,13 +1703,6 @@ google.golang.org/genproto v0.0.0-20220304144024-325a89244dc8/go.mod h1:kGP+zUP2 google.golang.org/genproto v0.0.0-20220310185008-1973136f34c6/go.mod h1:kGP+zUP2Ddo0ayMi4YuN7C3WZyJvGLZRh8Z5wnAqvEI= google.golang.org/genproto v0.0.0-20220324131243-acbaeb5b85eb/go.mod h1:hAL49I2IFola2sVEjAn7MEwsja0xp51I0tlGAf9hz4E= google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= -google.golang.org/genproto v0.0.0-20220413183235-5e96e2839df9/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= -google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= -google.golang.org/genproto v0.0.0-20220421151946-72621c1f0bd3/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= -google.golang.org/genproto v0.0.0-20220429170224-98d788798c3e/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= -google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4= -google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4= -google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8/go.mod h1:yKyY4AMRwFiC8yMMNaMi+RkCnjZJt9LoWuvhXjMs+To= google.golang.org/genproto v0.0.0-20220614165028-45ed7f3ff16e h1:ubR4JUtqN3ffdFjpKylv8scWk/mZstGmzXbgYSkuMl0= google.golang.org/genproto v0.0.0-20220614165028-45ed7f3ff16e/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= google.golang.org/grpc v1.33.2 h1:EQyQC3sa8M+p6Ulc8yy9SWSS2GVwyRc83gAbG8lrl4o= @@ -1853,7 +1718,6 @@ google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2 google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= -google.golang.org/protobuf v1.25.1-0.20200805231151-a709e31e5d12/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= @@ -1872,8 +1736,6 @@ gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= gopkg.in/gcfg.v1 v1.2.3/go.mod h1:yesOnuUOFQAhST5vPY4nbZsb/huCgGGXlipJsBn0b3o= gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= -gopkg.in/ini.v1 v1.62.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= -gopkg.in/ini.v1 v1.66.2/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.66.4 h1:SsAcf+mM7mRZo2nJNGt8mZCjG8ZRaNGMURJw7BsIST4= gopkg.in/ini.v1 v1.66.4/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce h1:+JknDZhAj8YMt7GC73Ei8pv4MzjDUNPHgQWJdtMAaDU= @@ -1898,7 +1760,6 @@ gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw= diff --git a/ibc/testing/app.go b/ibc/testing/app.go index a813922..3a60e55 100644 --- a/ibc/testing/app.go +++ b/ibc/testing/app.go @@ -19,8 +19,8 @@ import ( ibcgotesting "github.com/cosmos/ibc-go/v3/testing" + evmosapp "github.com/evmos/evmos/v5/app" ethermint "github.com/tharsis/ethermint/types" - evmosapp "github.com/tharsis/evmos/v5/app" ) var DefaultTestingAppInit func() (ibcgotesting.TestingApp, map[string]json.RawMessage) = evmosapp.SetupTestingApp diff --git a/ibc/utils.go b/ibc/utils.go index c21ee4e..055cb09 100644 --- a/ibc/utils.go +++ b/ibc/utils.go @@ -7,7 +7,7 @@ import ( transfertypes "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - evmos "github.com/tharsis/evmos/v5/types" + evmos "github.com/evmos/evmos/v5/types" ) // GetTransferSenderRecipient returns the sender and recipient sdk.AccAddresses diff --git a/ibc/utils_test.go b/ibc/utils_test.go index d633892..a919e76 100644 --- a/ibc/utils_test.go +++ b/ibc/utils_test.go @@ -3,8 +3,8 @@ package ibc import ( "testing" + "github.com/evmos/evmos/v5/x/claims/types" "github.com/stretchr/testify/require" - "github.com/tharsis/evmos/v5/x/claims/types" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/package.json b/package.json index 5f19440..15e0bfb 100644 --- a/package.json +++ b/package.json @@ -15,12 +15,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/tharsis/evmos.git" + "url": "git+https://github.com/evmos/evmos.git" }, "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/tharsis/evmos/issues" + "url": "https://github.com/evmos/evmos/issues" }, - "homepage": "https://github.com/tharsis/evmos#readme" + "homepage": "https://github.com/evmos/evmos#readme" } diff --git a/proto/evmos/claims/v1/claims.proto b/proto/evmos/claims/v1/claims.proto index d90745b..aa3f513 100644 --- a/proto/evmos/claims/v1/claims.proto +++ b/proto/evmos/claims/v1/claims.proto @@ -3,7 +3,7 @@ package evmos.claims.v1; import "gogoproto/gogo.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/claims/types"; +option go_package = "github.com/evmos/evmos/v5/x/claims/types"; // Action defines the list of available actions to claim the airdrop tokens. enum Action { diff --git a/proto/evmos/claims/v1/genesis.proto b/proto/evmos/claims/v1/genesis.proto index 50b945c..df9ed5f 100644 --- a/proto/evmos/claims/v1/genesis.proto +++ b/proto/evmos/claims/v1/genesis.proto @@ -6,7 +6,7 @@ import "google/protobuf/duration.proto"; import "google/protobuf/timestamp.proto"; import "evmos/claims/v1/claims.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/claims/types"; +option go_package = "github.com/evmos/evmos/v5/x/claims/types"; // GenesisState define the claims module's genesis state. message GenesisState { diff --git a/proto/evmos/claims/v1/query.proto b/proto/evmos/claims/v1/query.proto index 9081bc4..b4a1d3e 100644 --- a/proto/evmos/claims/v1/query.proto +++ b/proto/evmos/claims/v1/query.proto @@ -8,7 +8,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "evmos/claims/v1/claims.proto"; import "evmos/claims/v1/genesis.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/claims/types"; +option go_package = "github.com/evmos/evmos/v5/x/claims/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/evmos/epochs/v1/genesis.proto b/proto/evmos/epochs/v1/genesis.proto index ced3d3c..03476f8 100644 --- a/proto/evmos/epochs/v1/genesis.proto +++ b/proto/evmos/epochs/v1/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/duration.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/epochs/types"; +option go_package = "github.com/evmos/evmos/v5/x/epochs/types"; message EpochInfo { string identifier = 1; diff --git a/proto/evmos/epochs/v1/query.proto b/proto/evmos/epochs/v1/query.proto index 3a75edf..4373d6c 100644 --- a/proto/evmos/epochs/v1/query.proto +++ b/proto/evmos/epochs/v1/query.proto @@ -6,7 +6,7 @@ import "google/api/annotations.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; import "evmos/epochs/v1/genesis.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/epochs/types"; +option go_package = "github.com/evmos/evmos/v5/x/epochs/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/evmos/erc20/v1/erc20.proto b/proto/evmos/erc20/v1/erc20.proto index a3b37eb..5bf3f94 100644 --- a/proto/evmos/erc20/v1/erc20.proto +++ b/proto/evmos/erc20/v1/erc20.proto @@ -3,7 +3,7 @@ package evmos.erc20.v1; import "gogoproto/gogo.proto"; import "cosmos/bank/v1beta1/bank.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/erc20/types"; +option go_package = "github.com/evmos/evmos/v5/x/erc20/types"; // Owner enumerates the ownership of a ERC20 contract. enum Owner { diff --git a/proto/evmos/erc20/v1/genesis.proto b/proto/evmos/erc20/v1/genesis.proto index e3deb5e..5246d61 100644 --- a/proto/evmos/erc20/v1/genesis.proto +++ b/proto/evmos/erc20/v1/genesis.proto @@ -4,7 +4,7 @@ package evmos.erc20.v1; import "evmos/erc20/v1/erc20.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/erc20/types"; +option go_package = "github.com/evmos/evmos/v5/x/erc20/types"; // GenesisState defines the module's genesis state. message GenesisState { diff --git a/proto/evmos/erc20/v1/query.proto b/proto/evmos/erc20/v1/query.proto index 0051312..eeaf724 100644 --- a/proto/evmos/erc20/v1/query.proto +++ b/proto/evmos/erc20/v1/query.proto @@ -7,7 +7,7 @@ import "evmos/erc20/v1/erc20.proto"; import "google/api/annotations.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/erc20/types"; +option go_package = "github.com/evmos/evmos/v5/x/erc20/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/evmos/erc20/v1/tx.proto b/proto/evmos/erc20/v1/tx.proto index 0db9e00..40c7487 100644 --- a/proto/evmos/erc20/v1/tx.proto +++ b/proto/evmos/erc20/v1/tx.proto @@ -5,7 +5,7 @@ import "google/api/annotations.proto"; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/erc20/types"; +option go_package = "github.com/evmos/evmos/v5/x/erc20/types"; // Msg defines the erc20 Msg service. service Msg { diff --git a/proto/evmos/fees/v1/fees.proto b/proto/evmos/fees/v1/fees.proto index eb14a74..ecdc8a1 100644 --- a/proto/evmos/fees/v1/fees.proto +++ b/proto/evmos/fees/v1/fees.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package evmos.fees.v1; -option go_package = "github.com/tharsis/evmos/v5/x/fees/types"; +option go_package = "github.com/evmos/evmos/v5/x/fees/types"; // Fee defines an instance that organizes fee distribution conditions for the // owner of a given smart contract diff --git a/proto/evmos/fees/v1/genesis.proto b/proto/evmos/fees/v1/genesis.proto index 72b8329..bc69153 100644 --- a/proto/evmos/fees/v1/genesis.proto +++ b/proto/evmos/fees/v1/genesis.proto @@ -4,7 +4,7 @@ import "evmos/fees/v1/fees.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/fees/types"; +option go_package = "github.com/evmos/evmos/v5/x/fees/types"; // GenesisState defines the module's genesis state. message GenesisState { diff --git a/proto/evmos/fees/v1/query.proto b/proto/evmos/fees/v1/query.proto index 04e329a..a64f670 100644 --- a/proto/evmos/fees/v1/query.proto +++ b/proto/evmos/fees/v1/query.proto @@ -7,7 +7,7 @@ import "evmos/fees/v1/fees.proto"; import "google/api/annotations.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/fees/types"; +option go_package = "github.com/evmos/evmos/v5/x/fees/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/evmos/fees/v1/tx.proto b/proto/evmos/fees/v1/tx.proto index ca6d78e..d7dd494 100644 --- a/proto/evmos/fees/v1/tx.proto +++ b/proto/evmos/fees/v1/tx.proto @@ -4,7 +4,7 @@ package evmos.fees.v1; import "google/api/annotations.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/fees/types"; +option go_package = "github.com/evmos/evmos/v5/x/fees/types"; // Msg defines the fees Msg service. service Msg { diff --git a/proto/evmos/incentives/v1/genesis.proto b/proto/evmos/incentives/v1/genesis.proto index 9e276e3..52e9190 100644 --- a/proto/evmos/incentives/v1/genesis.proto +++ b/proto/evmos/incentives/v1/genesis.proto @@ -4,7 +4,7 @@ import "evmos/incentives/v1/incentives.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/incentives/types"; +option go_package = "github.com/evmos/evmos/v5/x/incentives/types"; // GenesisState defines the module's genesis state. message GenesisState { diff --git a/proto/evmos/incentives/v1/incentives.proto b/proto/evmos/incentives/v1/incentives.proto index 6fb8de3..26a9906 100644 --- a/proto/evmos/incentives/v1/incentives.proto +++ b/proto/evmos/incentives/v1/incentives.proto @@ -4,7 +4,7 @@ package evmos.incentives.v1; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/incentives/types"; +option go_package = "github.com/evmos/evmos/v5/x/incentives/types"; // Incentive defines an instance that organizes distribution conditions for a // given smart contract diff --git a/proto/evmos/incentives/v1/query.proto b/proto/evmos/incentives/v1/query.proto index faf05f9..2a3609c 100644 --- a/proto/evmos/incentives/v1/query.proto +++ b/proto/evmos/incentives/v1/query.proto @@ -8,7 +8,7 @@ import "evmos/incentives/v1/incentives.proto"; import "google/api/annotations.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/incentives/types"; +option go_package = "github.com/evmos/evmos/v5/x/incentives/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/evmos/inflation/v1/genesis.proto b/proto/evmos/inflation/v1/genesis.proto index 6f421fa..2defb7d 100644 --- a/proto/evmos/inflation/v1/genesis.proto +++ b/proto/evmos/inflation/v1/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "evmos/inflation/v1/inflation.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/inflation/types"; +option go_package = "github.com/evmos/evmos/v5/x/inflation/types"; // GenesisState defines the inflation module's genesis state. message GenesisState { diff --git a/proto/evmos/inflation/v1/inflation.proto b/proto/evmos/inflation/v1/inflation.proto index eb23ebf..c9adae2 100644 --- a/proto/evmos/inflation/v1/inflation.proto +++ b/proto/evmos/inflation/v1/inflation.proto @@ -3,7 +3,7 @@ package evmos.inflation.v1; import "gogoproto/gogo.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/inflation/types"; +option go_package = "github.com/evmos/evmos/v5/x/inflation/types"; // InflationDistribution defines the distribution in which inflation is // allocated through minting on each epoch (staking, incentives, community). It diff --git a/proto/evmos/inflation/v1/query.proto b/proto/evmos/inflation/v1/query.proto index 7fd3b61..3658915 100644 --- a/proto/evmos/inflation/v1/query.proto +++ b/proto/evmos/inflation/v1/query.proto @@ -6,7 +6,7 @@ import "google/api/annotations.proto"; import "cosmos/base/v1beta1/coin.proto"; import "evmos/inflation/v1/genesis.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/inflation/types"; +option go_package = "github.com/evmos/evmos/v5/x/inflation/types"; // Query provides defines the gRPC querier service. service Query { diff --git a/proto/evmos/recovery/v1/genesis.proto b/proto/evmos/recovery/v1/genesis.proto index d51287c..87a3264 100644 --- a/proto/evmos/recovery/v1/genesis.proto +++ b/proto/evmos/recovery/v1/genesis.proto @@ -4,7 +4,7 @@ package evmos.recovery.v1; import "gogoproto/gogo.proto"; import "google/protobuf/duration.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/recovery/types"; +option go_package = "github.com/evmos/evmos/v5/x/recovery/types"; // GenesisState defines the recovery module's genesis state. message GenesisState { diff --git a/proto/evmos/recovery/v1/query.proto b/proto/evmos/recovery/v1/query.proto index c8f29f6..d92700b 100644 --- a/proto/evmos/recovery/v1/query.proto +++ b/proto/evmos/recovery/v1/query.proto @@ -5,7 +5,7 @@ import "google/api/annotations.proto"; import "gogoproto/gogo.proto"; import "evmos/recovery/v1/genesis.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/recovery/types"; +option go_package = "github.com/evmos/evmos/v5/x/recovery/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/evmos/vesting/v1/query.proto b/proto/evmos/vesting/v1/query.proto index 2fbe32b..ee1991b 100644 --- a/proto/evmos/vesting/v1/query.proto +++ b/proto/evmos/vesting/v1/query.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "google/api/annotations.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/vesting/types"; +option go_package = "github.com/evmos/evmos/v5/x/vesting/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/evmos/vesting/v1/tx.proto b/proto/evmos/vesting/v1/tx.proto index a4fe7ed..5b7e660 100644 --- a/proto/evmos/vesting/v1/tx.proto +++ b/proto/evmos/vesting/v1/tx.proto @@ -6,7 +6,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; import "cosmos/vesting/v1beta1/vesting.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/vesting/types"; +option go_package = "github.com/evmos/evmos/v5/x/vesting/types"; // Msg defines the vesting Msg service. service Msg { diff --git a/proto/evmos/vesting/v1/vesting.proto b/proto/evmos/vesting/v1/vesting.proto index cc8340c..bd47889 100644 --- a/proto/evmos/vesting/v1/vesting.proto +++ b/proto/evmos/vesting/v1/vesting.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "cosmos/vesting/v1beta1/vesting.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/tharsis/evmos/v5/x/vesting/types"; +option go_package = "github.com/evmos/evmos/v5/x/vesting/types"; // ClawbackVestingAccount implements the VestingAccount interface. It provides // an account that can hold contributions subject to "lockup" (like a diff --git a/scripts/protocgen.sh b/scripts/protocgen.sh index 40a6c9c..ee0c2d8 100755 --- a/scripts/protocgen.sh +++ b/scripts/protocgen.sh @@ -41,5 +41,5 @@ buf alpha protoc \ $(find "$(pwd)/proto" -maxdepth 5 -name '*.proto') # move proto files to the right places -cp -r github.com/tharsis/evmos/v*/x/* x/ +cp -r github.com/evmos/evmos/v*/x/* x/ rm -rf github.com diff --git a/testutil/fund.go b/testutil/fund.go index 0d8b2cd..47a3f21 100644 --- a/testutil/fund.go +++ b/testutil/fund.go @@ -3,7 +3,7 @@ package testutil import ( sdk "github.com/cosmos/cosmos-sdk/types" bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" - inflationtypes "github.com/tharsis/evmos/v5/x/inflation/types" + inflationtypes "github.com/evmos/evmos/v5/x/inflation/types" ) // FundAccount is a utility function that funds an account by minting and diff --git a/testutil/network/network.go b/testutil/network/network.go index b6bf0b3..7c6416a 100644 --- a/testutil/network/network.go +++ b/testutil/network/network.go @@ -47,8 +47,8 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" "github.com/cosmos/cosmos-sdk/x/genutil" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" + "github.com/evmos/evmos/v5/app" "github.com/tharsis/ethermint/crypto/hd" - "github.com/tharsis/evmos/v5/app" "github.com/tharsis/ethermint/encoding" "github.com/tharsis/ethermint/server/config" diff --git a/testutil/network/network_test.go b/testutil/network/network_test.go index f16810e..405485a 100644 --- a/testutil/network/network_test.go +++ b/testutil/network/network_test.go @@ -14,7 +14,7 @@ import ( "github.com/tharsis/ethermint/server/config" "github.com/tharsis/ethermint/testutil/network" - evmosnetwork "github.com/tharsis/evmos/v5/testutil/network" + evmosnetwork "github.com/evmos/evmos/v5/testutil/network" ) type IntegrationTestSuite struct { diff --git a/testutil/network/util.go b/testutil/network/util.go index 9ceba9d..6d34897 100644 --- a/testutil/network/util.go +++ b/testutil/network/util.go @@ -26,7 +26,7 @@ import ( genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - inflationtypes "github.com/tharsis/evmos/v5/x/inflation/types" + inflationtypes "github.com/evmos/evmos/v5/x/inflation/types" "github.com/tharsis/ethermint/server" evmtypes "github.com/tharsis/ethermint/x/evm/types" diff --git a/x/claims/client/cli/query.go b/x/claims/client/cli/query.go index 3ef83ee..f82ae41 100644 --- a/x/claims/client/cli/query.go +++ b/x/claims/client/cli/query.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/version" - "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/claims/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/claims/genesis.go b/x/claims/genesis.go index c993927..671fb55 100644 --- a/x/claims/genesis.go +++ b/x/claims/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/claims/keeper" - "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/claims/keeper" + "github.com/evmos/evmos/v5/x/claims/types" ) // InitGenesis initializes the claim module's state from a provided genesis diff --git a/x/claims/genesis_test.go b/x/claims/genesis_test.go index d1306e1..5a3651f 100644 --- a/x/claims/genesis_test.go +++ b/x/claims/genesis_test.go @@ -15,10 +15,10 @@ import ( "github.com/tharsis/ethermint/tests" feemarkettypes "github.com/tharsis/ethermint/x/feemarket/types" - "github.com/tharsis/evmos/v5/app" - "github.com/tharsis/evmos/v5/testutil" - "github.com/tharsis/evmos/v5/x/claims" - "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/app" + "github.com/evmos/evmos/v5/testutil" + "github.com/evmos/evmos/v5/x/claims" + "github.com/evmos/evmos/v5/x/claims/types" ) type GenesisTestSuite struct { diff --git a/x/claims/handler.go b/x/claims/handler.go index a6525bf..4cb8c3f 100644 --- a/x/claims/handler.go +++ b/x/claims/handler.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/tharsis/evmos/v5/x/claims/keeper" - "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/claims/keeper" + "github.com/evmos/evmos/v5/x/claims/types" ) // NewHandler returns claim module messages diff --git a/x/claims/ibc_middleware.go b/x/claims/ibc_middleware.go index 16888a0..4782213 100644 --- a/x/claims/ibc_middleware.go +++ b/x/claims/ibc_middleware.go @@ -7,8 +7,8 @@ import ( porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/tharsis/evmos/v5/ibc" - "github.com/tharsis/evmos/v5/x/claims/keeper" + "github.com/evmos/evmos/v5/ibc" + "github.com/evmos/evmos/v5/x/claims/keeper" ) var _ porttypes.Middleware = &IBCMiddleware{} diff --git a/x/claims/keeper/abci.go b/x/claims/keeper/abci.go index 2361274..7af233f 100644 --- a/x/claims/keeper/abci.go +++ b/x/claims/keeper/abci.go @@ -7,7 +7,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" vestexported "github.com/cosmos/cosmos-sdk/x/auth/vesting/exported" - "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/claims/types" ) // EndBlocker checks if the airdrop claiming period has ended in order to diff --git a/x/claims/keeper/abci_test.go b/x/claims/keeper/abci_test.go index c1dc40a..93efb40 100644 --- a/x/claims/keeper/abci_test.go +++ b/x/claims/keeper/abci_test.go @@ -9,9 +9,9 @@ import ( distrtypes "github.com/cosmos/cosmos-sdk/x/distribution/types" "github.com/tharsis/ethermint/tests" - "github.com/tharsis/evmos/v5/testutil" - "github.com/tharsis/evmos/v5/x/claims/types" - vestingtypes "github.com/tharsis/evmos/v5/x/vesting/types" + "github.com/evmos/evmos/v5/testutil" + "github.com/evmos/evmos/v5/x/claims/types" + vestingtypes "github.com/evmos/evmos/v5/x/vesting/types" ) func (suite *KeeperTestSuite) TestEndBlock() { diff --git a/x/claims/keeper/claim.go b/x/claims/keeper/claim.go index a93c64f..fa05b12 100644 --- a/x/claims/keeper/claim.go +++ b/x/claims/keeper/claim.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/claims/types" ) // ClaimCoinsForAction removes the claimable amount entry from a claims record diff --git a/x/claims/keeper/claim_test.go b/x/claims/keeper/claim_test.go index 57dac82..494becd 100644 --- a/x/claims/keeper/claim_test.go +++ b/x/claims/keeper/claim_test.go @@ -11,13 +11,13 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/crypto" + "github.com/evmos/evmos/v5/testutil" + inflationtypes "github.com/evmos/evmos/v5/x/inflation/types" "github.com/tharsis/ethermint/crypto/ethsecp256k1" "github.com/tharsis/ethermint/tests" ethermint "github.com/tharsis/ethermint/types" - "github.com/tharsis/evmos/v5/testutil" - inflationtypes "github.com/tharsis/evmos/v5/x/inflation/types" - "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/claims/types" ) func (suite *KeeperTestSuite) TestGetClaimableAmountForAction() { diff --git a/x/claims/keeper/claims_records.go b/x/claims/keeper/claims_records.go index 54cf45f..efa5b86 100644 --- a/x/claims/keeper/claims_records.go +++ b/x/claims/keeper/claims_records.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/claims/types" ) // GetClaimsRecord returns the claims record for a specific address diff --git a/x/claims/keeper/claims_records_test.go b/x/claims/keeper/claims_records_test.go index 76b43c0..ba6a04b 100644 --- a/x/claims/keeper/claims_records_test.go +++ b/x/claims/keeper/claims_records_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/claims/types" ) func (suite *KeeperTestSuite) TestsClaimsRecords() { diff --git a/x/claims/keeper/grpc_query.go b/x/claims/keeper/grpc_query.go index be7b6af..c8e5017 100644 --- a/x/claims/keeper/grpc_query.go +++ b/x/claims/keeper/grpc_query.go @@ -9,7 +9,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/claims/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/claims/keeper/grpc_query_test.go b/x/claims/keeper/grpc_query_test.go index 9438c29..43891e9 100644 --- a/x/claims/keeper/grpc_query_test.go +++ b/x/claims/keeper/grpc_query_test.go @@ -5,9 +5,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" + "github.com/evmos/evmos/v5/testutil" + "github.com/evmos/evmos/v5/x/claims/types" "github.com/tharsis/ethermint/tests" - "github.com/tharsis/evmos/v5/testutil" - "github.com/tharsis/evmos/v5/x/claims/types" ) func (suite *KeeperTestSuite) TestTotalUnclaimed() { diff --git a/x/claims/keeper/hooks.go b/x/claims/keeper/hooks.go index 41fb6f9..3c5457d 100644 --- a/x/claims/keeper/hooks.go +++ b/x/claims/keeper/hooks.go @@ -13,7 +13,7 @@ import ( evmtypes "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/claims/types" ) var ( diff --git a/x/claims/keeper/hooks_test.go b/x/claims/keeper/hooks_test.go index 0024830..dce3394 100644 --- a/x/claims/keeper/hooks_test.go +++ b/x/claims/keeper/hooks_test.go @@ -7,9 +7,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" ethtypes "github.com/ethereum/go-ethereum/core/types" + "github.com/evmos/evmos/v5/testutil" + "github.com/evmos/evmos/v5/x/claims/types" "github.com/tharsis/ethermint/tests" - "github.com/tharsis/evmos/v5/testutil" - "github.com/tharsis/evmos/v5/x/claims/types" ) func (suite *KeeperTestSuite) TestAfterProposalVote() { diff --git a/x/claims/keeper/ibc_callbacks.go b/x/claims/keeper/ibc_callbacks.go index e588629..284b2ef 100644 --- a/x/claims/keeper/ibc_callbacks.go +++ b/x/claims/keeper/ibc_callbacks.go @@ -7,9 +7,9 @@ import ( channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/tharsis/evmos/v5/ibc" - evmos "github.com/tharsis/evmos/v5/types" - "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/ibc" + evmos "github.com/evmos/evmos/v5/types" + "github.com/evmos/evmos/v5/x/claims/types" ) // OnAcknowledgementPacket performs an IBC send callback. Once a user submits an diff --git a/x/claims/keeper/ibc_callbacks_ibc_suite_test.go b/x/claims/keeper/ibc_callbacks_ibc_suite_test.go index fd767a3..6f4de97 100644 --- a/x/claims/keeper/ibc_callbacks_ibc_suite_test.go +++ b/x/claims/keeper/ibc_callbacks_ibc_suite_test.go @@ -12,11 +12,11 @@ import ( channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ibcgotesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/evmos/evmos/v5/app" + ibctesting "github.com/evmos/evmos/v5/ibc/testing" + "github.com/evmos/evmos/v5/testutil" + "github.com/evmos/evmos/v5/x/claims/types" "github.com/tharsis/ethermint/tests" - "github.com/tharsis/evmos/v5/app" - ibctesting "github.com/tharsis/evmos/v5/ibc/testing" - "github.com/tharsis/evmos/v5/testutil" - "github.com/tharsis/evmos/v5/x/claims/types" ) type IBCTestingSuite struct { diff --git a/x/claims/keeper/ibc_callbacks_test.go b/x/claims/keeper/ibc_callbacks_test.go index cbf3ad2..ed2f351 100644 --- a/x/claims/keeper/ibc_callbacks_test.go +++ b/x/claims/keeper/ibc_callbacks_test.go @@ -14,7 +14,7 @@ import ( ibcgotesting "github.com/cosmos/ibc-go/v3/testing" ibcmock "github.com/cosmos/ibc-go/v3/testing/mock" - "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/claims/types" ) var timeoutHeight = clienttypes.NewHeight(1000, 1000) diff --git a/x/claims/keeper/integration_test.go b/x/claims/keeper/integration_test.go index f926c2e..404247a 100644 --- a/x/claims/keeper/integration_test.go +++ b/x/claims/keeper/integration_test.go @@ -19,24 +19,24 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" ethtypes "github.com/ethereum/go-ethereum/core/types" + "github.com/evmos/evmos/v5/app" + "github.com/evmos/evmos/v5/testutil" + incentivestypes "github.com/evmos/evmos/v5/x/incentives/types" + inflationtypes "github.com/evmos/evmos/v5/x/inflation/types" "github.com/tharsis/ethermint/crypto/ethsecp256k1" "github.com/tharsis/ethermint/encoding" "github.com/tharsis/ethermint/tests" evmtypes "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/app" - "github.com/tharsis/evmos/v5/testutil" - incentivestypes "github.com/tharsis/evmos/v5/x/incentives/types" - inflationtypes "github.com/tharsis/evmos/v5/x/inflation/types" codectypes "github.com/cosmos/cosmos-sdk/codec/types" authsigning "github.com/cosmos/cosmos-sdk/x/auth/signing" authtx "github.com/cosmos/cosmos-sdk/x/auth/tx" distrtypes "github.com/cosmos/cosmos-sdk/x/distribution/types" + "github.com/evmos/evmos/v5/contracts" + "github.com/evmos/evmos/v5/x/claims/types" abci "github.com/tendermint/tendermint/abci/types" "github.com/tharsis/ethermint/server/config" evm "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/contracts" - "github.com/tharsis/evmos/v5/x/claims/types" ) var _ = Describe("Claiming", Ordered, func() { diff --git a/x/claims/keeper/invariants.go b/x/claims/keeper/invariants.go index ea2ae83..994a97f 100644 --- a/x/claims/keeper/invariants.go +++ b/x/claims/keeper/invariants.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/claims/types" ) // RegisterInvariants registers the claims module invariants diff --git a/x/claims/keeper/invariants_test.go b/x/claims/keeper/invariants_test.go index 44f4d9f..8cc9058 100644 --- a/x/claims/keeper/invariants_test.go +++ b/x/claims/keeper/invariants_test.go @@ -5,8 +5,8 @@ import ( "github.com/tharsis/ethermint/tests" - "github.com/tharsis/evmos/v5/testutil" - "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/testutil" + "github.com/evmos/evmos/v5/x/claims/types" ) func (suite *KeeperTestSuite) TestClaimsInvariant() { diff --git a/x/claims/keeper/keeper.go b/x/claims/keeper/keeper.go index ad20f98..81afacf 100644 --- a/x/claims/keeper/keeper.go +++ b/x/claims/keeper/keeper.go @@ -11,7 +11,7 @@ import ( paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" - "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/claims/types" ) // Keeper struct diff --git a/x/claims/keeper/keeper_test.go b/x/claims/keeper/keeper_test.go index cd64e4d..a310869 100644 --- a/x/claims/keeper/keeper_test.go +++ b/x/claims/keeper/keeper_test.go @@ -18,6 +18,9 @@ import ( stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" ethtypes "github.com/ethereum/go-ethereum/core/types" + "github.com/evmos/evmos/v5/app" + "github.com/evmos/evmos/v5/testutil" + "github.com/evmos/evmos/v5/x/claims/types" "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" abci "github.com/tendermint/tendermint/abci/types" @@ -26,9 +29,6 @@ import ( tmversion "github.com/tendermint/tendermint/proto/tendermint/version" "github.com/tendermint/tendermint/version" evm "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/app" - "github.com/tharsis/evmos/v5/testutil" - "github.com/tharsis/evmos/v5/x/claims/types" ) type KeeperTestSuite struct { diff --git a/x/claims/keeper/migrations.go b/x/claims/keeper/migrations.go index a732029..d27ece5 100644 --- a/x/claims/keeper/migrations.go +++ b/x/claims/keeper/migrations.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - v2 "github.com/tharsis/evmos/v5/x/claims/migrations/v2" + v2 "github.com/evmos/evmos/v5/x/claims/migrations/v2" ) var _ module.MigrationHandler = Migrator{}.Migrate1to2 diff --git a/x/claims/keeper/params.go b/x/claims/keeper/params.go index ef3814b..d10086d 100644 --- a/x/claims/keeper/params.go +++ b/x/claims/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/claims/types" ) // GetParams returns the total set of claim parameters. diff --git a/x/claims/keeper/params_test.go b/x/claims/keeper/params_test.go index 387643a..16dd49e 100644 --- a/x/claims/keeper/params_test.go +++ b/x/claims/keeper/params_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/claims/types" ) func (suite *KeeperTestSuite) TestParams() { diff --git a/x/claims/migrations/v2/migration.go b/x/claims/migrations/v2/migration.go index 5354497..bde0b48 100644 --- a/x/claims/migrations/v2/migration.go +++ b/x/claims/migrations/v2/migration.go @@ -4,8 +4,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - v1types "github.com/tharsis/evmos/v5/x/claims/migrations/v1/types" - "github.com/tharsis/evmos/v5/x/claims/types" + v1types "github.com/evmos/evmos/v5/x/claims/migrations/v1/types" + "github.com/evmos/evmos/v5/x/claims/types" ) // MigrateStore adds the new parameters AuthorizedChannels and EVMChannels diff --git a/x/claims/migrations/v2/migration_test.go b/x/claims/migrations/v2/migration_test.go index 36dda06..af867dc 100644 --- a/x/claims/migrations/v2/migration_test.go +++ b/x/claims/migrations/v2/migration_test.go @@ -7,11 +7,11 @@ import ( "github.com/cosmos/cosmos-sdk/testutil" sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" + "github.com/evmos/evmos/v5/app" + v2 "github.com/evmos/evmos/v5/x/claims/migrations/v2" + claims "github.com/evmos/evmos/v5/x/claims/types" "github.com/stretchr/testify/require" "github.com/tharsis/ethermint/encoding" - "github.com/tharsis/evmos/v5/app" - v2 "github.com/tharsis/evmos/v5/x/claims/migrations/v2" - claims "github.com/tharsis/evmos/v5/x/claims/types" ) func TestStoreMigration(t *testing.T) { diff --git a/x/claims/module.go b/x/claims/module.go index 620ed26..b948bb6 100644 --- a/x/claims/module.go +++ b/x/claims/module.go @@ -17,9 +17,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/tharsis/evmos/v5/x/claims/client/cli" - "github.com/tharsis/evmos/v5/x/claims/keeper" - "github.com/tharsis/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/claims/client/cli" + "github.com/evmos/evmos/v5/x/claims/keeper" + "github.com/evmos/evmos/v5/x/claims/types" ) var ( diff --git a/x/epochs/client/cli/query.go b/x/epochs/client/cli/query.go index f4ed5c1..c550760 100644 --- a/x/epochs/client/cli/query.go +++ b/x/epochs/client/cli/query.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/spf13/cobra" - "github.com/tharsis/evmos/v5/x/epochs/types" + "github.com/evmos/evmos/v5/x/epochs/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/epochs/genesis.go b/x/epochs/genesis.go index b797c2b..5e86de2 100644 --- a/x/epochs/genesis.go +++ b/x/epochs/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/epochs/keeper" - "github.com/tharsis/evmos/v5/x/epochs/types" + "github.com/evmos/evmos/v5/x/epochs/keeper" + "github.com/evmos/evmos/v5/x/epochs/types" ) // InitGenesis initializes the epochs module's state from a provided genesis diff --git a/x/epochs/genesis_test.go b/x/epochs/genesis_test.go index 25eb6f7..dc2a530 100644 --- a/x/epochs/genesis_test.go +++ b/x/epochs/genesis_test.go @@ -8,9 +8,9 @@ import ( tmproto "github.com/tendermint/tendermint/proto/tendermint/types" feemarkettypes "github.com/tharsis/ethermint/x/feemarket/types" - simapp "github.com/tharsis/evmos/v5/app" - "github.com/tharsis/evmos/v5/x/epochs" - "github.com/tharsis/evmos/v5/x/epochs/types" + simapp "github.com/evmos/evmos/v5/app" + "github.com/evmos/evmos/v5/x/epochs" + "github.com/evmos/evmos/v5/x/epochs/types" ) func TestEpochsExportGenesis(t *testing.T) { diff --git a/x/epochs/keeper/abci.go b/x/epochs/keeper/abci.go index 51bc096..ae5402a 100644 --- a/x/epochs/keeper/abci.go +++ b/x/epochs/keeper/abci.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/epochs/types" + "github.com/evmos/evmos/v5/x/epochs/types" ) // BeginBlocker of epochs module diff --git a/x/epochs/keeper/abci_test.go b/x/epochs/keeper/abci_test.go index 202d3a6..964281c 100644 --- a/x/epochs/keeper/abci_test.go +++ b/x/epochs/keeper/abci_test.go @@ -4,8 +4,8 @@ import ( "fmt" "time" - "github.com/tharsis/evmos/v5/x/epochs" - "github.com/tharsis/evmos/v5/x/epochs/types" + "github.com/evmos/evmos/v5/x/epochs" + "github.com/evmos/evmos/v5/x/epochs/types" ) func (suite *KeeperTestSuite) TestEpochInfoChangesBeginBlockerAndInitGenesis() { diff --git a/x/epochs/keeper/epoch_infos.go b/x/epochs/keeper/epoch_infos.go index c07344a..d8245b5 100644 --- a/x/epochs/keeper/epoch_infos.go +++ b/x/epochs/keeper/epoch_infos.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/epochs/types" + "github.com/evmos/evmos/v5/x/epochs/types" ) // GetEpochInfo returns epoch info by identifier diff --git a/x/epochs/keeper/epoch_infos_test.go b/x/epochs/keeper/epoch_infos_test.go index b15f243..c32ea3d 100644 --- a/x/epochs/keeper/epoch_infos_test.go +++ b/x/epochs/keeper/epoch_infos_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "time" - "github.com/tharsis/evmos/v5/x/epochs/types" + "github.com/evmos/evmos/v5/x/epochs/types" ) func (suite *KeeperTestSuite) TestEpochLifeCycle() { diff --git a/x/epochs/keeper/grpc_query.go b/x/epochs/keeper/grpc_query.go index 5790908..a5111e1 100644 --- a/x/epochs/keeper/grpc_query.go +++ b/x/epochs/keeper/grpc_query.go @@ -9,7 +9,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/tharsis/evmos/v5/x/epochs/types" + "github.com/evmos/evmos/v5/x/epochs/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/epochs/keeper/grpc_query_test.go b/x/epochs/keeper/grpc_query_test.go index 813a177..51109ec 100644 --- a/x/epochs/keeper/grpc_query_test.go +++ b/x/epochs/keeper/grpc_query_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/tharsis/evmos/v5/x/epochs/types" + "github.com/evmos/evmos/v5/x/epochs/types" ) func (suite *KeeperTestSuite) TestEpochInfo() { diff --git a/x/epochs/keeper/hooks.go b/x/epochs/keeper/hooks.go index 8339261..08bd923 100644 --- a/x/epochs/keeper/hooks.go +++ b/x/epochs/keeper/hooks.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/epochs/types" + "github.com/evmos/evmos/v5/x/epochs/types" ) var _ types.EpochHooks = MultiEpochHooks{} diff --git a/x/epochs/keeper/keeper.go b/x/epochs/keeper/keeper.go index 343b007..6fd88da 100644 --- a/x/epochs/keeper/keeper.go +++ b/x/epochs/keeper/keeper.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/tendermint/tendermint/libs/log" - "github.com/tharsis/evmos/v5/x/epochs/types" + "github.com/evmos/evmos/v5/x/epochs/types" ) // Keeper of this module maintains collections of epochs and hooks. diff --git a/x/epochs/keeper/keeper_test.go b/x/epochs/keeper/keeper_test.go index 1f13c4a..f16737e 100644 --- a/x/epochs/keeper/keeper_test.go +++ b/x/epochs/keeper/keeper_test.go @@ -19,8 +19,8 @@ import ( evm "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/app" - "github.com/tharsis/evmos/v5/x/epochs/types" + "github.com/evmos/evmos/v5/app" + "github.com/evmos/evmos/v5/x/epochs/types" ) var denomMint = evm.DefaultEVMDenom diff --git a/x/epochs/module.go b/x/epochs/module.go index bc5ad35..b59ea09 100644 --- a/x/epochs/module.go +++ b/x/epochs/module.go @@ -20,9 +20,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/tharsis/evmos/v5/x/epochs/client/cli" - "github.com/tharsis/evmos/v5/x/epochs/keeper" - "github.com/tharsis/evmos/v5/x/epochs/types" + "github.com/evmos/evmos/v5/x/epochs/client/cli" + "github.com/evmos/evmos/v5/x/epochs/keeper" + "github.com/evmos/evmos/v5/x/epochs/types" ) var ( diff --git a/x/erc20/client/cli/query.go b/x/erc20/client/cli/query.go index cc1e9d1..01928f2 100644 --- a/x/erc20/client/cli/query.go +++ b/x/erc20/client/cli/query.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/types" ) // GetQueryCmd returns the parent command for all erc20 CLI query commands diff --git a/x/erc20/client/cli/tx.go b/x/erc20/client/cli/tx.go index d33b63d..a2384db 100644 --- a/x/erc20/client/cli/tx.go +++ b/x/erc20/client/cli/tx.go @@ -17,7 +17,7 @@ import ( ethermint "github.com/tharsis/ethermint/types" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/types" ) // NewTxCmd returns a root CLI command handler for erc20 transaction commands diff --git a/x/erc20/client/proposal_handler.go b/x/erc20/client/proposal_handler.go index ccd5bd9..f775b2f 100644 --- a/x/erc20/client/proposal_handler.go +++ b/x/erc20/client/proposal_handler.go @@ -3,8 +3,8 @@ package client import ( govclient "github.com/cosmos/cosmos-sdk/x/gov/client" - "github.com/tharsis/evmos/v5/x/erc20/client/cli" - "github.com/tharsis/evmos/v5/x/erc20/client/rest" + "github.com/evmos/evmos/v5/x/erc20/client/cli" + "github.com/evmos/evmos/v5/x/erc20/client/rest" ) var ( diff --git a/x/erc20/client/rest/rest.go b/x/erc20/client/rest/rest.go index 99ee896..b582c22 100644 --- a/x/erc20/client/rest/rest.go +++ b/x/erc20/client/rest/rest.go @@ -11,7 +11,7 @@ import ( govrest "github.com/cosmos/cosmos-sdk/x/gov/client/rest" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/types" ) // RegisterCoinProposalRequest defines a request for a new register coin proposal. diff --git a/x/erc20/genesis.go b/x/erc20/genesis.go index 79847d3..e8b3489 100644 --- a/x/erc20/genesis.go +++ b/x/erc20/genesis.go @@ -4,8 +4,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authkeeper "github.com/cosmos/cosmos-sdk/x/auth/keeper" - "github.com/tharsis/evmos/v5/x/erc20/keeper" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/keeper" + "github.com/evmos/evmos/v5/x/erc20/types" ) // InitGenesis import module genesis diff --git a/x/erc20/genesis_test.go b/x/erc20/genesis_test.go index 979f3eb..e804c02 100644 --- a/x/erc20/genesis_test.go +++ b/x/erc20/genesis_test.go @@ -16,9 +16,9 @@ import ( "github.com/tharsis/ethermint/tests" feemarkettypes "github.com/tharsis/ethermint/x/feemarket/types" - "github.com/tharsis/evmos/v5/app" - "github.com/tharsis/evmos/v5/x/erc20" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/app" + "github.com/evmos/evmos/v5/x/erc20" + "github.com/evmos/evmos/v5/x/erc20/types" ) type GenesisTestSuite struct { diff --git a/x/erc20/handler.go b/x/erc20/handler.go index cb18fe1..37c2935 100644 --- a/x/erc20/handler.go +++ b/x/erc20/handler.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/types" ) // NewHandler defines the erc20 module handler instance diff --git a/x/erc20/keeper/evm.go b/x/erc20/keeper/evm.go index e83f208..849641b 100644 --- a/x/erc20/keeper/evm.go +++ b/x/erc20/keeper/evm.go @@ -15,8 +15,8 @@ import ( "github.com/tharsis/ethermint/server/config" evmtypes "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/contracts" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/contracts" + "github.com/evmos/evmos/v5/x/erc20/types" ) // DeployERC20Contract creates and deploys an ERC20 contract on the EVM with the diff --git a/x/erc20/keeper/evm_hooks.go b/x/erc20/keeper/evm_hooks.go index 83ff683..7d021ef 100644 --- a/x/erc20/keeper/evm_hooks.go +++ b/x/erc20/keeper/evm_hooks.go @@ -11,8 +11,8 @@ import ( ethtypes "github.com/ethereum/go-ethereum/core/types" evmtypes "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/contracts" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/contracts" + "github.com/evmos/evmos/v5/x/erc20/types" ) var _ evmtypes.EvmHooks = Hooks{} diff --git a/x/erc20/keeper/evm_hooks_test.go b/x/erc20/keeper/evm_hooks_test.go index 2d4877c..a17f5ea 100644 --- a/x/erc20/keeper/evm_hooks_test.go +++ b/x/erc20/keeper/evm_hooks_test.go @@ -8,9 +8,9 @@ import ( "github.com/ethereum/go-ethereum/common" ethtypes "github.com/ethereum/go-ethereum/core/types" + "github.com/evmos/evmos/v5/contracts" + "github.com/evmos/evmos/v5/x/erc20/types" "github.com/tharsis/ethermint/tests" - "github.com/tharsis/evmos/v5/contracts" - "github.com/tharsis/evmos/v5/x/erc20/types" ) // ensureHooksSet tries to set the hooks on EVMKeeper, this will fail if the erc20 hook is already set diff --git a/x/erc20/keeper/evm_test.go b/x/erc20/keeper/evm_test.go index ececde2..a387ea4 100644 --- a/x/erc20/keeper/evm_test.go +++ b/x/erc20/keeper/evm_test.go @@ -8,9 +8,9 @@ import ( "github.com/tharsis/ethermint/tests" evmtypes "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/contracts" - "github.com/tharsis/evmos/v5/x/erc20/keeper" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/contracts" + "github.com/evmos/evmos/v5/x/erc20/keeper" + "github.com/evmos/evmos/v5/x/erc20/types" ) func (suite *KeeperTestSuite) TestQueryERC20() { diff --git a/x/erc20/keeper/grpc_query.go b/x/erc20/keeper/grpc_query.go index be8fb8b..979a89c 100644 --- a/x/erc20/keeper/grpc_query.go +++ b/x/erc20/keeper/grpc_query.go @@ -11,7 +11,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/query" ethermint "github.com/tharsis/ethermint/types" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/erc20/keeper/grpc_query_test.go b/x/erc20/keeper/grpc_query_test.go index 10c964d..08000db 100644 --- a/x/erc20/keeper/grpc_query_test.go +++ b/x/erc20/keeper/grpc_query_test.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/query" "github.com/tharsis/ethermint/tests" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/types" ) func (suite *KeeperTestSuite) TestTokenPairs() { diff --git a/x/erc20/keeper/integration_test.go b/x/erc20/keeper/integration_test.go index ae693c9..b6b8358 100644 --- a/x/erc20/keeper/integration_test.go +++ b/x/erc20/keeper/integration_test.go @@ -14,9 +14,9 @@ import ( "github.com/tharsis/ethermint/encoding" ethermint "github.com/tharsis/ethermint/types" - "github.com/tharsis/evmos/v5/app" - "github.com/tharsis/evmos/v5/testutil" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/app" + "github.com/evmos/evmos/v5/testutil" + "github.com/evmos/evmos/v5/x/erc20/types" authsigning "github.com/cosmos/cosmos-sdk/x/auth/signing" abci "github.com/tendermint/tendermint/abci/types" diff --git a/x/erc20/keeper/keeper.go b/x/erc20/keeper/keeper.go index 434f1b7..869ea24 100644 --- a/x/erc20/keeper/keeper.go +++ b/x/erc20/keeper/keeper.go @@ -8,7 +8,7 @@ import ( paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" "github.com/tendermint/tendermint/libs/log" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/types" ) // Keeper of this module maintains collections of erc20. diff --git a/x/erc20/keeper/keeper_test.go b/x/erc20/keeper/keeper_test.go index fad7d2c..774348c 100644 --- a/x/erc20/keeper/keeper_test.go +++ b/x/erc20/keeper/keeper_test.go @@ -45,9 +45,9 @@ import ( evmtypes "github.com/tharsis/ethermint/x/evm/types" feemarkettypes "github.com/tharsis/ethermint/x/feemarket/types" - "github.com/tharsis/evmos/v5/app" - "github.com/tharsis/evmos/v5/contracts" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/app" + "github.com/evmos/evmos/v5/contracts" + "github.com/evmos/evmos/v5/x/erc20/types" ) type KeeperTestSuite struct { diff --git a/x/erc20/keeper/migrations.go b/x/erc20/keeper/migrations.go index 4596aa7..f9b8ce5 100644 --- a/x/erc20/keeper/migrations.go +++ b/x/erc20/keeper/migrations.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - v2 "github.com/tharsis/evmos/v5/x/erc20/migrations/v2" + v2 "github.com/evmos/evmos/v5/x/erc20/migrations/v2" ) var _ module.MigrationHandler = Migrator{}.Migrate1to2 diff --git a/x/erc20/keeper/mint.go b/x/erc20/keeper/mint.go index bd0cb5b..70b3ac4 100644 --- a/x/erc20/keeper/mint.go +++ b/x/erc20/keeper/mint.go @@ -5,7 +5,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/types" ) // MintingEnabled checks that: diff --git a/x/erc20/keeper/mint_test.go b/x/erc20/keeper/mint_test.go index 37cbb33..cd9db60 100644 --- a/x/erc20/keeper/mint_test.go +++ b/x/erc20/keeper/mint_test.go @@ -7,7 +7,7 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" "github.com/tharsis/ethermint/tests" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/types" ) func (suite *KeeperTestSuite) TestMintingEnabled() { diff --git a/x/erc20/keeper/msg_server.go b/x/erc20/keeper/msg_server.go index be10f4e..3c8b125 100644 --- a/x/erc20/keeper/msg_server.go +++ b/x/erc20/keeper/msg_server.go @@ -10,8 +10,8 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/ethereum/go-ethereum/common" - "github.com/tharsis/evmos/v5/contracts" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/contracts" + "github.com/evmos/evmos/v5/x/erc20/types" ) var _ types.MsgServer = &Keeper{} diff --git a/x/erc20/keeper/msg_server_test.go b/x/erc20/keeper/msg_server_test.go index de35dac..a3237c9 100644 --- a/x/erc20/keeper/msg_server_test.go +++ b/x/erc20/keeper/msg_server_test.go @@ -9,10 +9,10 @@ import ( "github.com/ethereum/go-ethereum/common" + "github.com/evmos/evmos/v5/x/erc20/keeper" + "github.com/evmos/evmos/v5/x/erc20/types" "github.com/tharsis/ethermint/x/evm/statedb" evmtypes "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/x/erc20/keeper" - "github.com/tharsis/evmos/v5/x/erc20/types" ) func (suite *KeeperTestSuite) TestConvertCoinNativeCoin() { diff --git a/x/erc20/keeper/params.go b/x/erc20/keeper/params.go index 0adc1e5..ae5a921 100644 --- a/x/erc20/keeper/params.go +++ b/x/erc20/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/types" ) // GetParams returns the total set of erc20 parameters. diff --git a/x/erc20/keeper/params_test.go b/x/erc20/keeper/params_test.go index dac4383..ae6779f 100644 --- a/x/erc20/keeper/params_test.go +++ b/x/erc20/keeper/params_test.go @@ -1,6 +1,6 @@ package keeper_test -import "github.com/tharsis/evmos/v5/x/erc20/types" +import "github.com/evmos/evmos/v5/x/erc20/types" func (suite *KeeperTestSuite) TestParams() { params := suite.app.Erc20Keeper.GetParams(suite.ctx) diff --git a/x/erc20/keeper/proposals.go b/x/erc20/keeper/proposals.go index 4ebc9cc..b7fe0c6 100644 --- a/x/erc20/keeper/proposals.go +++ b/x/erc20/keeper/proposals.go @@ -8,7 +8,7 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" "github.com/ethereum/go-ethereum/common" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/types" ) // RegisterCoin deploys an erc20 contract and creates the token pair for the diff --git a/x/erc20/keeper/proposals_test.go b/x/erc20/keeper/proposals_test.go index b7d9760..1001ed2 100644 --- a/x/erc20/keeper/proposals_test.go +++ b/x/erc20/keeper/proposals_test.go @@ -12,9 +12,9 @@ import ( "github.com/tharsis/ethermint/tests" evmtypes "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/x/erc20/keeper" - "github.com/tharsis/evmos/v5/x/erc20/types" - inflationtypes "github.com/tharsis/evmos/v5/x/inflation/types" + "github.com/evmos/evmos/v5/x/erc20/keeper" + "github.com/evmos/evmos/v5/x/erc20/types" + inflationtypes "github.com/evmos/evmos/v5/x/inflation/types" ) const ( diff --git a/x/erc20/keeper/token_pairs.go b/x/erc20/keeper/token_pairs.go index a7472f5..ac9b1f5 100644 --- a/x/erc20/keeper/token_pairs.go +++ b/x/erc20/keeper/token_pairs.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/ethereum/go-ethereum/common" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/types" ) // GetTokenPairs - get all registered token tokenPairs diff --git a/x/erc20/keeper/token_pairs_test.go b/x/erc20/keeper/token_pairs_test.go index f5eb2e4..996d462 100644 --- a/x/erc20/keeper/token_pairs_test.go +++ b/x/erc20/keeper/token_pairs_test.go @@ -7,7 +7,7 @@ import ( "github.com/tharsis/ethermint/tests" evmtypes "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/types" ) func (suite *KeeperTestSuite) TestGetTokenPairs() { diff --git a/x/erc20/migrations/v2/migration.go b/x/erc20/migrations/v2/migration.go index e9c43d9..dbc122b 100644 --- a/x/erc20/migrations/v2/migration.go +++ b/x/erc20/migrations/v2/migration.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/types" ) // UpdateParams updates the module parameters EnableERC20 and EnableEMVHook diff --git a/x/erc20/migrations/v2/migration_test.go b/x/erc20/migrations/v2/migration_test.go index 4627c64..9ccf244 100644 --- a/x/erc20/migrations/v2/migration_test.go +++ b/x/erc20/migrations/v2/migration_test.go @@ -12,9 +12,9 @@ import ( "github.com/tharsis/ethermint/encoding" - "github.com/tharsis/evmos/v5/app" - v2 "github.com/tharsis/evmos/v5/x/erc20/migrations/v2" - erc20types "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/app" + v2 "github.com/evmos/evmos/v5/x/erc20/migrations/v2" + erc20types "github.com/evmos/evmos/v5/x/erc20/types" ) func TestUpdateParams(t *testing.T) { diff --git a/x/erc20/module.go b/x/erc20/module.go index 68e57c3..7a09695 100644 --- a/x/erc20/module.go +++ b/x/erc20/module.go @@ -18,9 +18,9 @@ import ( "github.com/spf13/cobra" abci "github.com/tendermint/tendermint/abci/types" - "github.com/tharsis/evmos/v5/x/erc20/client/cli" - "github.com/tharsis/evmos/v5/x/erc20/keeper" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/client/cli" + "github.com/evmos/evmos/v5/x/erc20/keeper" + "github.com/evmos/evmos/v5/x/erc20/types" ) // type check to ensure the interface is properly implemented diff --git a/x/erc20/proposal_handler.go b/x/erc20/proposal_handler.go index cad80b3..9fcb377 100644 --- a/x/erc20/proposal_handler.go +++ b/x/erc20/proposal_handler.go @@ -6,8 +6,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/ethereum/go-ethereum/common" - "github.com/tharsis/evmos/v5/x/erc20/keeper" - "github.com/tharsis/evmos/v5/x/erc20/types" + "github.com/evmos/evmos/v5/x/erc20/keeper" + "github.com/evmos/evmos/v5/x/erc20/types" ) // NewErc20ProposalHandler creates a governance handler to manage new proposal types. diff --git a/x/erc20/spec/03_state_transitions.md b/x/erc20/spec/03_state_transitions.md index 4a65b02..9794a25 100644 --- a/x/erc20/spec/03_state_transitions.md +++ b/x/erc20/spec/03_state_transitions.md @@ -14,7 +14,7 @@ A user registers a native Cosmos Coin. Once the proposal passes (i.e is Approval 1. User submits a `RegisterCoinProposal` 2. Validators of the Evmos Hub vote on the proposal using `MsgVote` and proposal passes -3. If Cosmos coin or IBC voucher exist on the bank module supply, create the [ERC20 token contract](https://github.com/tharsis/evmos/blob/main/contracts/ERC20MinterBurnerDecimals.sol) on the EVM based on the ERC20Mintable ([ERC20Mintable by openzeppelin](https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/contracts/token/ERC20)) interface +3. If Cosmos coin or IBC voucher exist on the bank module supply, create the [ERC20 token contract](https://github.com/evmos/evmos/blob/main/contracts/ERC20MinterBurnerDecimals.sol) on the EVM based on the ERC20Mintable ([ERC20Mintable by openzeppelin](https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/contracts/token/ERC20)) interface - Initial supply: 0 - Token details (Name, Symbol, Decimals, etc) are derived from the bank module `Metadata` field on the proposal content. diff --git a/x/fees/client/cli/query.go b/x/fees/client/cli/query.go index fcaaf6a..a91023e 100644 --- a/x/fees/client/cli/query.go +++ b/x/fees/client/cli/query.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/version" - "github.com/tharsis/evmos/v5/x/fees/types" + "github.com/evmos/evmos/v5/x/fees/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/fees/client/cli/tx.go b/x/fees/client/cli/tx.go index 290503e..e5a8164 100644 --- a/x/fees/client/cli/tx.go +++ b/x/fees/client/cli/tx.go @@ -13,7 +13,7 @@ import ( ethermint "github.com/tharsis/ethermint/types" - "github.com/tharsis/evmos/v5/x/fees/types" + "github.com/evmos/evmos/v5/x/fees/types" ) // NewTxCmd returns a root CLI command handler for certain modules/erc20 transaction commands. diff --git a/x/fees/genesis.go b/x/fees/genesis.go index 2a2258c..0c8d61e 100644 --- a/x/fees/genesis.go +++ b/x/fees/genesis.go @@ -4,8 +4,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/ethereum/go-ethereum/common" - "github.com/tharsis/evmos/v5/x/fees/keeper" - "github.com/tharsis/evmos/v5/x/fees/types" + "github.com/evmos/evmos/v5/x/fees/keeper" + "github.com/evmos/evmos/v5/x/fees/types" ) // InitGenesis import module genesis diff --git a/x/fees/handler.go b/x/fees/handler.go index 3c086c9..3f3e9de 100644 --- a/x/fees/handler.go +++ b/x/fees/handler.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/tharsis/evmos/v5/x/fees/types" + "github.com/evmos/evmos/v5/x/fees/types" ) // NewHandler defines the fees module handler instance diff --git a/x/fees/keeper/fees.go b/x/fees/keeper/fees.go index 9488e43..c13f6a2 100644 --- a/x/fees/keeper/fees.go +++ b/x/fees/keeper/fees.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/ethereum/go-ethereum/common" - "github.com/tharsis/evmos/v5/x/fees/types" + "github.com/evmos/evmos/v5/x/fees/types" ) // GetFees - get all registered Fee instances diff --git a/x/fees/keeper/fees_test.go b/x/fees/keeper/fees_test.go index 6847a98..a1f8368 100644 --- a/x/fees/keeper/fees_test.go +++ b/x/fees/keeper/fees_test.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/ethereum/go-ethereum/common" + "github.com/evmos/evmos/v5/x/fees/types" "github.com/tharsis/ethermint/tests" - "github.com/tharsis/evmos/v5/x/fees/types" ) func (suite *KeeperTestSuite) TestGetFees() { diff --git a/x/fees/keeper/grpc_query.go b/x/fees/keeper/grpc_query.go index 32a6533..c9b927d 100644 --- a/x/fees/keeper/grpc_query.go +++ b/x/fees/keeper/grpc_query.go @@ -13,7 +13,7 @@ import ( "github.com/ethereum/go-ethereum/common" ethermint "github.com/tharsis/ethermint/types" - "github.com/tharsis/evmos/v5/x/fees/types" + "github.com/evmos/evmos/v5/x/fees/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/fees/keeper/grpc_query_test.go b/x/fees/keeper/grpc_query_test.go index 16a9eb5..d15c2f6 100644 --- a/x/fees/keeper/grpc_query_test.go +++ b/x/fees/keeper/grpc_query_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" + "github.com/evmos/evmos/v5/x/fees/types" "github.com/tharsis/ethermint/tests" - "github.com/tharsis/evmos/v5/x/fees/types" ) func (suite *KeeperTestSuite) TestFees() { diff --git a/x/fees/keeper/integration_test.go b/x/fees/keeper/integration_test.go index 2432ed2..13aa96a 100644 --- a/x/fees/keeper/integration_test.go +++ b/x/fees/keeper/integration_test.go @@ -14,13 +14,13 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/tx/signing" ethtypes "github.com/ethereum/go-ethereum/core/types" + "github.com/evmos/evmos/v5/app" + "github.com/evmos/evmos/v5/testutil" + "github.com/evmos/evmos/v5/x/fees/types" "github.com/tharsis/ethermint/crypto/ethsecp256k1" "github.com/tharsis/ethermint/encoding" "github.com/tharsis/ethermint/tests" evmtypes "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/app" - "github.com/tharsis/evmos/v5/testutil" - "github.com/tharsis/evmos/v5/x/fees/types" codectypes "github.com/cosmos/cosmos-sdk/codec/types" authsigning "github.com/cosmos/cosmos-sdk/x/auth/signing" diff --git a/x/fees/keeper/keeper.go b/x/fees/keeper/keeper.go index f9ab139..55908c1 100644 --- a/x/fees/keeper/keeper.go +++ b/x/fees/keeper/keeper.go @@ -8,7 +8,7 @@ import ( paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" "github.com/tendermint/tendermint/libs/log" - "github.com/tharsis/evmos/v5/x/fees/types" + "github.com/evmos/evmos/v5/x/fees/types" ) // Keeper of this module maintains collections of fee information for contracts diff --git a/x/fees/keeper/keeper_test.go b/x/fees/keeper/keeper_test.go index d468c3a..7c3f920 100644 --- a/x/fees/keeper/keeper_test.go +++ b/x/fees/keeper/keeper_test.go @@ -18,6 +18,9 @@ import ( stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" ethtypes "github.com/ethereum/go-ethereum/core/types" + "github.com/evmos/evmos/v5/app" + claimtypes "github.com/evmos/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/fees/types" "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" abci "github.com/tendermint/tendermint/abci/types" @@ -26,9 +29,6 @@ import ( tmversion "github.com/tendermint/tendermint/proto/tendermint/version" "github.com/tendermint/tendermint/version" evm "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/app" - claimtypes "github.com/tharsis/evmos/v5/x/claims/types" - "github.com/tharsis/evmos/v5/x/fees/types" ) type KeeperTestSuite struct { diff --git a/x/fees/keeper/msg_server.go b/x/fees/keeper/msg_server.go index 322998b..3afe6c2 100644 --- a/x/fees/keeper/msg_server.go +++ b/x/fees/keeper/msg_server.go @@ -8,7 +8,7 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/crypto" - "github.com/tharsis/evmos/v5/x/fees/types" + "github.com/evmos/evmos/v5/x/fees/types" ) var _ types.MsgServer = &Keeper{} diff --git a/x/fees/keeper/msg_server_test.go b/x/fees/keeper/msg_server_test.go index f3af840..09656e8 100644 --- a/x/fees/keeper/msg_server_test.go +++ b/x/fees/keeper/msg_server_test.go @@ -11,7 +11,7 @@ import ( "github.com/tharsis/ethermint/tests" "github.com/tharsis/ethermint/x/evm/statedb" - "github.com/tharsis/evmos/v5/x/fees/types" + "github.com/evmos/evmos/v5/x/fees/types" ) func (suite *KeeperTestSuite) TestRegisterFee() { diff --git a/x/fees/keeper/params.go b/x/fees/keeper/params.go index 423e6bc..5658429 100644 --- a/x/fees/keeper/params.go +++ b/x/fees/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/fees/types" + "github.com/evmos/evmos/v5/x/fees/types" ) // GetParams returns the total set of fees parameters. diff --git a/x/fees/keeper/params_test.go b/x/fees/keeper/params_test.go index 3325ad6..d6dd689 100644 --- a/x/fees/keeper/params_test.go +++ b/x/fees/keeper/params_test.go @@ -1,6 +1,6 @@ package keeper_test -import "github.com/tharsis/evmos/v5/x/fees/types" +import "github.com/evmos/evmos/v5/x/fees/types" func (suite *KeeperTestSuite) TestParams() { params := suite.app.FeesKeeper.GetParams(suite.ctx) diff --git a/x/fees/module.go b/x/fees/module.go index 3ea71fc..4c84c9c 100644 --- a/x/fees/module.go +++ b/x/fees/module.go @@ -18,9 +18,9 @@ import ( "github.com/spf13/cobra" abci "github.com/tendermint/tendermint/abci/types" - "github.com/tharsis/evmos/v5/x/fees/client/cli" - "github.com/tharsis/evmos/v5/x/fees/keeper" - "github.com/tharsis/evmos/v5/x/fees/types" + "github.com/evmos/evmos/v5/x/fees/client/cli" + "github.com/evmos/evmos/v5/x/fees/keeper" + "github.com/evmos/evmos/v5/x/fees/types" ) // type check to ensure the interface is properly implemented diff --git a/x/incentives/client/cli/query.go b/x/incentives/client/cli/query.go index 76d341c..da0e601 100644 --- a/x/incentives/client/cli/query.go +++ b/x/incentives/client/cli/query.go @@ -9,7 +9,7 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/spf13/cobra" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/types" ) // GetQueryCmd returns the parent command for all incentives CLI query commands. diff --git a/x/incentives/client/cli/tx.go b/x/incentives/client/cli/tx.go index a12242a..763a4bd 100644 --- a/x/incentives/client/cli/tx.go +++ b/x/incentives/client/cli/tx.go @@ -14,7 +14,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/gov/client/cli" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/types" ) // NewRegisterIncentiveProposalCmd implements the command to submit a register diff --git a/x/incentives/client/proposal_handler.go b/x/incentives/client/proposal_handler.go index 9b44f4a..cfff17a 100644 --- a/x/incentives/client/proposal_handler.go +++ b/x/incentives/client/proposal_handler.go @@ -3,8 +3,8 @@ package client import ( govclient "github.com/cosmos/cosmos-sdk/x/gov/client" - "github.com/tharsis/evmos/v5/x/incentives/client/cli" - "github.com/tharsis/evmos/v5/x/incentives/client/rest" + "github.com/evmos/evmos/v5/x/incentives/client/cli" + "github.com/evmos/evmos/v5/x/incentives/client/rest" ) var ( diff --git a/x/incentives/client/rest/rest.go b/x/incentives/client/rest/rest.go index 26c4c8a..f9ba303 100644 --- a/x/incentives/client/rest/rest.go +++ b/x/incentives/client/rest/rest.go @@ -10,7 +10,7 @@ import ( govrest "github.com/cosmos/cosmos-sdk/x/gov/client/rest" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/types" ) // RegisterIncentiveProposalRequest defines a request for a new register a diff --git a/x/incentives/genesis.go b/x/incentives/genesis.go index 56a5305..04c6463 100644 --- a/x/incentives/genesis.go +++ b/x/incentives/genesis.go @@ -4,8 +4,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authkeeper "github.com/cosmos/cosmos-sdk/x/auth/keeper" - "github.com/tharsis/evmos/v5/x/incentives/keeper" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/keeper" + "github.com/evmos/evmos/v5/x/incentives/types" ) // InitGenesis import module genesis diff --git a/x/incentives/keeper/allocation_meters.go b/x/incentives/keeper/allocation_meters.go index b60fc59..7d97d1f 100644 --- a/x/incentives/keeper/allocation_meters.go +++ b/x/incentives/keeper/allocation_meters.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/types" ) // GetAllAllocationMeters - get all registered AllocationMeters diff --git a/x/incentives/keeper/distribution.go b/x/incentives/keeper/distribution.go index c295efb..5087a43 100644 --- a/x/incentives/keeper/distribution.go +++ b/x/incentives/keeper/distribution.go @@ -10,7 +10,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/ethereum/go-ethereum/common" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/types" ) // DistributeRewards transfers the allocated rewards to the participants of a given diff --git a/x/incentives/keeper/distribution_test.go b/x/incentives/keeper/distribution_test.go index 59c6516..a914137 100644 --- a/x/incentives/keeper/distribution_test.go +++ b/x/incentives/keeper/distribution_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/types" ) func (suite *KeeperTestSuite) TestDistributeIncentives() { diff --git a/x/incentives/keeper/epoch_hooks.go b/x/incentives/keeper/epoch_hooks.go index c89c72f..c345291 100644 --- a/x/incentives/keeper/epoch_hooks.go +++ b/x/incentives/keeper/epoch_hooks.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - epochstypes "github.com/tharsis/evmos/v5/x/epochs/types" + epochstypes "github.com/evmos/evmos/v5/x/epochs/types" ) // BeforeEpochStart performs a no-op diff --git a/x/incentives/keeper/evm_hooks.go b/x/incentives/keeper/evm_hooks.go index 793b56d..5aff8a4 100644 --- a/x/incentives/keeper/evm_hooks.go +++ b/x/incentives/keeper/evm_hooks.go @@ -11,7 +11,7 @@ import ( ethermint "github.com/tharsis/ethermint/types" evmtypes "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/types" ) var _ evmtypes.EvmHooks = Hooks{} diff --git a/x/incentives/keeper/evm_hooks_test.go b/x/incentives/keeper/evm_hooks_test.go index 407e0b6..f51719e 100644 --- a/x/incentives/keeper/evm_hooks_test.go +++ b/x/incentives/keeper/evm_hooks_test.go @@ -14,9 +14,9 @@ import ( ethermint "github.com/tharsis/ethermint/types" evm "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/testutil" - "github.com/tharsis/evmos/v5/x/incentives/types" - vestingtypes "github.com/tharsis/evmos/v5/x/vesting/types" + "github.com/evmos/evmos/v5/testutil" + "github.com/evmos/evmos/v5/x/incentives/types" + vestingtypes "github.com/evmos/evmos/v5/x/vesting/types" ) // ensureHooksSet tries to set the hooks on EVMKeeper, this will fail if the diff --git a/x/incentives/keeper/gas_meters.go b/x/incentives/keeper/gas_meters.go index c29ca0d..90f80c1 100644 --- a/x/incentives/keeper/gas_meters.go +++ b/x/incentives/keeper/gas_meters.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/ethereum/go-ethereum/common" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/types" ) // GetIncentivesGasMeters - get all registered GasMeters per Incentive diff --git a/x/incentives/keeper/gas_meters_test.go b/x/incentives/keeper/gas_meters_test.go index 48bac9c..c055733 100644 --- a/x/incentives/keeper/gas_meters_test.go +++ b/x/incentives/keeper/gas_meters_test.go @@ -6,7 +6,7 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/tharsis/ethermint/tests" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/types" ) func (suite *KeeperTestSuite) TestGetIncentivesGasMeters() { diff --git a/x/incentives/keeper/grpc_query.go b/x/incentives/keeper/grpc_query.go index 4973f1a..83f5570 100644 --- a/x/incentives/keeper/grpc_query.go +++ b/x/incentives/keeper/grpc_query.go @@ -14,7 +14,7 @@ import ( "github.com/ethereum/go-ethereum/common" ethermint "github.com/tharsis/ethermint/types" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/incentives/keeper/grpc_query_test.go b/x/incentives/keeper/grpc_query_test.go index 6ef3df6..c390b90 100644 --- a/x/incentives/keeper/grpc_query_test.go +++ b/x/incentives/keeper/grpc_query_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/types" ) func (suite *KeeperTestSuite) TestIncentives() { diff --git a/x/incentives/keeper/incentives.go b/x/incentives/keeper/incentives.go index fab3012..f35345f 100644 --- a/x/incentives/keeper/incentives.go +++ b/x/incentives/keeper/incentives.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/ethereum/go-ethereum/common" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/types" ) // GetAllIncentives - get all registered Incentives diff --git a/x/incentives/keeper/incentives_test.go b/x/incentives/keeper/incentives_test.go index 2991293..f139d6f 100644 --- a/x/incentives/keeper/incentives_test.go +++ b/x/incentives/keeper/incentives_test.go @@ -5,7 +5,7 @@ import ( "github.com/ethereum/go-ethereum/common" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/types" ) func (suite *KeeperTestSuite) TestGetAllIncentives() { diff --git a/x/incentives/keeper/integration_test.go b/x/incentives/keeper/integration_test.go index 92a54b8..48dfab6 100644 --- a/x/incentives/keeper/integration_test.go +++ b/x/incentives/keeper/integration_test.go @@ -15,7 +15,7 @@ import ( ethermint "github.com/tharsis/ethermint/types" evmtypes "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/types" ) var _ = Describe("Performing EVM transactions", Ordered, func() { diff --git a/x/incentives/keeper/keeper.go b/x/incentives/keeper/keeper.go index b4ead90..cf7e189 100644 --- a/x/incentives/keeper/keeper.go +++ b/x/incentives/keeper/keeper.go @@ -8,7 +8,7 @@ import ( paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" "github.com/tendermint/tendermint/libs/log" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/types" ) // Keeper of this module maintains collections of incentives. diff --git a/x/incentives/keeper/keeper_test.go b/x/incentives/keeper/keeper_test.go index 8ea8146..51e8a29 100644 --- a/x/incentives/keeper/keeper_test.go +++ b/x/incentives/keeper/keeper_test.go @@ -36,10 +36,10 @@ import ( ethermint "github.com/tharsis/ethermint/types" evm "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/app" - "github.com/tharsis/evmos/v5/contracts" - epochstypes "github.com/tharsis/evmos/v5/x/epochs/types" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/app" + "github.com/evmos/evmos/v5/contracts" + epochstypes "github.com/evmos/evmos/v5/x/epochs/types" + "github.com/evmos/evmos/v5/x/incentives/types" ) var ( diff --git a/x/incentives/keeper/params.go b/x/incentives/keeper/params.go index d068e21..750a029 100644 --- a/x/incentives/keeper/params.go +++ b/x/incentives/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/types" ) // GetParams returns the total set of incentives parameters. diff --git a/x/incentives/keeper/params_test.go b/x/incentives/keeper/params_test.go index 58c6a40..09a0c3e 100644 --- a/x/incentives/keeper/params_test.go +++ b/x/incentives/keeper/params_test.go @@ -1,6 +1,6 @@ package keeper_test -import "github.com/tharsis/evmos/v5/x/incentives/types" +import "github.com/evmos/evmos/v5/x/incentives/types" func (suite *KeeperTestSuite) TestParams() { params := suite.app.IncentivesKeeper.GetParams(suite.ctx) diff --git a/x/incentives/keeper/proposals.go b/x/incentives/keeper/proposals.go index d7074ac..e78046b 100644 --- a/x/incentives/keeper/proposals.go +++ b/x/incentives/keeper/proposals.go @@ -5,7 +5,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/ethereum/go-ethereum/common" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/types" ) // RegisterIncentive creates an incentive for a contract diff --git a/x/incentives/keeper/proposals_test.go b/x/incentives/keeper/proposals_test.go index b02ab66..adbfe8c 100644 --- a/x/incentives/keeper/proposals_test.go +++ b/x/incentives/keeper/proposals_test.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" + "github.com/evmos/evmos/v5/x/incentives/types" "github.com/tharsis/ethermint/tests" - "github.com/tharsis/evmos/v5/x/incentives/types" ) func (suite KeeperTestSuite) TestRegisterIncentive() { diff --git a/x/incentives/module.go b/x/incentives/module.go index 1090c31..ff7de21 100644 --- a/x/incentives/module.go +++ b/x/incentives/module.go @@ -18,9 +18,9 @@ import ( "github.com/spf13/cobra" abci "github.com/tendermint/tendermint/abci/types" - "github.com/tharsis/evmos/v5/x/incentives/client/cli" - "github.com/tharsis/evmos/v5/x/incentives/keeper" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/client/cli" + "github.com/evmos/evmos/v5/x/incentives/keeper" + "github.com/evmos/evmos/v5/x/incentives/types" ) // type check to ensure the interface is properly implemented diff --git a/x/incentives/proposal_handler.go b/x/incentives/proposal_handler.go index 733b28b..c3f2fc7 100644 --- a/x/incentives/proposal_handler.go +++ b/x/incentives/proposal_handler.go @@ -8,8 +8,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/ethereum/go-ethereum/common" - "github.com/tharsis/evmos/v5/x/incentives/keeper" - "github.com/tharsis/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/incentives/keeper" + "github.com/evmos/evmos/v5/x/incentives/types" ) // NewIncentivesProposalHandler creates a governance handler to manage new diff --git a/x/incentives/types/interfaces.go b/x/incentives/types/interfaces.go index 24079cf..1f221ab 100644 --- a/x/incentives/types/interfaces.go +++ b/x/incentives/types/interfaces.go @@ -14,7 +14,7 @@ import ( "github.com/tharsis/ethermint/x/evm/statedb" evmtypes "github.com/tharsis/ethermint/x/evm/types" - inflationtypes "github.com/tharsis/evmos/v5/x/inflation/types" + inflationtypes "github.com/evmos/evmos/v5/x/inflation/types" ) // AccountKeeper defines the expected interface needed to retrieve account info. diff --git a/x/incentives/types/params.go b/x/incentives/types/params.go index c32bb75..fa36e57 100644 --- a/x/incentives/types/params.go +++ b/x/incentives/types/params.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - epochstypes "github.com/tharsis/evmos/v5/x/epochs/types" + epochstypes "github.com/evmos/evmos/v5/x/epochs/types" ) // Parameter store key diff --git a/x/incentives/types/params_test.go b/x/incentives/types/params_test.go index 2b034b8..02aab05 100644 --- a/x/incentives/types/params_test.go +++ b/x/incentives/types/params_test.go @@ -9,7 +9,7 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - epochstypes "github.com/tharsis/evmos/v5/x/epochs/types" + epochstypes "github.com/evmos/evmos/v5/x/epochs/types" ) type ParamsTestSuite struct { diff --git a/x/inflation/client/cli/query.go b/x/inflation/client/cli/query.go index daf5c2e..bc97869 100644 --- a/x/inflation/client/cli/query.go +++ b/x/inflation/client/cli/query.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/tharsis/evmos/v5/x/inflation/types" + "github.com/evmos/evmos/v5/x/inflation/types" ) // GetQueryCmd returns the cli query commands for the inflation module. diff --git a/x/inflation/genesis.go b/x/inflation/genesis.go index 23abafa..7efb5d7 100644 --- a/x/inflation/genesis.go +++ b/x/inflation/genesis.go @@ -2,8 +2,8 @@ package inflation import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/inflation/keeper" - "github.com/tharsis/evmos/v5/x/inflation/types" + "github.com/evmos/evmos/v5/x/inflation/keeper" + "github.com/evmos/evmos/v5/x/inflation/types" ) // InitGenesis import module genesis diff --git a/x/inflation/keeper/epoch_info.go b/x/inflation/keeper/epoch_info.go index 1bf57b4..6c76e5a 100644 --- a/x/inflation/keeper/epoch_info.go +++ b/x/inflation/keeper/epoch_info.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/inflation/types" + "github.com/evmos/evmos/v5/x/inflation/types" ) // GetEpochIdentifier gets the epoch identifier diff --git a/x/inflation/keeper/epoch_info_test.go b/x/inflation/keeper/epoch_info_test.go index faf8c32..4869e0a 100644 --- a/x/inflation/keeper/epoch_info_test.go +++ b/x/inflation/keeper/epoch_info_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "fmt" - epochstypes "github.com/tharsis/evmos/v5/x/epochs/types" - "github.com/tharsis/evmos/v5/x/inflation/types" + epochstypes "github.com/evmos/evmos/v5/x/epochs/types" + "github.com/evmos/evmos/v5/x/inflation/types" ) func (suite *KeeperTestSuite) TestSetGetEpochIdentifier() { diff --git a/x/inflation/keeper/epoch_mint_provisions.go b/x/inflation/keeper/epoch_mint_provisions.go index 6debc06..970ec16 100644 --- a/x/inflation/keeper/epoch_mint_provisions.go +++ b/x/inflation/keeper/epoch_mint_provisions.go @@ -4,7 +4,7 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/inflation/types" + "github.com/evmos/evmos/v5/x/inflation/types" ) // GetEpochMintProvision gets the current EpochMintProvision diff --git a/x/inflation/keeper/grpc_query.go b/x/inflation/keeper/grpc_query.go index 57970fd..c86d2a6 100644 --- a/x/inflation/keeper/grpc_query.go +++ b/x/inflation/keeper/grpc_query.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/inflation/types" + "github.com/evmos/evmos/v5/x/inflation/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/inflation/keeper/grpc_query_test.go b/x/inflation/keeper/grpc_query_test.go index f26e47b..54f57f3 100644 --- a/x/inflation/keeper/grpc_query_test.go +++ b/x/inflation/keeper/grpc_query_test.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" + "github.com/evmos/evmos/v5/x/inflation/types" ethermint "github.com/tharsis/ethermint/types" - "github.com/tharsis/evmos/v5/x/inflation/types" ) func (suite *KeeperTestSuite) TestPeriod() { diff --git a/x/inflation/keeper/hooks.go b/x/inflation/keeper/hooks.go index 3471cb7..61e10a6 100644 --- a/x/inflation/keeper/hooks.go +++ b/x/inflation/keeper/hooks.go @@ -6,8 +6,8 @@ import ( "github.com/armon/go-metrics" "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - epochstypes "github.com/tharsis/evmos/v5/x/epochs/types" - "github.com/tharsis/evmos/v5/x/inflation/types" + epochstypes "github.com/evmos/evmos/v5/x/epochs/types" + "github.com/evmos/evmos/v5/x/inflation/types" ) // BeforeEpochStart: noop, We don't need to do anything here diff --git a/x/inflation/keeper/hooks_test.go b/x/inflation/keeper/hooks_test.go index aae1e2b..4bf3e4d 100644 --- a/x/inflation/keeper/hooks_test.go +++ b/x/inflation/keeper/hooks_test.go @@ -4,8 +4,8 @@ import ( "fmt" "time" - epochstypes "github.com/tharsis/evmos/v5/x/epochs/types" - "github.com/tharsis/evmos/v5/x/inflation/types" + epochstypes "github.com/evmos/evmos/v5/x/epochs/types" + "github.com/evmos/evmos/v5/x/inflation/types" ) func (suite *KeeperTestSuite) TestEpochIdentifierAfterEpochEnd() { diff --git a/x/inflation/keeper/inflation.go b/x/inflation/keeper/inflation.go index 8a88366..c6dd53c 100644 --- a/x/inflation/keeper/inflation.go +++ b/x/inflation/keeper/inflation.go @@ -5,9 +5,9 @@ import ( ethermint "github.com/tharsis/ethermint/types" - evmos "github.com/tharsis/evmos/v5/types" - incentivestypes "github.com/tharsis/evmos/v5/x/incentives/types" - "github.com/tharsis/evmos/v5/x/inflation/types" + evmos "github.com/evmos/evmos/v5/types" + incentivestypes "github.com/evmos/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/inflation/types" ) // 200M token at year 4 allocated to the team diff --git a/x/inflation/keeper/inflation_test.go b/x/inflation/keeper/inflation_test.go index 095531f..7016d74 100644 --- a/x/inflation/keeper/inflation_test.go +++ b/x/inflation/keeper/inflation_test.go @@ -5,9 +5,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" + incentivestypes "github.com/evmos/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/inflation/types" ethermint "github.com/tharsis/ethermint/types" - incentivestypes "github.com/tharsis/evmos/v5/x/incentives/types" - "github.com/tharsis/evmos/v5/x/inflation/types" ) func (suite *KeeperTestSuite) TestMintAndAllocateInflation() { diff --git a/x/inflation/keeper/integration_test.go b/x/inflation/keeper/integration_test.go index 3c2d894..3126d9b 100644 --- a/x/inflation/keeper/integration_test.go +++ b/x/inflation/keeper/integration_test.go @@ -8,8 +8,8 @@ import ( . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" - epochstypes "github.com/tharsis/evmos/v5/x/epochs/types" - incentivestypes "github.com/tharsis/evmos/v5/x/incentives/types" + epochstypes "github.com/evmos/evmos/v5/x/epochs/types" + incentivestypes "github.com/evmos/evmos/v5/x/incentives/types" ) var ( diff --git a/x/inflation/keeper/keeper.go b/x/inflation/keeper/keeper.go index 3f5218a..9cd385c 100644 --- a/x/inflation/keeper/keeper.go +++ b/x/inflation/keeper/keeper.go @@ -7,7 +7,7 @@ import ( "github.com/tendermint/tendermint/libs/log" - "github.com/tharsis/evmos/v5/x/inflation/types" + "github.com/evmos/evmos/v5/x/inflation/types" ) // Keeper of the inflation store diff --git a/x/inflation/keeper/keeper_test.go b/x/inflation/keeper/keeper_test.go index 3d21deb..ac56c70 100644 --- a/x/inflation/keeper/keeper_test.go +++ b/x/inflation/keeper/keeper_test.go @@ -19,9 +19,9 @@ import ( evm "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/app" - epochstypes "github.com/tharsis/evmos/v5/x/epochs/types" - "github.com/tharsis/evmos/v5/x/inflation/types" + "github.com/evmos/evmos/v5/app" + epochstypes "github.com/evmos/evmos/v5/x/epochs/types" + "github.com/evmos/evmos/v5/x/inflation/types" ) var denomMint = types.DefaultInflationDenom diff --git a/x/inflation/keeper/params.go b/x/inflation/keeper/params.go index eeca2a7..13e0ace 100644 --- a/x/inflation/keeper/params.go +++ b/x/inflation/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/inflation/types" + "github.com/evmos/evmos/v5/x/inflation/types" ) // GetParams returns the total set of inflation parameters. diff --git a/x/inflation/keeper/params_test.go b/x/inflation/keeper/params_test.go index ee8d9a2..4c71037 100644 --- a/x/inflation/keeper/params_test.go +++ b/x/inflation/keeper/params_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/tharsis/evmos/v5/x/inflation/types" + "github.com/evmos/evmos/v5/x/inflation/types" ) func (suite *KeeperTestSuite) TestParams() { diff --git a/x/inflation/keeper/periods.go b/x/inflation/keeper/periods.go index 941b6b6..ced7dfd 100644 --- a/x/inflation/keeper/periods.go +++ b/x/inflation/keeper/periods.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/inflation/types" + "github.com/evmos/evmos/v5/x/inflation/types" ) // GetPeriod gets current period diff --git a/x/inflation/module.go b/x/inflation/module.go index 00a2d1a..3d5ed40 100644 --- a/x/inflation/module.go +++ b/x/inflation/module.go @@ -19,9 +19,9 @@ import ( "github.com/spf13/cobra" abci "github.com/tendermint/tendermint/abci/types" - "github.com/tharsis/evmos/v5/x/inflation/client/cli" - "github.com/tharsis/evmos/v5/x/inflation/keeper" - "github.com/tharsis/evmos/v5/x/inflation/types" + "github.com/evmos/evmos/v5/x/inflation/client/cli" + "github.com/evmos/evmos/v5/x/inflation/keeper" + "github.com/evmos/evmos/v5/x/inflation/types" ) // type check to ensure the interface is properly implemented diff --git a/x/inflation/types/genesis.go b/x/inflation/types/genesis.go index 7a5beb0..bd7ef52 100644 --- a/x/inflation/types/genesis.go +++ b/x/inflation/types/genesis.go @@ -3,7 +3,7 @@ package types import ( fmt "fmt" - epochstypes "github.com/tharsis/evmos/v5/x/epochs/types" + epochstypes "github.com/evmos/evmos/v5/x/epochs/types" ) // NewGenesisState creates a new GenesisState object diff --git a/x/inflation/types/genesis_test.go b/x/inflation/types/genesis_test.go index d87a57f..be23094 100644 --- a/x/inflation/types/genesis_test.go +++ b/x/inflation/types/genesis_test.go @@ -3,8 +3,8 @@ package types import ( "testing" + epochstypes "github.com/evmos/evmos/v5/x/epochs/types" "github.com/stretchr/testify/suite" - epochstypes "github.com/tharsis/evmos/v5/x/epochs/types" ) type GenesisTestSuite struct { diff --git a/x/recovery/client/cli/query.go b/x/recovery/client/cli/query.go index 0ac9b6b..8222277 100644 --- a/x/recovery/client/cli/query.go +++ b/x/recovery/client/cli/query.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/tharsis/evmos/v5/x/recovery/types" + "github.com/evmos/evmos/v5/x/recovery/types" ) // GetQueryCmd returns the parent command for all recovery CLI query commands. diff --git a/x/recovery/genesis.go b/x/recovery/genesis.go index f52c77a..40e14de 100644 --- a/x/recovery/genesis.go +++ b/x/recovery/genesis.go @@ -3,8 +3,8 @@ package recovery import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/recovery/keeper" - "github.com/tharsis/evmos/v5/x/recovery/types" + "github.com/evmos/evmos/v5/x/recovery/keeper" + "github.com/evmos/evmos/v5/x/recovery/types" ) // InitGenesis import module genesis diff --git a/x/recovery/genesis_test.go b/x/recovery/genesis_test.go index 5528277..2271978 100644 --- a/x/recovery/genesis_test.go +++ b/x/recovery/genesis_test.go @@ -15,9 +15,9 @@ import ( "github.com/tharsis/ethermint/tests" feemarkettypes "github.com/tharsis/ethermint/x/feemarket/types" - "github.com/tharsis/evmos/v5/app" - "github.com/tharsis/evmos/v5/x/recovery" - "github.com/tharsis/evmos/v5/x/recovery/types" + "github.com/evmos/evmos/v5/app" + "github.com/evmos/evmos/v5/x/recovery" + "github.com/evmos/evmos/v5/x/recovery/types" ) type GenesisTestSuite struct { diff --git a/x/recovery/ibc_middleware.go b/x/recovery/ibc_middleware.go index 92294a1..8a619fc 100644 --- a/x/recovery/ibc_middleware.go +++ b/x/recovery/ibc_middleware.go @@ -7,8 +7,8 @@ import ( porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/tharsis/evmos/v5/ibc" - "github.com/tharsis/evmos/v5/x/recovery/keeper" + "github.com/evmos/evmos/v5/ibc" + "github.com/evmos/evmos/v5/x/recovery/keeper" ) var _ porttypes.Middleware = &IBCMiddleware{} diff --git a/x/recovery/keeper/grpc_query.go b/x/recovery/keeper/grpc_query.go index 46aa66d..82e43ee 100644 --- a/x/recovery/keeper/grpc_query.go +++ b/x/recovery/keeper/grpc_query.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/recovery/types" + "github.com/evmos/evmos/v5/x/recovery/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/recovery/keeper/grpc_query_test.go b/x/recovery/keeper/grpc_query_test.go index 73d63ca..1dd48a6 100644 --- a/x/recovery/keeper/grpc_query_test.go +++ b/x/recovery/keeper/grpc_query_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/recovery/types" + "github.com/evmos/evmos/v5/x/recovery/types" ) func (suite *KeeperTestSuite) TestQueryParams() { diff --git a/x/recovery/keeper/ibc_callbacks.go b/x/recovery/keeper/ibc_callbacks.go index e558899..b73f96b 100644 --- a/x/recovery/keeper/ibc_callbacks.go +++ b/x/recovery/keeper/ibc_callbacks.go @@ -16,9 +16,9 @@ import ( host "github.com/cosmos/ibc-go/v3/modules/core/24-host" "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/tharsis/evmos/v5/ibc" - evmos "github.com/tharsis/evmos/v5/types" - "github.com/tharsis/evmos/v5/x/recovery/types" + "github.com/evmos/evmos/v5/ibc" + evmos "github.com/evmos/evmos/v5/types" + "github.com/evmos/evmos/v5/x/recovery/types" ) // OnRecvPacket performs an IBC receive callback. It returns the tokens that diff --git a/x/recovery/keeper/ibc_callbacks_integration_suite_test.go b/x/recovery/keeper/ibc_callbacks_integration_suite_test.go index df6cc66..bc8b782 100644 --- a/x/recovery/keeper/ibc_callbacks_integration_suite_test.go +++ b/x/recovery/keeper/ibc_callbacks_integration_suite_test.go @@ -15,13 +15,13 @@ import ( channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ibcgotesting "github.com/cosmos/ibc-go/v3/testing" - ibctesting "github.com/tharsis/evmos/v5/ibc/testing" + ibctesting "github.com/evmos/evmos/v5/ibc/testing" minttypes "github.com/cosmos/cosmos-sdk/x/mint/types" - "github.com/tharsis/evmos/v5/app" - claimtypes "github.com/tharsis/evmos/v5/x/claims/types" - inflationtypes "github.com/tharsis/evmos/v5/x/inflation/types" - "github.com/tharsis/evmos/v5/x/recovery/types" + "github.com/evmos/evmos/v5/app" + claimtypes "github.com/evmos/evmos/v5/x/claims/types" + inflationtypes "github.com/evmos/evmos/v5/x/inflation/types" + "github.com/evmos/evmos/v5/x/recovery/types" ) type IBCTestingSuite struct { diff --git a/x/recovery/keeper/ibc_callbacks_integration_test.go b/x/recovery/keeper/ibc_callbacks_integration_test.go index 52135af..377229a 100644 --- a/x/recovery/keeper/ibc_callbacks_integration_test.go +++ b/x/recovery/keeper/ibc_callbacks_integration_test.go @@ -6,12 +6,12 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" transfertypes "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + "github.com/evmos/evmos/v5/app" + "github.com/evmos/evmos/v5/testutil" + claimtypes "github.com/evmos/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/recovery/types" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" - "github.com/tharsis/evmos/v5/app" - "github.com/tharsis/evmos/v5/testutil" - claimtypes "github.com/tharsis/evmos/v5/x/claims/types" - "github.com/tharsis/evmos/v5/x/recovery/types" ) var _ = Describe("Recovery: Performing an IBC Transfer", Ordered, func() { diff --git a/x/recovery/keeper/ibc_callbacks_test.go b/x/recovery/keeper/ibc_callbacks_test.go index 05e0433..f666e82 100644 --- a/x/recovery/keeper/ibc_callbacks_test.go +++ b/x/recovery/keeper/ibc_callbacks_test.go @@ -6,10 +6,10 @@ import ( "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" + "github.com/evmos/evmos/v5/testutil" "github.com/stretchr/testify/mock" "github.com/tharsis/ethermint/crypto/ethsecp256k1" "github.com/tharsis/ethermint/tests" - "github.com/tharsis/evmos/v5/testutil" transfertypes "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" @@ -17,11 +17,11 @@ import ( ibcgotesting "github.com/cosmos/ibc-go/v3/testing" ibcmock "github.com/cosmos/ibc-go/v3/testing/mock" - claimstypes "github.com/tharsis/evmos/v5/x/claims/types" - incentivestypes "github.com/tharsis/evmos/v5/x/incentives/types" - "github.com/tharsis/evmos/v5/x/recovery/keeper" - "github.com/tharsis/evmos/v5/x/recovery/types" - vestingtypes "github.com/tharsis/evmos/v5/x/vesting/types" + claimstypes "github.com/evmos/evmos/v5/x/claims/types" + incentivestypes "github.com/evmos/evmos/v5/x/incentives/types" + "github.com/evmos/evmos/v5/x/recovery/keeper" + "github.com/evmos/evmos/v5/x/recovery/types" + vestingtypes "github.com/evmos/evmos/v5/x/vesting/types" ) func (suite *KeeperTestSuite) TestOnRecvPacket() { diff --git a/x/recovery/keeper/keeper.go b/x/recovery/keeper/keeper.go index 70a5050..9d82d90 100644 --- a/x/recovery/keeper/keeper.go +++ b/x/recovery/keeper/keeper.go @@ -13,7 +13,7 @@ import ( porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/tharsis/evmos/v5/x/recovery/types" + "github.com/evmos/evmos/v5/x/recovery/types" ) var _ transfertypes.ICS4Wrapper = Keeper{} diff --git a/x/recovery/keeper/keeper_test.go b/x/recovery/keeper/keeper_test.go index 9c1a52d..00d9f09 100644 --- a/x/recovery/keeper/keeper_test.go +++ b/x/recovery/keeper/keeper_test.go @@ -17,9 +17,9 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/app" - claimstypes "github.com/tharsis/evmos/v5/x/claims/types" - "github.com/tharsis/evmos/v5/x/recovery/types" + "github.com/evmos/evmos/v5/app" + claimstypes "github.com/evmos/evmos/v5/x/claims/types" + "github.com/evmos/evmos/v5/x/recovery/types" ) var ( diff --git a/x/recovery/keeper/params.go b/x/recovery/keeper/params.go index 142992f..3dc3bce 100644 --- a/x/recovery/keeper/params.go +++ b/x/recovery/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/tharsis/evmos/v5/x/recovery/types" + "github.com/evmos/evmos/v5/x/recovery/types" ) // GetParams returns the total set of recovery parameters. diff --git a/x/recovery/keeper/utils_test.go b/x/recovery/keeper/utils_test.go index 3968252..933d0b2 100644 --- a/x/recovery/keeper/utils_test.go +++ b/x/recovery/keeper/utils_test.go @@ -11,7 +11,7 @@ import ( transfertypes "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/tharsis/evmos/v5/x/recovery/types" + "github.com/evmos/evmos/v5/x/recovery/types" ) var _ types.TransferKeeper = &MockTransferKeeper{} diff --git a/x/recovery/module.go b/x/recovery/module.go index c778514..7e37e53 100644 --- a/x/recovery/module.go +++ b/x/recovery/module.go @@ -19,9 +19,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/tharsis/evmos/v5/x/recovery/client/cli" - "github.com/tharsis/evmos/v5/x/recovery/keeper" - "github.com/tharsis/evmos/v5/x/recovery/types" + "github.com/evmos/evmos/v5/x/recovery/client/cli" + "github.com/evmos/evmos/v5/x/recovery/keeper" + "github.com/evmos/evmos/v5/x/recovery/types" ) // type check to ensure the interface is properly implemented diff --git a/x/recovery/types/interfaces.go b/x/recovery/types/interfaces.go index dd20826..ca1fb53 100644 --- a/x/recovery/types/interfaces.go +++ b/x/recovery/types/interfaces.go @@ -10,7 +10,7 @@ import ( clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - claimstypes "github.com/tharsis/evmos/v5/x/claims/types" + claimstypes "github.com/evmos/evmos/v5/x/claims/types" ) // BankKeeper defines the banking keeper that must be fulfilled when diff --git a/x/vesting/client/cli/query.go b/x/vesting/client/cli/query.go index 2e0b767..1fa48db 100644 --- a/x/vesting/client/cli/query.go +++ b/x/vesting/client/cli/query.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/tharsis/evmos/v5/x/vesting/types" + "github.com/evmos/evmos/v5/x/vesting/types" ) // GetQueryCmd returns the parent command for all vesting CLI query commands. diff --git a/x/vesting/client/cli/tx.go b/x/vesting/client/cli/tx.go index 5598f8f..18d6871 100644 --- a/x/vesting/client/cli/tx.go +++ b/x/vesting/client/cli/tx.go @@ -12,7 +12,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkvesting "github.com/cosmos/cosmos-sdk/x/auth/vesting/types" - "github.com/tharsis/evmos/v5/x/vesting/types" + "github.com/evmos/evmos/v5/x/vesting/types" ) // Transaction command flags diff --git a/x/vesting/handler.go b/x/vesting/handler.go index 4ff1ed8..5eb0657 100644 --- a/x/vesting/handler.go +++ b/x/vesting/handler.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/tharsis/evmos/v5/x/vesting/types" + "github.com/evmos/evmos/v5/x/vesting/types" ) // NewHandler defines the vesting module handler instance diff --git a/x/vesting/keeper/grpc_query.go b/x/vesting/keeper/grpc_query.go index ab4c36f..dba5386 100644 --- a/x/vesting/keeper/grpc_query.go +++ b/x/vesting/keeper/grpc_query.go @@ -7,7 +7,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/tharsis/evmos/v5/x/vesting/types" + "github.com/evmos/evmos/v5/x/vesting/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/vesting/keeper/grpc_query_test.go b/x/vesting/keeper/grpc_query_test.go index 6c5256d..b569cec 100644 --- a/x/vesting/keeper/grpc_query_test.go +++ b/x/vesting/keeper/grpc_query_test.go @@ -6,9 +6,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" + "github.com/evmos/evmos/v5/testutil" + "github.com/evmos/evmos/v5/x/vesting/types" "github.com/tharsis/ethermint/tests" - "github.com/tharsis/evmos/v5/testutil" - "github.com/tharsis/evmos/v5/x/vesting/types" ) func (suite *KeeperTestSuite) TestBalances() { diff --git a/x/vesting/keeper/integration_test.go b/x/vesting/keeper/integration_test.go index 7562d65..415f50e 100644 --- a/x/vesting/keeper/integration_test.go +++ b/x/vesting/keeper/integration_test.go @@ -7,11 +7,11 @@ import ( . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" + "github.com/evmos/evmos/v5/app" + "github.com/evmos/evmos/v5/app/ante" + "github.com/evmos/evmos/v5/testutil" "github.com/tharsis/ethermint/encoding" "github.com/tharsis/ethermint/tests" - "github.com/tharsis/evmos/v5/app" - "github.com/tharsis/evmos/v5/app/ante" - "github.com/tharsis/evmos/v5/testutil" "github.com/ethereum/go-ethereum/common" ethtypes "github.com/ethereum/go-ethereum/core/types" @@ -22,7 +22,7 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" evmtypes "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/x/vesting/types" + "github.com/evmos/evmos/v5/x/vesting/types" ) // Clawback vesting with Cliff and Lock. In this case the cliff is reached diff --git a/x/vesting/keeper/keeper.go b/x/vesting/keeper/keeper.go index a4ba9f7..c82aea0 100644 --- a/x/vesting/keeper/keeper.go +++ b/x/vesting/keeper/keeper.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/tendermint/tendermint/libs/log" - "github.com/tharsis/evmos/v5/x/vesting/types" + "github.com/evmos/evmos/v5/x/vesting/types" ) // Keeper of this module maintains collections of vesting. diff --git a/x/vesting/keeper/keeper_test.go b/x/vesting/keeper/keeper_test.go index 30638e3..7f918ac 100644 --- a/x/vesting/keeper/keeper_test.go +++ b/x/vesting/keeper/keeper_test.go @@ -35,10 +35,10 @@ import ( ethermint "github.com/tharsis/ethermint/types" evm "github.com/tharsis/ethermint/x/evm/types" - "github.com/tharsis/evmos/v5/app" - "github.com/tharsis/evmos/v5/contracts" - epochstypes "github.com/tharsis/evmos/v5/x/epochs/types" - "github.com/tharsis/evmos/v5/x/vesting/types" + "github.com/evmos/evmos/v5/app" + "github.com/evmos/evmos/v5/contracts" + epochstypes "github.com/evmos/evmos/v5/x/epochs/types" + "github.com/evmos/evmos/v5/x/vesting/types" ) var ( diff --git a/x/vesting/keeper/msg_server.go b/x/vesting/keeper/msg_server.go index 332a9d0..2ca8752 100644 --- a/x/vesting/keeper/msg_server.go +++ b/x/vesting/keeper/msg_server.go @@ -13,7 +13,7 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" sdkvesting "github.com/cosmos/cosmos-sdk/x/auth/vesting/types" - "github.com/tharsis/evmos/v5/x/vesting/types" + "github.com/evmos/evmos/v5/x/vesting/types" ) var _ types.MsgServer = &Keeper{} diff --git a/x/vesting/keeper/msg_server_test.go b/x/vesting/keeper/msg_server_test.go index 89d1c97..a696a9d 100644 --- a/x/vesting/keeper/msg_server_test.go +++ b/x/vesting/keeper/msg_server_test.go @@ -9,9 +9,9 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" sdkvesting "github.com/cosmos/cosmos-sdk/x/auth/vesting/types" + "github.com/evmos/evmos/v5/testutil" + "github.com/evmos/evmos/v5/x/vesting/types" "github.com/tharsis/ethermint/tests" - "github.com/tharsis/evmos/v5/testutil" - "github.com/tharsis/evmos/v5/x/vesting/types" ) var ( diff --git a/x/vesting/module.go b/x/vesting/module.go index c8cae4c..349302a 100644 --- a/x/vesting/module.go +++ b/x/vesting/module.go @@ -18,9 +18,9 @@ import ( bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper" - "github.com/tharsis/evmos/v5/x/vesting/client/cli" - "github.com/tharsis/evmos/v5/x/vesting/keeper" - "github.com/tharsis/evmos/v5/x/vesting/types" + "github.com/evmos/evmos/v5/x/vesting/client/cli" + "github.com/evmos/evmos/v5/x/vesting/keeper" + "github.com/evmos/evmos/v5/x/vesting/types" ) var ( diff --git a/x/vesting/spec/07_clients.md b/x/vesting/spec/07_clients.md index ebc9347..03dc894 100644 --- a/x/vesting/spec/07_clients.md +++ b/x/vesting/spec/07_clients.md @@ -19,7 +19,7 @@ The genesis configuration commands allow users to configure the genesis `vesti Allows users to set up clawback vesting accounts at genesis, funded with an allocation of tokens, subject to clawback. Must provide a lockup periods file (`--lockup`), a vesting periods file (`--vesting`), or both. If both files are given, they must describe schedules for the same total amount. -If one file is omitted, it will default to a schedule that immediately unlocks or vests the entire amount. The described amount of coins will be transferred from the --from address to the vesting account. Unvested coins may be "clawed back" by the funder with the clawback command. Coins may not be transferred out of the account if they are locked or unvested. Only vested coins may be staked. For an example of how to set this see [this link](https://github.com/tharsis/evmos/pull/303). +If one file is omitted, it will default to a schedule that immediately unlocks or vests the entire amount. The described amount of coins will be transferred from the --from address to the vesting account. Unvested coins may be "clawed back" by the funder with the clawback command. Coins may not be transferred out of the account if they are locked or unvested. Only vested coins may be staked. For an example of how to set this see [this link](https://github.com/evmos/evmos/pull/303). ```go evmosd add-genesis-account [address_or_key_name] [coin][,[coin]] [flags] @@ -46,7 +46,7 @@ The `tx` commands allow users to create and clawback `vesting` account state Allows users to create a new vesting account funded with an allocation of tokens, subject to clawback. Must provide a lockup periods file (--lockup), a vesting periods file (--vesting), or both. If both files are given, they must describe schedules for the same total amount. -If one file is omitted, it will default to a schedule that immediately unlocks or vests the entire amount. The described amount of coins will be transferred from the --from address to the vesting account. Unvested coins may be "clawed back" by the funder with the clawback command. Coins may not be transferred out of the account if they are locked or unvested. Only vested coins may be staked. For an example of how to set this see [this link](https://github.com/tharsis/evmos/pull/303). +If one file is omitted, it will default to a schedule that immediately unlocks or vests the entire amount. The described amount of coins will be transferred from the --from address to the vesting account. Unvested coins may be "clawed back" by the funder with the clawback command. Coins may not be transferred out of the account if they are locked or unvested. Only vested coins may be staked. For an example of how to set this see [this link](https://github.com/evmos/evmos/pull/303). ```go evmosd tx vesting create-clawback-vesting-account [to_address] [flags] diff --git a/x/vesting/types/clawback_vesting_account_test.go b/x/vesting/types/clawback_vesting_account_test.go index 5ed6d32..e3812f2 100644 --- a/x/vesting/types/clawback_vesting_account_test.go +++ b/x/vesting/types/clawback_vesting_account_test.go @@ -11,8 +11,8 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" sdkvesting "github.com/cosmos/cosmos-sdk/x/auth/vesting/types" + "github.com/evmos/evmos/v5/x/vesting/types" "github.com/tharsis/ethermint/tests" - "github.com/tharsis/evmos/v5/x/vesting/types" ) var (