ChainSafe / forest

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

feat(rpc): implement Filecoin.StateGetClaims #4401

Closed hanabi1224 closed 4 weeks ago

hanabi1224 commented 1 month ago

Summary of changes

Blocked by https://github.com/ChainSafe/fil-actor-states/pull/304

Changes introduced in this pull request:

     Running `target/quick/forest-tool api compare /home/me/fr/snapshots/calibnet/forest_snapshot_calibnet_2024-06-07_height_1680830.forest.car.zst --filter StateGetClaim`
| RPC Method                   | Forest | Lotus |
|------------------------------|--------|-------|
| Filecoin.StateGetClaim (78)  | Valid  | Valid |
| Filecoin.StateGetClaims (31) | Valid  | Valid |

Reference issue to close (if applicable)

Closes https://github.com/ChainSafe/forest/issues/4399

Other information and links

Change checklist