ChainSafe / ChainSafe/forest

Version based method and address selection for builtin-actors

Open
#5,011 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.