laconicd-deprecated/rpc/namespaces/ethereum
Daniel Burckhardt 9f03ca713d
tests(rpc): add backend blocks tests (#1296)
* wip

* rename GetTendermintBlockByNumber to TendermintBlockByNumber

* rename GetTendermintBlockResultByNumber to TendermintBlockResultByNumber

* rename GetTendermintBlockByHash to TendermintBlockByHash

* rename BlockByNumber to EthBlockByNumber

* rename BlockByHash to EthBlockByHash

* rename GetBlockNumberByHash to BlockNumberFromTendermintByHash

* rename GetBlockNumber to BlockNumberFromTendermint

* rename GetEthereumMsgsFromTendermintBlock to EthMsgsFromTendermintBlock

* rename GetEthBlockFromTendermint to BlockFromTendermintBlock

* rename EthBlockFromTendermint to EthBlockFromTendermintBlock

* add TestEthBlockFromTendermintBlock with no transactions. Note that this endpoint is breaking when querying a block with transactions

* add block transaction count tests

* add TendermintBlockByHash test'

* add TestBlockNumberFromTendermint tests

* add HeaderByHash and HeaderByNumber tests

* add EthBlockFromTendermintBlock test

* add TestEthBlockByNumber tests

* Specificy that the endpoints are getting Etherum transactions in comments

* Refactor shared logic into GetBlockTransactionCount

* rename BlockFromTendermintBlock to RPCBlockFromTendermintBlock

* add CHangelog
2022-09-05 16:07:56 +02:00
..
debug tests(rpc): add backend blocks tests (#1296) 2022-09-05 16:07:56 +02:00
eth tests(rpc): add backend blocks tests (#1296) 2022-09-05 16:07:56 +02:00
miner Add support for miner_setGasPrice API (#1237) 2022-08-12 08:23:13 +02:00
net all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
personal chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
txpool all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
web3 all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00