filecoin-project / specs-actors

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

Upgrade to HAMT and AMT v3.0.0 #1356

Closed anorth closed 3 years ago

anorth commented 3 years ago

This is mostly just plumbing through of the new errors and return values.

I added a Pop() method to Map and Array for the "get then delete" use case (twice). Have not yet updated the miner actor to use SetIfAbsent in pre-commit (will do so later).

FYI @arajasek