laconicd-deprecated/rpc/backend
Daniel Burckhardt dec073d1b1
tests(rpc): Add account info unit tests (#1339)
* tests(rpc): add GetCode pass test

* tests(rpc): add GetCode failing tests

* tests(rpc): wip StorageAt tests

* tests(rpc): add StorageAt tests

* wip

* wip balance tests

* add balance tests

* add TestGetTransactionCount

* fix TestGetProof

* WIP GetTransactionCount

* WIP GetTransactionCount with RegisterABCIQueryWithOptions

* remove TODO

* go mod tidy
2022-10-11 13:43:32 -05:00
..
mocks tests(rpc): Add account info unit tests (#1339) 2022-10-11 13:43:32 -05:00
account_info_test.go tests(rpc): Add account info unit tests (#1339) 2022-10-11 13:43:32 -05:00
account_info.go tests(rpc): add backend blocks tests (#1296) 2022-09-05 16:07:56 +02:00
backend_suite_test.go tests(rpc): Add account info unit tests (#1339) 2022-10-11 13:43:32 -05:00
backend.go tests(rpc): add backend blocks tests (#1296) 2022-09-05 16:07:56 +02:00
blocks_test.go tests(rpc): Add account info unit tests (#1339) 2022-10-11 13:43:32 -05:00
blocks.go tests(rpc): add backend blocks tests (#1296) 2022-09-05 16:07:56 +02:00
call_tx.go fix(rpc): estimate gas error response (#1340) 2022-09-17 07:57:58 +00:00
chain_info_test.go tests(rpc): Add account info unit tests (#1339) 2022-10-11 13:43:32 -05:00
chain_info.go tests(rpc): add backend blocks tests (#1296) 2022-09-05 16:07:56 +02:00
client_test.go tests(rpc): Add account info unit tests (#1339) 2022-10-11 13:43:32 -05:00
evm_query_client_test.go tests(rpc): Add account info unit tests (#1339) 2022-10-11 13:43:32 -05:00
filters.go tests(rpc): add backend blocks tests (#1296) 2022-09-05 16:07:56 +02:00
node_info.go chore: Gofumpt (#1298) 2022-08-26 10:30:55 +00:00
sign_tx.go eth_sendTransaction returns internal trace on missing param (#1284) 2022-08-25 13:22:31 +02:00
tracing.go tests(rpc): add backend blocks tests (#1296) 2022-09-05 16:07:56 +02:00
tx_info.go tests(rpc): add backend blocks tests (#1296) 2022-09-05 16:07:56 +02:00
utils.go feat!: Store eth tx index separately (#1121) 2022-08-11 22:49:05 +02:00