e70d8fcb56
* move non api methods from eth/api.go to evm_backend: ClientCtx, QueryClient, Ctx, getBlockNumber, getTransactionByBlockAndIndex, doCall * organize eth/api.go into sections and move backend logic to dedicated files * remove unnecesary comment * move resend to the backend * refractor eth api * refractor debug namespace * refactor miner namespace * refactor personal namespace * update transactionReceipt from upstream * update getBlockByNumber from upstream * update getBalance from upstream * update getProof from upstream * update getBalance from upstream * fix linter * remove duplicated import * remove duplicated import * fix backend tests * fix lint * fix duplicated imports * fix linter * reorganize blocks * backend folder refractor * remove unnecessary file * remove duplicate import Co-authored-by: Freddy Caceres <facs95@gmail.com> |
||
---|---|---|
.. | ||
mocks | ||
account_info.go | ||
backend_suite_test.go | ||
backend.go | ||
blocks_info.go | ||
call_tx.go | ||
chain_info.go | ||
client_test.go | ||
evm_backend_test.go | ||
filters.go | ||
node_info.go | ||
query_client_test.go | ||
sign_tx.go | ||
tracing.go | ||
tx_info.go | ||
utils.go |