David Núñez

Results 98 comments of David Núñez

> (1) Note that this issue may be slightly mis-scoped because an RPC endpoint fallback solution is already deployed to mainnet as of #3185. Right, naming wasn't great, thanks for...

I've sometimes seen this notation `myFunction(address, uint256):(uint256, bool)` that allows you to specify multiple output types

From #3150 (closed in favour of this issue): > There is a potential of DDOS attacks from authorised decryption requests > Example - Justin's encrypted album is on twitter, it's...

I think this issue is also related to https://github.com/nucypher/nucypher/issues/1000

An additional disadvantage is that the multicall approach can't support RPC queries, although some of them can be substituted by contract calls. From the exhaustive list of RPC methods we...

Somo reference implementations of multicall support in Python: * https://github.com/eth-brownie/brownie/blob/master/brownie/network/multicall.py * https://github.com/safe-global/safe-eth-py/blob/master/gnosis/eth/multicall.py * https://github.com/banteg/multicall.py

Related to https://github.com/nucypher/nucypher/issues/3167#issuecomment-1721066743

> How does a node forget about ritual metadata associated with a revoked/cancelled ritual. revoked/cancelled/expired ritual

Inspired by this, I made a similar analysis but I get different numbers: Note that results differ because of the way I'm interpreting what configurations are considered "good" (i.e., don't...

On the comparison table: * EVM contract should be considered redundant & highly available * PKI should probably be considered scalable * Cloud service shouldn't be considered Transparent * For...