-
Notifications
You must be signed in to change notification settings - Fork 473
Instructions for Debug testnet contract locally #724
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
Conversation
|
Your Render PR Server URL is https://docs-pr-724.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c2o2jfgirho5ka7io0fg. |
thisisjoshford
left a comment
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.
Fixed some grammar and added some wording suggestions :)
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
@thisisjoshford I added ^ two sections, ptal :) Thanks |
thisisjoshford
left a comment
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.
Left some suggestions. :) Other than that, looks good to go!
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
Co-authored-by: Josh Ford <thisisjoshford@gmail.com>
|
Did a final proof read on render, looks suggestions are applied and overall looks good |
This is mainly the first part, obtain enough information to setup the sandbox node. The second part, write a test to replay the transaction, is same as run a test on a sandbox node as showing in #706 . I'm going to write a full example on a reasonably complex contract, with cross contract calls on testnet, and steps cover first&second part on how to replay the transaction on sandbox node.
Update 6/15:
I just add a section to use script to automatic obtain enough information for the sandbox node and give an example of step-by-step reproduce testnet contract locally