ChainSafe / forest

🌲 Rust Filecoin Node Implementation
https://forest.chainsafe.io
Apache License 2.0
632 stars 153 forks source link

feat(rpc): implement Filecoin.EthFeeHistory #4475

Closed hanabi1224 closed 3 months ago

hanabi1224 commented 3 months ago

Summary of changes

Note: This PR does not contain the bug fix yet https://github.com/filecoin-project/lotus/pull/12177

Changes introduced in this pull request:

     Running `target/quick/forest-tool api compare /home/me/fr/snapshots/calibnet/forest_snapshot_calibnet_2024-07-03_height_1755669.forest.car.zst --filter EthFeeHis`
| RPC Method                  | Forest | Lotus |
|-----------------------------|--------|-------|
| Filecoin.EthFeeHistory (20) | Valid  | Valid |

Reference issue to close (if applicable)

Closes

Other information and links

Lotus code: https://github.com/filecoin-project/lotus/blob/v1.28.0-rc1/node/impl/full/eth.go#L627

Change checklist