Skip to content

Import Nonces #2

@0x4007

Description

@0x4007

I was working on this and I realized that a redeployment could be nice to have to:

  1. rename the smart contract to permit3 for disambiguation.
  2. Allow us to import already used Nonces as an array (intended to clone the used ones on mainnet and gnosis chain) during deployment,
  3. Add a method we can call later for batch nonce imports. This beats having to send thousands of individual invalidation requests.
  4. A versioning setter, so we can leave a comment if its deprecated etc.

I hope its easy to batch read the entire nonce bitmap in a single RPC call, otherwise this can be tedious.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions