-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* thoth grpc service. an unfortunate reformatting event, also, too * clean up dep declarations * Provide action upon Thoth inception. clean up parameters/etc dep clean up for kq/ep madness, yet again * Inline action upon Thoth inception. clean up close errors with KerlSpace * decent amount of logging/clean up on thoth dynamic membership For the moment, just disable the rebalancing test until I can pay some much needed attention to it. * Refactor Seal to have Any message type value() Allows Seals of arbitrary self describing protobuf messages * Fix mispelling of proto packages - d'oh Add leyden module, new proto services for such. * basic skeleton of Binder and Reconciliation service infra * MVStore Finally a use for the ProtobufDatatype - lol * Further flesh on the bone * Further flesh on the bone * The general idea. Flesh out the remaining comms, validation strategy, etc. Replication pattern established. * Flesh out get/unbind API * Woohoo! First successful replication. * correct reconciliation logic. track digests of bound. * General cleanup. Add README.md's button up Leyden for now * Moar cleanup. Expose dht in proc domain * test comms cleanup * refactor out subdomain behaviour from top level ProcessDomain with ProcessContainerDomain * correctly attach sources * moar cleanup * remove * cache? * process domain uses the event validation of the DHT's Ani * properly parameterize ProcessDomain Geebus :) * use active majority bootstrapping * revert RingIterator bootstrap majority * logging * use controlled identifier directly for seed from Node * override additional * amp logging * amp logging * targeted loggin * better config. just model for now * arg * again? * moar logging * decouple context * only unique * add BootstrapVerifiers to provide key state resolution via delegation to successors in joined group * fix compilation error * use stereotomy msg, add BootstrapVerifiersTest * Rename to Bootstrapper, add EventValidation functionality. Basically Ani for bootstrapping the view member's join * interim cannot seem to connect to entrance server for get key state. Weirdly intermittent connect (and subsequent fail on the retrieval) if debug/single stepping is happening. * Handle view join failure. Reseed if we cannot join the view. * logging * Bootstrapping Fireflies. 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. * Cleanup and extend SwarmTest timeout * moar clean up * Use non virtual threads on inbound servers * halve swarm test for the poor build hamsters. Moar view cleanup * Moar view stuff 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. * The problem child * This seems to make everything all right again. 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. * Reinstitute delegated event validation and verification to Fireflies. Segregate append from read only KERL/KEL Revert back to EventCoordinates for Fireflies note. * fix isolates * Work around the Verifiers * Minimize sig verification in replication. Re-enable sig verification in Firefly tests. Whoooo boy. * add keyState api for bootstrap verification * readd Bootstrapper * Use delegated Verifiers and EventValidation in the View * Moar cleanup wrt scheduling Also remove delegated verifier/validation as I don't believe that will be necessary
- Loading branch information
1 parent
2aac336
commit e3d9f44
Showing
329 changed files
with
9,204 additions
and
7,225 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
name: Java CI | ||
|
||
on: [push] | ||
on: [ push ] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Cache local Maven repository | ||
uses: actions/cache@v3 | ||
with: | ||
path: ~/.m2/repository | ||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} | ||
restore-keys: | | ||
${{ runner.os }}-maven- | ||
- name: Set up Maven | ||
uses: stCarolas/[email protected] | ||
with: | ||
|
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
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
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
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
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
Oops, something went wrong.