This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Initialize broadcaster to entry count #467
Merged
rob-solana
merged 2 commits into
solana-labs:master
from
rob-solana:initialize-broadcaster-to-entry-count
Jun 27, 2018
Merged
Initialize broadcaster to entry count #467
rob-solana
merged 2 commits into
solana-labs:master
from
rob-solana:initialize-broadcaster-to-entry-count
Jun 27, 2018
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
Is the initialized count 0? |
in the multi_node tests, the count (both window and broadcaster) start at zero. In the multinode-demo/, with a 10,000 token mint, they both start at 16385. |
rob-solana
force-pushed
the
initialize-broadcaster-to-entry-count
branch
3 times, most recently
from
June 27, 2018 20:15
cc8bd1a
to
82caadf
Compare
sakridge
approved these changes
Jun 27, 2018
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. thanks for changing to u64 for the indices. been meaning to do that.
garious
added
automerge
Merge this Pull Request automatically once CI passes
and removed
work in progress
This isn't quite right yet
labels
Jun 27, 2018
garious
approved these changes
Jun 27, 2018
💔 Unable to automerge due to CI failure |
1 similar comment
💔 Unable to automerge due to CI failure |
solana-grimes
removed
automerge
Merge this Pull Request automatically once CI passes
labels
Jun 27, 2018
rob-solana
force-pushed
the
initialize-broadcaster-to-entry-count
branch
from
June 27, 2018 21:15
82caadf
to
ea2229a
Compare
rob-solana
force-pushed
the
initialize-broadcaster-to-entry-count
branch
from
June 27, 2018 21:20
ea2229a
to
2a82a1f
Compare
@rob-solana, you merged a PR with |
whoops, do you want me to attempt a fix, rewite history or just be more careful in the future? |
Be more careful in the future. And use |
ack |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
oddly, this PR doesn't change observed behavior between multinode-demo nodes, nor does it appear to have any effect on Stephen's multinode validator catchup test #450 (which is included in this PR)