laconicd-deprecated/rpc/backend
Daniel Burckhardt ee806fc41f
ENG 119 json rpc unit tests (#1189)
* tests(json-rpc): wip evm_backend unit test setup

* tests(json-rpc): wip evm_backend unit test setup

* fix viper

* wip query client mock

* fix first backend test except error message

* clean up

* wip Context with Height

* fix JSON RPC backend test setup

* typo

* refactor folder structure

* tests(json-rpc):add BlockBloom tests

* tests(json-rpc): remove unused malleate

* tests(json-rpc): add BaseFee tests

* refactor query tests

* add client mock

* add GetTendermintBlockByNumber tests

* refactor mock tests

* refactor

* wip backend EthBlockFromTendermint test

* wip backend EthBlockFromTendermint test

* refactor backend EthBlockFromTendermint test

* add TestGetTendermintBlockResultByNumber

* add GetBlockByNumber tests

* refactor mocks

* fix spelling

* add more tests and address comments
2022-07-29 10:35:07 +00:00
..
mocks ENG 119 json rpc unit tests (#1189) 2022-07-29 10:35:07 +00:00
backend_suite_test.go ENG 119 json rpc unit tests (#1189) 2022-07-29 10:35:07 +00:00
backend.go ENG 119 json rpc unit tests (#1189) 2022-07-29 10:35:07 +00:00
client_test.go ENG 119 json rpc unit tests (#1189) 2022-07-29 10:35:07 +00:00
evm_backend_test.go ENG 119 json rpc unit tests (#1189) 2022-07-29 10:35:07 +00:00
evm_backend.go ENG 119 json rpc unit tests (#1189) 2022-07-29 10:35:07 +00:00
query_client_test.go ENG 119 json rpc unit tests (#1189) 2022-07-29 10:35:07 +00:00
utils.go ENG 119 json rpc unit tests (#1189) 2022-07-29 10:35:07 +00:00