-
Notifications
You must be signed in to change notification settings - Fork 0
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
More flexible block fetching, and a few bug fixes. #1680
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… a bit more time to work
(fix) Run the intershard comms test for 800 cycles - enough time for the node to sync
(fiX) Up the total ticks for joining shards; I've taken a look at a few scenarios and we only get out to 5 blocks with the new block sync code in 200 ticks. See previous comments re: optimising number of ticks.
(fix) Change name of constant to be more descriptive
…an easily change them, and bump the numbers to hopefully increase consistency.
(feat) Add prefixes to many trace calls
(fix) Extra debugging
…r than panicking (fix) When you have previously started with genesis, but not yet got a QC for it, start again - don't panic.
(fix) update commit-id for devnet deployment
(fix) zq2-devnet shouldn't overrun the total supply
3a08f14
to
f047ded
Compare
frankmeds
approved these changes
Oct 23, 2024
frankmeds
reviewed
Oct 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
.. see the (rather long) commit list for a list of things this fixes.
We also add the ability for z2 to join nodes to a configured network, for debugging.
Closes #1364