- Apr 02, 2020
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
It was doing to do some complex time math and decide if the voucher redemption looked legit but the whole premise is broken. The only thing you might be able to decide about a key change on a new voucher is that some *older* ZKAPs might be suspicious. And, really, what you should probably decide instead is that whole issuer is suspicious and you might need to stop using it. On top of that, you need more information than what you get from voucher redemptions. You need more frequent monitoring of the issuer's key in case you don't redeem vouchers except once in a blue moon. So hanging a suspiciousness on a voucher isn't coherent.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
And API docs
-
- Apr 01, 2020
-
-
Jean-Paul Calderone authored
-
- Mar 26, 2020
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
It is stored on redemption and regurgitated by the Python APIs and dumped in the JSON accessible via the HTTP API.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Mar 25, 2020
-
-
Jean-Paul Calderone authored
-
- Mar 18, 2020
-
-
Jean-Paul Calderone authored
-
- Mar 12, 2020
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Runtime performance at 512000 is somewhat intolerable. Further work is needed to support that scale.
-
- Mar 10, 2020
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
We don't need to mess with the Python stack limit. The proof is validated in Rust. We just need to offer more stack space to the Rust implementation.
-
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
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Mar 09, 2020
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Mar 06, 2020
-
-
Jean-Paul Calderone authored
That is, dumping any extra information from Hypothesis clutters up the test runner output too much to leave this on in general. :(
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Mar 05, 2020
-
-
Jean-Paul Calderone authored
-
- Mar 04, 2020
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
No good trying to log 512000 tokens
-