Nicolás Venturo

Results 144 comments of Nicolás Venturo

It looks like `network.js` calls `ln` in `preinstall`, which doesn't exist on Windows: https://github.com/OpenZeppelin/openzeppelin-network.js/blob/master/package.json#L14 According to [this StackOverflow answer](https://stackoverflow.com/a/34905638), the way to do this is by using the [`New-Item`](https://docs.microsoft.com/en-us/powershell/module/Microsoft.PowerShell.Management/New-Item?view=powershell-5.1) cmdlet....

While we'd love to support Windows, we currently lack the bandwidth to do it, so the only supported platforms are Linux and Mac. Sorry :(

I deployed a new chat app on the new hub on 605c949027ff1d32d1aa6b40526b93405cd92740, we still need to redeploy the site.

The chat app is now working on the new `RelayHub`, but we shouldn't move the relayer from the old one to the new one: this is penalizable behavior (on both...

This is failing because my new unconstrained helper creates an `UnconstrainedContext`, which requires calling some oracles (namely block number and timestamp), and some tests are running in a heavily mocked...

Closing this as we're changing how addresses and keys are related.

I still much prefer the `SharedMutable` approach, especially now that we've been using it for a while and understand it better. I think what's missing here is involving the AVM...

Will `immutable` be deprecated? I strongly suggest adding _more_ keywords. Given `constant` already exists (and causes confusion with `immutable`), if you prefer `code` over `immutable` I'd just replace the current...

> but for user execution it could make a call to the user's wallet, allowing them to sign the request or deny it and make the transaction fail. The big...

We've determined that https://github.com/AztecProtocol/aztec-packages/issues/9133 is the way to go for these.