laconicd-deprecated/rpc
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
..
backend chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
ethereum/pubsub rpc: refactor rpc packages and backend to support cosmos namespace (#1070) 2022-05-02 06:26:24 +00:00
namespaces/ethereum chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
types imp(tests): prune node integration tests (#1212) 2022-08-08 10:17:10 +02:00
apis.go chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
doc.go rpc: restructure JSON-RPC directory and rename server config (#612) 2021-10-01 14:49:22 +00:00
websockets.go chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00