-
Notifications
You must be signed in to change notification settings - Fork 62
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
Add OPCM upgrade template #599
Add OPCM upgrade template #599
Conversation
Signed-off-by: Elliot <[email protected]>
…or overriding by OPCMBaseTask Signed-off-by: Elliot <[email protected]>
Signed-off-by: Elliot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still need to go through the rest of this.
/// get the minimum depth of the calls, we only care about the top level calls | ||
/// this is to avoid counting subcalls as actions | ||
/// cannot set to constant as in tests, the depth will be constant + 1 | ||
/// for the same account access |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
give a concrete example of minDepth in tests vs running script depth
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there is no need of this after the logic update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this okay to be resolved @ElliotFriedman - I'm working through open comments.
…ig to parentMultisig
Closing as #606 is finishing out PR comments. All commits have been cherry picked on new branch. |
Description
Tests
Metadata
Related issue: #571