Skip to content

Host testing

David Vorick requested to merge hosttest into master

for all of the commits, there's actually only a little bit of real host testing happening.

I renamed some stuff, refactored the negotiation algorithm to work in a byzantine setting (previously it did not), and tested that the host is correctly producing proofs of storage, which it does seem to be doing.

This PR is actually not terribly complete, there's a decent amount of cleanup left to do but I started working a bit on the crypto package and decided to PR while things were moderately disorgainzed, instead of having 1 PR that did 40 things. Now it only does 25, but I guess you take what you can get.

More testing to come.

Merge request reports