sei-protocol / sei-js

SeiJS is a monorepo that contains multiple NPM libraries for writing applications that interact with the Sei network.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] The 'proto' library does not have a module to handle the 'seiprotocol.seichain.evm.MsgEVMTransaction' message.

EddieYS95 opened this issue · comments

SeiJS package & version
"@sei-js/cosmjs": "^1.0.5", "@sei-js/evm": "^1.0.3"

Describe the bug
I am trying to parse EVM logs that remain in the CosmWasm Log using the Proto library, but I am unable to find the following logic and wonder if it is not supported:

import { seiprotocol } from "@sei-js/proto";
 
seiprotocol.seichain.evm.MsgEVMTransaction.decode(tx.body.messages[0].value)

This has been fixed in the latest version of @sei-js/evm

#166