filecoin-project / specs-actors

DEPRECATED Specification of builtin actors, in the form of executable code.
Other
86 stars 102 forks source link

feat: implement fip-0029, support beneficiary #1571

Closed hunjixin closed 1 year ago

hunjixin commented 2 years ago

This is an implementation for FIP-0029 PR #1571 to provide Beneficiary address support. In this implementation, version and upgrading is not considered, that is, directly put the code change into the current version. The back-compliance could be done once the next version content is determined.

steven004 commented 2 years ago

@anorth , thanks for your comments, which are thoroughly considered and make things even simpler. Please review again. And, please also see if a new branch (instead of master) needed to do this merge.

ZenGround0 commented 1 year ago

Landed in builtin actors, repo is deprecated