forked from cerc-io/laconicd-deprecated
		
	| * 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 | ||
|---|---|---|
| .. | ||
| mocks | ||
| account_info.go | ||
| backend_suite_test.go | ||
| backend.go | ||
| blocks_test.go | ||
| blocks.go | ||
| call_tx.go | ||
| chain_info_test.go | ||
| chain_info.go | ||
| client_test.go | ||
| filters.go | ||
| node_info.go | ||
| query_client_test.go | ||
| sign_tx.go | ||
| tracing.go | ||
| tx_info.go | ||
| utils.go | ||