filecoin-project / filecoin-project/lily
Lily actor extractors are well tested
- Dominant language
- Go
- Stars
- 52
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
### 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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.