-
Notifications
You must be signed in to change notification settings - Fork 79
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
Replace fetching control addresses with IsControllingAddress #816
Comments
@sudo-shashank will work on this! |
@anorth where can I find more context on new |
builtin-actors/actors/miner/src/lib.rs Lines 252 to 271 in 46415d2
|
your PR should be targeting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A few other actors fetch the control addresses from the miner, then perform the ritual of resolving and comparing an address against them. Replace them with calls to the new
IsControllingAddress
method. Remove the existing accessor if possible.The text was updated successfully, but these errors were encountered: