ChainSafe / forest

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

fix(rpc): update StateWaitMsg against v1 spec #4444

Closed hanabi1224 closed 3 months ago

hanabi1224 commented 3 months ago

Summary of changes

(Part of https://github.com/ChainSafe/forest/issues/4424) This PR fixes the StateWaitMsg RPC method against the v1 spec and uses it for both v0 and v1 endpoints until https://github.com/ChainSafe/forest/issues/3960 is resolved. (Keeping the v0 implementation with a different name for now)

Changes introduced in this pull request:

Reference issue to close (if applicable)

Closes

Other information and links

Change checklist