This version fixes some bugs on the json-rpc endpoints and improve error messages in case of fail transactions.
Bug Fixes
- tharsis#781 fix empty transactions in getBlock
- crypto-org-chain/ethermint#15 web3 rpc api returns wrong block gas limit
- crypto-org-chain/ethermint#16 fix unwrap context panic in BlockMaxGasFromConsensusParams
Improvements
- tharsis#786 Improve error message of
SendTransaction/SendRawTransactionJSON-RPC APIs.