You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
changed the title
Version based method and address selection for builtin actors
Version based method and address selection for builtin-actors
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 updatesCompletion Criteria
Address
andMethod
for all actorsOther information and links
The text was updated successfully, but these errors were encountered: