laconicd-deprecated/ethereum/rpc/namespaces
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
..
eth rpc, evm: use binary search to estimate gas (#272) 2021-07-19 15:19:23 +00:00
net rpc: implement net_listening and net_peerCount JSON-RPC endpoints (#252) 2021-07-12 08:26:33 -04:00
personal rpc: fix inconsistent logging levels (#265) 2021-07-12 18:39:35 +00:00
txpool rpc: fix inconsistent logging levels (#265) 2021-07-12 18:39:35 +00:00
web3 rpc: namespaces refractor (#170) 2021-06-23 02:38:05 -04:00