menonsamir
Results
2
issues of
menonsamir
I think the alias syntax has changed to use a colon (https://facebook.github.io/graphql/#sec-Field-Alias) rather than "as". So `a as b` is now written as `b: a`.
This PR adds the ability to privately fetch Merkle proofs using homomorphic encryption. The underlying service that actually serves the proofs is called [Blyss](https://blyss.dev). The cool part is that the...