laconicd/tests/rpc
yihuang 14b38af8bc
rpc, evm: use binary search to estimate gas (#272)
* do binary search to estimate gas

Closes #268

- Also refactor ApplyMessage to be more reuseable

move binary search to rpc api side to have a clean context each try

remove EstimateGas grpc api

* extract BinSearch function and add unit test

* do estimateGas in grpc query

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2021-07-19 15:19:23 +00:00
..
net_test.go rpc: implement net_listening and net_peerCount JSON-RPC endpoints (#252) 2021-07-12 08:26:33 -04:00
personal_test.go tests: reorganize packages (#7) 2021-05-11 07:54:55 -04:00
rpc_pending_test.go rpc: implement eth_getPendingTransactions (#259) 2021-07-12 17:42:53 +00:00
rpc_test.go rpc, evm: use binary search to estimate gas (#272) 2021-07-19 15:19:23 +00:00
utils.go lint: fix many broken lint issues (#49) 2021-06-08 03:07:11 -04:00