Version based method and address selection for builtin-actors
Open
- Dominant language
- Rust
- Stars
- 697
- Forks
- 200
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 65
Description
## Issue summary
Implement logic to select methods and address for all built-in actors in `shim/actors` according to their version, ensuring compatibility with future updates
```
// TODO: Select address based on actors version
pub const ADDRESS: Address = Address::new_id(4);
// TODO: Select method based on actors version
pub type Method = fil_actor_power_state::v8::Method;
```
## Completion Criteria
- [ ] Use version based `Address` and `Method` for all actors
## Other information and links
Contributor guide
Assessment
This issue has not been assessed yet.