Daira-Emma Hopwood

Results 724 comments of Daira-Emma Hopwood

@nathan-at-least wrote: > sharding: I am increasingly curious about the relationship between sharding and ZKP roll-ups. I think that the approach I outlined in my Zcon1 and Amsterdam talks, in...

Let's block this on named arguments: #4660. We should be more conservative about compatibility when changing RPC methods that are not in the `z_*` namespace.

The description of the duplicate #117 was: > I think it should be possible to dump an optimized configuration + floor plan in serialized form (e.g. as Rust code that...

As I'd imagined it, there would be only one place in the code where you allocate columns for a given circuit. In that place, you also instantiate the cores and...

Well, we're talking about transactions that the wallet has sent. So it could record destination addresses, but it doesn't because that would prevent it from achieving forward security in case...

Needs someone to actually test whether the instructions work.

I suggest changing the timeout to 20m.

To implement this check, we need a mapping from each cell to *some* gate that it is used in (either a field in the cell or an auxiliary data structure)....

Because this analysis uses an undirected graph, it might over-estimate the dependencies in a way that misses bugs. For example, for the implementation of the decomposition used in scalar multiplication,...