ethermint
ethermint copied to clipboard
Ethermint is a Cosmos SDK library for running scalable and interoperable EVM chains
The testnet upgrade on 2022-04-05 at height 709050 required a hard fork, resetting the state seen by each node's local store. Querying from any pre-upgrade height requires data retrieval from...
Implement the [JSON-RPC methods](https://evmos.dev/api/json-rpc/endpoints.html) on a OpenRPC schema. See: https://open-rpc.org/ Docs: https://spec.open-rpc.org/#introduction @facs95 can you provide details on what's currently missing and your work here so that another team member...
ethereum/eip712/eip712.go:367:20 staticcheck SA1019: strings.Title has been deprecated since Go 1.18 and an alternative has been available since Go 1.0: The rule Title uses for word boundaries does not handle Unicode...
Correct if they use the endpoint they should get the right value…. Anyways, I think that this is something that would be good to improve. When gasPrice flag is not...
Ref: https://github.com/evmos/ethermint/pull/1162 TODOs: Update RPC with changes from the new release https://github.com/ethereum/go-ethereum/releases/tag/v1.10.20
``` {"level":"info","server":"node","module":"rpc-server","protocol":"websocket","remote":{"IP":"127.0.0.1","Port":57372,"Zone":""},"impl":"wsConnection","time":"2022-07-15T14:29:45Z","message":"Starting wsConnection service"} {"level":"error","server":"node","module":"rpc-server","protocol":"websocket","remote":{"IP":"127.0.0.1","Port":57322,"Zone":""},"err":"websocket: close 1006 (abnormal closure): unexpected EOF","time":"2022-07-15T14:31:35Z","message":"Failed to read request"} {"level":"info","server":"node","module":"rpc-server","protocol":"websocket","remote":{"IP":"127.0.0.1","Port":57322,"Zone":""},"impl":{"Logger":{}},"time":"2022-07-15T14:31:35Z","message":"Stopping wsConnection service"} {"level":"error","server":"node","module":"rpc-server","protocol":"websocket","error":"already stopped","time":"2022-07-15T14:31:35Z","message":"error while stopping connection"} ```
See https://github.com/evmos/ethermint/pull/386
https://www.notion.so/evmos/Cosmos-Functions-on-EVM-Level-c32d95bee0bb45f4913ddb9eb491378f To interact with the cosmos blockchain we need a smart contract that will enable to vote/stake/… with just a simple ethereum transaction
Most messages with EIP712 are working fine, but the code is not working if some values that are not the cosmos transaction itself, are contained inside a proto.Any object. The...