filecoin-project / filecoin-project/builtin-actors
Fix MinerActor.prove_replica_updates not to require Blockstore to be Cloned
Open
cleanup
- Dominant language
- Rust
- Stars
- 96
- Forks
- 94
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 3
Description
Introduced in https://github.com/filecoin-project/builtin-actors/pull/50/files
After resolving, remove `Clone` from the blockstore trait bounds defined in ActorCode.invoke_method.
Also consider improving prove_replica_updates to not be a 400-line behemoth single method.
Contributor guide
Assessment
This issue has not been assessed yet.