Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
refactor: eth_call and eth_estimateGas don't need to pass base fe…
Browse files Browse the repository at this point in the history
…e as field (#671)

Solution:
- load fee directly from state

changelog
  • Loading branch information
yihuang authored Oct 21, 2021
1 parent 8bf8d34 commit ac75a9a
Show file tree
Hide file tree
Showing 12 changed files with 1,929 additions and 463 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Improvements

(rpc) [tharsis#679](https://github.com/tharsis/ethermint/pull/679) Fix file close handle.
- (rpc) [tharsis#679](https://github.com/tharsis/ethermint/pull/679) Fix file close handle.
- (rpc) [tharsis#671](https://github.com/tharsis/ethermint/pull/671) Don't pass base fee externally for `EthCall`/`EthEstimateGas` apis.

## [v0.7.0] - 2021-10-07

Expand Down
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading

0 comments on commit ac75a9a

Please sign in to comment.