Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions app/encoding.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (
"github.com/cosmos/gogoproto/proto"
"google.golang.org/protobuf/reflect/protoreflect"

evmlegacytypes "github.com/xrplevm/node/v9/types/legacy/ethermint/evm"
feemarketlegacytypes "github.com/xrplevm/node/v9/types/legacy/ethermint/feemarket"
erc20legacytypes "github.com/xrplevm/node/v9/types/legacy/evmos/erc20"
poalegacytypes "github.com/xrplevm/node/v9/x/poa/types/legacy"
Expand Down Expand Up @@ -48,8 +47,6 @@ func MakeEncodingConfig(evmChainID uint64) sdktestutil.TestEncodingConfig {
interfaceRegistry.RegisterImplementations((*sdk.Msg)(nil),
&poalegacytypes.MsgAddValidator{},
&poalegacytypes.MsgRemoveValidator{},
&evmlegacytypes.MsgEthereumTx{},
&evmlegacytypes.MsgUpdateParams{},
&feemarketlegacytypes.MsgUpdateParams{},
&erc20legacytypes.MsgConvertERC20{},
&erc20legacytypes.MsgConvertCoin{},
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ replace (
// fix cosmos-sdk store path mismatch
github.com/cosmos/cosmos-sdk/store => cosmossdk.io/store v1.1.2
// TODO: remove this once we have a proper fork of cosmos/evm
github.com/cosmos/evm => github.com/xrplevm/evm v0.4.1-xrplevm.1
github.com/cosmos/evm => github.com/xrplevm/evm v0.4.2-xrplevm.2
github.com/ethereum/go-ethereum => github.com/cosmos/go-ethereum v0.0.0-20250806193535-2fc7571efa91
// Security Advisory https://github.com/advisories/GHSA-h395-qcrw-5vmq
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.1
Expand Down
4 changes: 0 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1733,10 +1733,6 @@ github.com/urfave/cli/v2 v2.27.5/go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4=
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1/go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM=
github.com/xrplevm/cosmos-sdk v0.53.4-xrplevm.2 h1:6wrgalo5fN/iBbDSfBYZ1RldNFHZIxE7ARV1JbrrBtM=
github.com/xrplevm/cosmos-sdk v0.53.4-xrplevm.2/go.mod h1:7U3+WHZtI44dEOnU46+lDzBb2tFh1QlMvi8Z5JugopI=
github.com/xrplevm/evm v0.4.1-xrplevm.1 h1:ZLkJrj9Gv3yQfYd67IuK/URhSz3BLovKZUWn6iKWTNc=
github.com/xrplevm/evm v0.4.1-xrplevm.1/go.mod h1:cNTIB4xuCht7Y6EnGdkwR2c2nCmhILZ8WHSdQ5m+g/E=
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down
22 changes: 14 additions & 8 deletions types/legacy/ethermint/evm/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading