laconicd/docs/core
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
..
encoding.md docs: updates (#590) 2020-11-12 20:42:24 +01:00
pending_state.md docs: updates (#590) 2020-11-12 20:42:24 +01:00
proto-docs.md rpc, evm: use binary search to estimate gas (#272) 2021-07-19 15:19:23 +00:00
README.md docs: updates (#590) 2020-11-12 20:42:24 +01:00

Core Concepts

This repository contains reference documentation on the core concepts of Ethermint.

  1. Encoding
  2. Pending State

After reading the core concepts, head on to the guides to learn how to use Ethereum tooling with Ethermint.