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

Version based method and address selection for builtin-actors #5011

Open
1 task
sudo-shashank opened this issue Nov 27, 2024 · 2 comments
Open
1 task

Version based method and address selection for builtin-actors #5011

sudo-shashank opened this issue Nov 27, 2024 · 2 comments

Comments

@sudo-shashank
Copy link
Contributor

sudo-shashank commented Nov 27, 2024

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

@sudo-shashank sudo-shashank changed the title Version based method and address selection for built-in actors Version based method and address selection for builtin actors Nov 27, 2024
@sudo-shashank sudo-shashank changed the title Version based method and address selection for builtin actors Version based method and address selection for builtin-actors Nov 27, 2024
@LesnyRumcajs
Copy link
Member

@sudo-shashank Please elaborate on the requirements for this issue and acceptance criteria so it can be picked by anyone and estimated by the team.

@LesnyRumcajs
Copy link
Member

@sudo-shashank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New
Development

No branches or pull requests

2 participants