-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Randomly assign triples to a node after creation (#412)
* Randomly assign triples to a node after creation * Use a stable hash function While it's not strictly necessary right now (every node should be running the same version) it will save people trouble should they ever want to loosen that restriction/if nodes are running subtley different binaries. * Remove unnecessary type * First version of the testing code (it's dog slow) * Working test * Expanded test slightly * Clippy fix * Added mailbox debuggers, but disabled them
- Loading branch information
Showing
3 changed files
with
219 additions
and
38 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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