issues
search
filecoin-project
/
go-state-types
Primitive and low level types used in chain state and actor method parameters
Other
27
stars
37
forks
source link
FIP 0045: Add & modify new types
#57
Closed
jennijuju
closed
2 years ago
jennijuju
commented
2 years ago
[x] #71
Create a new "actor" in
builtin/v9
.
Match the token actor's state
Add the TokenActor to any lists of actors (eg. MethodNum)
[x] #72
Match changes in
here
.
New types: Claim, Allocation, and tables for them
New method params & returns
[x] #74
[x] #73
Mostly around SectorExpirationExtension
[x] #75
State changes (see diff)
PendingAllocations is a new HAMT
Deal State has an allocation ID added to it
ActivateDeals params changed ~- [ ] The DataCap type, while still a big.Int is having its alias change from StoragePower to TokenAmount...this will need some handling~
jennijuju
commented
2 years ago
(check if we need to do anything for DataCap type
builtin/v9
.