-
Notifications
You must be signed in to change notification settings - Fork 76
Add function to update registered deployment ABI #211
Conversation
Should this function be named |
Yeah, |
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.
Very nice! Looks good to me
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.
Nice addition! I left just a comment for keeping consistency with allowing multiple aliases.
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.
Looking good! Just added a suggestion to keep code consistency and I think is good to go.
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.
Looks good to me!
Fixes #204
The
update_abi
function takes an identifier (address or alias) as input, and updates the ABI while keeping the same address and alias.