laconicd-deprecated/rpc/backend
Daniel Burckhardt e70d8fcb56
chore(rpc): restructure JSON-RPC APIs (#1218)
* 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>
2022-08-09 07:52:28 +02:00
..
mocks ENG 119 json rpc unit tests (#1189) 2022-07-29 10:35:07 +00:00
account_info.go chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
backend_suite_test.go chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
backend.go chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
blocks_info.go chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
call_tx.go chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
chain_info.go chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
client_test.go ENG 119 json rpc unit tests (#1189) 2022-07-29 10:35:07 +00:00
evm_backend_test.go [ENG-626] Rpc types integration tests (#1207) 2022-08-08 09:01:42 -04:00
filters.go chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
node_info.go chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
query_client_test.go ENG 119 json rpc unit tests (#1189) 2022-07-29 10:35:07 +00:00
sign_tx.go chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
tracing.go chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
tx_info.go chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
utils.go chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00