-
Notifications
You must be signed in to change notification settings - Fork 7
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
[SMR-1908] Setters #43
Conversation
📃CI ReportCompiling 148 files with 0.8.19
For a full HTML report run: |
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.
LGTM
childBridge.updateRootBridgeAdaptor(newAdaptor); | ||
} | ||
|
||
function test_RevertIf_updateRootBridgeAdaptorCalledByNotTargetManager() public { |
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.
should this be adaptor manager and not target manager
function test_RevertIf_updateRootBridgeAdaptorCalledByNotTargetManager() public { | |
function test_RevertIf_updateRootBridgeAdaptorCalledByNotAdaptorManager() public { |
This PR adds missing setters e.g.
updateRootBridgeAdaptor
andupdateChildBridgeAdaptor
, addsAdaptorRoles
and setters for the adaptors and fix some missing cases in tests.