Skip to content

Commit

Permalink
imp: clean up the block fetch logic in json-rpc (evmos#1081)
Browse files Browse the repository at this point in the history
* clean up the block fetch logic in json-rpc

deduplicate some codes

fix EthBlockFromTm

fix latest block height

* add bug fix changelog
  • Loading branch information
yihuang committed May 25, 2022
1 parent 1af2a75 commit 17f543a
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 216 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
### API Breaking

* (rpc) [tharsis#1068](https:/tharsis/ethermint/pull/1068) Fix london hardfork check logic in json-rpc apis.
- (rpc) [tharsis#1081](https:/tharsis/ethermint/pull/1081) Deduplicate some json-rpc logic codes, cleanup several dead functions.

### Improvements

Expand Down
Loading

0 comments on commit 17f543a

Please sign in to comment.