forest icon indicating copy to clipboard operation
forest copied to clipboard

Fix API Implementation Types Mismatches

Open cryptoquick opened this issue 4 years ago • 0 comments

Task summary

In the Forest API Implementation report, there's a couple types that could benefit from the newtype pattern, and others are just encoded differently. Ideally all params and result types match Lotus's, such that the API report lists no more mismatches.

Also, ideally, we get this taken care of before publishing the RPC client library crate in #1070.

Specification reference

  • https://github.com/ChainSafe/forest/blob/main/API_IMPLEMENTATION.md

Other information and links

cryptoquick avatar Aug 17 '21 03:08 cryptoquick