-
Notifications
You must be signed in to change notification settings - Fork 27
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
Upgrades README improvements #417
Conversation
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.
Generally looks good to me. Just left some minor comments.
Co-authored-by: bernard-avalabs <[email protected]> Signed-off-by: cam-schultz <[email protected]>
Co-authored-by: bernard-avalabs <[email protected]> Signed-off-by: cam-schultz <[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.
👍
|
||
### Pausing Teleporter version interactions | ||
|
||
Dapps that inherit from `TeleporterUpgradeable` can pause Teleporter interactions by calling `TeleporterUpgradeable.pauseTeleporterAddress`. This function prevents the dApp contract from interacting with the paused Teleporter address when sending or receiving Teleporter messages. |
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.
think we should clarify that Teleporter itself is not paused, and it's just the dApp's sending/receiving of messages
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 tried to achieve this by saying that "Teleporter interactions" are paused - can you suggest an alternate phrasing?
Co-authored-by: Michael Kaplan <[email protected]> Signed-off-by: cam-schultz <[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.
One extra space, but LGTM
Co-authored-by: Michael Kaplan <[email protected]> Signed-off-by: cam-schultz <[email protected]>
9d36ddd
Why this should be merged
Fixes #406 by reorganizing existing documentation to separate contract implementation and contract management sections. Also adds example cast commands for pausing/unpausing Teleporter versions from the dApp contract.
How this works
How this was tested
How is this documented