-
Notifications
You must be signed in to change notification settings - Fork 106
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
add(book): Adds a section on Regtest usage to the Zebra book #8526
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.
I think we need a bit more of information. I tried to follow the tutorial and start to got stuck on what to do next. I planned figuring out myself and add to the document but probably @arya2 has these info already.
Co-authored-by: Arya <aryasolhi@gmail.com>
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, thanks for the changes. I had not tested the RPC way but looks ok, tested using the internal miner way, works as described in the tutorial.
@Mergifyio refresh |
✅ Pull request refreshed |
@Mergifyio refresh |
✅ Pull request refreshed |
Need approval from someone else: New changes require approval from someone other than oxarbitrage because they were the last pusher. https://github.com/ZcashFoundation/zebra/pull/8526/checks?check_run_id=25136136941 |
Co-authored-by: Marek <mail@marek.onl>
I merged |
@gustavovalverde, it looks like this PR has troubles with the embarking. |
@Mergifyio requeue |
✅ The queue state of this pull request has been cleaned. It can be re-embarked automatically |
Motivation
We want to provide guidance on how to use Regtest with Zebra.
PR Author Checklist
Check before marking the PR as ready for review:
For significant changes:
If a checkbox isn't relevant to the PR, mark it as done.
Solution
config.mempool.debug_enable_at_height
to 0 when network is Regtest to simplify configuration requirementsTesting
Manually tested that the section's been added to the book with
mdbook serve -o ./book
Review
Anyone can review.
Reviewer Checklist
Check before approving the PR:
PR blockers can be dealt with in new tickets or PRs.
And check the PR Author checklist is complete.