-
Notifications
You must be signed in to change notification settings - Fork 34
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
New section for Router Protocol #974
Conversation
✅ Deploy Preview for oasisprotocol-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
3aa3289
to
a72d62f
Compare
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.
First pass.
a72d62f
to
955e373
Compare
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
Not sure if @matevz has any objections before merging.
Also, remember to update https://github.com/oasisprotocol/sapphire-paratime/blob/main/docs/addresses.md with the addresses for all the pertinent Router protocol contracts on Testnet & Mainnet.
It's worth including the source for any flow diagrams too btw. e.g. docs/dapp/diagrams/opl-contract-flow.mmd so they can be updated easily if needed in future. |
I opened an issue on sapphire repo: oasisprotocol/sapphire-paratime#432 |
e4559c6
to
a722480
Compare
a722480
to
b313a30
Compare
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.
Maybe put these in new lines so the diagram is not too wide.
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.
Found some more typos. Otherwise looks good!
95678b6
to
3690136
Compare
c62fd87
to
1b32acf
Compare
If you're new to Remix, follow our basic guide for using Remix | ||
[here][dapp-remix]. | ||
|
||
[dapp-remix]: /dapp/emerald/writing-dapps-on-emerald#create-dapp-on-emerald-with-remix---ethereum-ide |
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 suppose this'll likely move over to dapp/tools
later.
### Key Contract Functions | ||
|
||
- `iPing`: Initiates the cross-chain message by calling Router's | ||
`IGateway.iSend`. |
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.
Preview