filecoin-project / go-state-types

Primitive and low level types used in chain state and actor method parameters
Other
25 stars 35 forks source link

feat: FIP-0076: add new methods and types #244

Closed arajasek closed 5 months ago

arajasek commented 5 months ago

This PR adds the new types and methods from FIP-0076, in conformance with corresponding builtin-actors code. It does NOT update the v13 migration to actually migrate to these new types, nor does it add any new invariants.

Extracted from #236