Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lily actor extractors are well tested #932

Open
11 tasks
frrist opened this issue Apr 20, 2022 · 0 comments
Open
11 tasks

Lily actor extractors are well tested #932

frrist opened this issue Apr 20, 2022 · 0 comments
Labels
kind/test Kind: Test P2 P2: Should be resolved

Comments

@frrist
Copy link
Member

frrist commented Apr 20, 2022

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

  • 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
@frrist frrist self-assigned this Apr 20, 2022
@frrist frrist added the kind/test Kind: Test label Apr 20, 2022
@frrist frrist added the P2 P2: Should be resolved label Apr 20, 2022
@frrist frrist removed their assignment Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/test Kind: Test P2 P2: Should be resolved
Projects
Status: Todo
Status: No status
Development

No branches or pull requests

1 participant