Daniel Burckhardt
Daniel Burckhardt
Websocket might have a lot of tech dept since it wasn't worked on for a long time. We need to improve reliability through a test suite. Create a websocket test...
Implement fuzzing tests: https://github.com/crypto-org-chain/ethermint/pull/6
Define potential types on Evmos and Ethermint that can be benefited from using Go generics Ref: - https://go.dev/blog/why-generics - https://go.dev/doc/tutorial/generics
- Create a go.work file - Create directive for JSON-RPC package SDK PR for reference: https://github.com/cosmos/cosmos-sdk/pull/11453 Ref: https://go.dev/ref/mod#workspaces
Cosmos SDK v0.45.2 contains the EIP191 Sign Mode. We can now implement an EIP191 Signing Handler
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...