forked from evmos/evmos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* sdk v46 * app.go work * additional 46 conversion work. mainly gov and math. * hooks and schedule.go * fixes for dev env * generate protos * fix test * Revert "generate protos" This reverts commit 344b7eb. * change multiply calculate from Int * Int to Dec * Dec * fix signers type to mapping * fix logic test claim TestClaimOfDecayed * tidy * fixes (params_test.go) * fix genaccounts.go * fix testnet.go * sdk.Int -> math.Int * fix logic claim_test * fix more tests * remove gov SetHook * fix imports * fix integration test * evmos v7 ibc-go v5 * import cosmossdk math * add NextVals to TestChain * lint * linter passes: use nolint for deprecated gov prop techniques * fix test x/vesting * sdk.Int -> math.Int * updated ethermint * various fixes for tests * fix valset is nil * add validator to setup test * revert validator * format, regenerate protos * fumpt * fix invariant error in TestOnAcknowledgementPacketIBC * remove redundant third_party * fix error DeliverTx performEthTx integration_test * add validator to Test Keeper erc20 * add mock * fix test x/erc20 bonded pool balance is different from bonded coins * newer ibc-go v5 module * apply the valset patch * fix test erc20 integration_test => Should init eth account in app.go * protos... * add tools * bond denom * replace all acoin with aevmos * fix Case_no-op:_error_Ack * fix bonded pool balances not equal bonded coin * msgEth from = * fix calculate fee * fix vesting test * remove debug log * change TruncateInt to RoundInt * fix golangci-lint * fix test ibc callback recovery module * revert denom aevmos to acoin * add correct dependencies version * change ibcante in handler_options.go * Update Makefile * add proto lint tool to gitpod image * update genproto * update golangci and Makefile * proto tools * update scripts and .gitpod.yml * gitpod * gitpod * remove cosmos-proto * minor go mod * fix proto lint * restore original protogen * fix some bash, tidy * fix some bash * bash and ++ instead of += 1 * gofumpt * fix hooks.go issue * .golangci.yml * minor fix in testutil network * Update cmd/evmosd/cmd_test.go Co-authored-by: Daniel Burckhardt <[email protected]> * Update cmd/evmosd/main.go Co-authored-by: Daniel Burckhardt <[email protected]> * Update cmd/evmosd/root.go Co-authored-by: Daniel Burckhardt <[email protected]> * add implementation for ICS4 GetAppVarsion * minor * Update x/erc20/client/cli/tx.go Co-authored-by: Federico Kunze Küllmer <[email protected]> * Update x/erc20/client/cli/tx.go Co-authored-by: Federico Kunze Küllmer <[email protected]> * Update x/erc20/client/cli/tx.go Co-authored-by: Federico Kunze Küllmer <[email protected]> * minor refactor * update path to v10 and bump deps * Update ibc/testing/README.md Co-authored-by: Federico Kunze Küllmer <[email protected]> * Update evm_hooks.go * GetParamSetIfExists * Update handler_options.go * Update root.go * fix shellcheck feedback * comment on GetAppVersion * use ethermint's power reduction * note need to update ethermint import in go.mod * use cosmossdk.io/errors * minor hygiene * add NewExtensionOptionsDecorator Co-authored-by: GNaD <[email protected]> Co-authored-by: nghuyenthevinh2000 <[email protected]> Co-authored-by: GNaD13 <[email protected]> Co-authored-by: Daniel Burckhardt <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]>
- Loading branch information
1 parent
732447b
commit 54182b5
Showing
276 changed files
with
6,190 additions
and
2,878 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.