You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lily's tasks/actorstate package contains a set of actor extractors used to extract the state of different actors from the Filecoin network. Each actor extractor needs testing to exercise its logic ensuring it produces the expected model.
Acceptance criteria
Decide on a testing strategy, either via mocking the calls each extractor makes, or by vectorizing actor state from the chain and running an extractor over the vector.
Implement testing for each extractor type:
account actor
init actor
market actor
miner actor
multisig actor
power actor
raw actor state
reward actor
verifreg actor
The text was updated successfully, but these errors were encountered:
Description
Lily's
tasks/actorstate
package contains a set of actor extractors used to extract the state of different actors from the Filecoin network. Each actor extractor needs testing to exercise its logic ensuring it produces the expected model.Acceptance criteria
The text was updated successfully, but these errors were encountered: