-
Notifications
You must be signed in to change notification settings - Fork 12
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
bootstrapping #176
Merged
Merged
bootstrapping #176
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
an unfortunate reformatting event, also, too
clean up parameters/etc dep clean up for kq/ep madness, yet again
clean up close errors with KerlSpace
For the moment, just disable the rebalancing test until I can pay some much needed attention to it.
Allows Seals of arbitrary self describing protobuf messages
Add leyden module, new proto services for such.
Flesh out the remaining comms, validation strategy, etc. Replication pattern established.
button up Leyden for now
…ocessContainerDomain
Geebus :)
… to successors in joined group
…Ani for bootstrapping the view member's join
Reseed if we cannot join the view.
Revert back to olden daze where the EstablishmentEvent was used in ye Note. Use this as the verifier for the Participant who's Note this is. This locks the View into the current Note of the Participant, as there's only that event as the Verifier. Validation is used in the Gateway admission, to ensure only valid member IDs join.
Spawn a ViewManagement.populate using the supplied initial seed set to help ensure population coverage and prevent successor loops with other members who just happened to joined in the same view.
Fix/revert a lot of threading changes made that effed things up. Scheduled execs do not work well with VThreads, so always fork the running.
… Segregate append from read only KERL/KEL Revert back to EventCoordinates for Fireflies note.
…in Firefly tests. Whoooo boy.
Also remove delegated verifier/validation as I don't believe that will be necessary
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.
Lotsa work on getting a bootstrapped Gorgoneion server up and running. This work firms up the FireFlies join and validation framework.