You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves#10369
Note from @dbanks12:
Once the limit has been reached for contract calls to unique class IDs,
you can still call repeat contract addresses or even other contract
addresses that reuse an already checked class ID.
I had to change the call-ptr/space-id to just use a counter instead of
clk because space-id is uint8 and we were getting collisions.
Follow-up work:
- constrain that user-called address can be derived from the hinted
class ID & instance
---------
Co-authored-by: dbanks12 <david@aztecprotocol.com>
AztecBot
pushed a commit
to AztecProtocol/barretenberg
that referenced
this issue
Dec 24, 2024
ResolvesAztecProtocol/aztec-packages#10369
Note from @dbanks12:
Once the limit has been reached for contract calls to unique class IDs,
you can still call repeat contract addresses or even other contract
addresses that reuse an already checked class ID.
I had to change the call-ptr/space-id to just use a counter instead of
clk because space-id is uint8 and we were getting collisions.
Follow-up work:
- constrain that user-called address can be derived from the hinted
class ID & instance
---------
Co-authored-by: dbanks12 <david@aztecprotocol.com>
No description provided.
The text was updated successfully, but these errors were encountered: