Nicolás Venturo
Nicolás Venturo
Superceded by https://github.com/AztecProtocol/aztec-packages/pull/8644
I'm not sure the pros list highlights the **radical** impact that implementing this issue would have. It would let developers fully do away with the notion of linked libraries, which...
>I'm not really sure if that has a good use case. I mean, why would someone deploy multiple copies of a library if it cannot have any state? The use...
>But was that library the same for all created contracts? If so, then wouldn't it be much more efficient (like N+1 vs 2N) to link them all with a single...
I stand by my comments [here](https://github.com/ethereum/solidity/issues/11695#issuecomment-921237350), notably: >I'm not sure the pros list highlights the radical impact that implementing this issue would have. It would let developers fully do away...
The key registry was removed in #8613, and key rotation was then fully removed in #8645.
The same happened in #14634 for `MAX_EVENT_SERIALIZED_LEN`.
Given that we now have a smaller failing example, perhaps this could be used to look into why the optimization disabled in https://github.com/noir-lang/noir/pull/5240 was faulty so that it can be...
>If the hash matches, sequencer includes the tx in a block and submits the block to a contract on L1. The contract then re-hashes the logs and checks that the...
@jp4g yes, we also need to extend this so that it's not so few of them. Thanks for the heads up!