ethermint icon indicating copy to clipboard operation
ethermint copied to clipboard

Ethermint is a Cosmos SDK library for running scalable and interoperable EVM chains

Results 133 ethermint issues
Sort by recently updated
recently updated
newest added

__System info:__ [Include Ethermint commit, operating system name, and other relevant details] __Steps to reproduce:__ query block occasionally fail: ``` 'code': -32000, 'message': 'rpc error: code = Unknown desc =...

Status: Needs More Info
C:JSON-RPC
🐛 Bug: High

Closes: https://github.com/crypto-org-chain/cronos/issues/665 ## Description ______ For contributor use: - [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting)) - [ ] Linked to Github issue with discussion and accepted design...

![image](https://user-images.githubusercontent.com/44086461/188121609-1602e7cb-251d-4d62-b127-0c4321688d95.png) Found these lines of code in eth.go under EthAccountVerificationDecorator. Was thinking if this is pointless? If account is not present, no transaction can be done? So why bother creating...