- Nov 11, 2019
-
-
Jean-Paul Calderone authored
using the wrong words to describe everything.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Oct 23, 2019
-
-
Jean-Paul Calderone authored
Fixes for problems arising in integration testing.
-
Jean-Paul Calderone authored
Remove unnecessary overrides
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Oct 18, 2019
-
-
Jean-Paul Calderone authored
not sure this fixes anything but it might fix the PrivateStorageio build which finds autobahn 19.1.1 instead of autobahn 19.8.1. I think it is abstractly "more correct" too, maybe, if you can convince yourself there is such a thing.
-
Jean-Paul Calderone authored
So we don't have to override them to get a new version anymore. Also, upstream has done a better job of integrating them into the overall system than we have (with respect to other upstream changes).
-
- Oct 17, 2019
-
-
Jean-Paul Calderone authored
-
- Oct 16, 2019
-
-
Jean-Paul Calderone authored
Servers require and clients supply passes correctly for renew_lease.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Check the number of passes in add_lease.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
This helps the client a lot with lease operations
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Oct 15, 2019
-
-
Jean-Paul Calderone authored
The native st_size-based approach to size estimation is broken because mutable and immutable layouts have a different amount of overhead. So start peeking inside the share files. Also, new_length must be respected now because when it is used the part of the share file we peek at changes. Also, new_length can *only* truncate so stop treating it as if it can extend.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Do it another way.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Disregard `new_length` for pass calculations in `slot_testv_and_readv_and_writev`.
-
Jean-Paul Calderone authored
and without new_length
-
Jean-Paul Calderone authored
Instead of assuming all shares are the same size here, pass in all the sizes. The protocol doesn't allow immutable shares in a storage index to have differences in size but it does allow mutable shares in a slot to differ this way.
-
Jean-Paul Calderone authored
-
- Oct 11, 2019
-
-
Jean-Paul Calderone authored
Supply and enforce a correct ZKAP count for mutable writes
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-