filecoin-project / go-state-types

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

Support for nv21 #208

Closed magik6k closed 1 year ago

magik6k commented 1 year ago

Part of https://github.com/filecoin-project/go-state-types/issues/203

For now based on https://github.com/filecoin-project/go-state-types/pull/207, but the base should switch to master once that PR is merged.

Only contains code from commits which were reverted in #207

Code as of f65f7b86b should be identical to a154da5; Check with:

$ git checkout f65f7b86b
$ git diff a154da5
[empty]
magik6k commented 1 year ago

Not really needed - see https://github.com/filecoin-project/go-state-types/issues/203#issuecomment-1690144648