Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIP-0083: Clarify bigint CBOR encoding scheme
Came up in filecoin-project/builtin-actors#1516 because it's not obvious when doing doing serialisation that we have a bespoke bigint form that fits within the IPLD data model and is based off the Go representation. Letting a "bigint" pass through a system without special casing leads to surprise so I feel the call-out is warranted and hopefully a reminder for future events where we're going to be using these more.
- Loading branch information