airswap-protocols icon indicating copy to clipboard operation
airswap-protocols copied to clipboard

Create a new pool function to accept individually signed claims

Open dmosites opened this issue 3 years ago • 1 comments

dmosites avatar Dec 06 '21 19:12 dmosites

To do:

  1. withdrawWithSignature should calculate amount from points rather than directly transfer the passed amount.
  2. we should use nonce to mark claims as used. the Activate backend will issue claims with the same nonce until a Claim event is confirmed. then it'll issue claims with nonce + 1.
  3. we can remove all other logic related to merkle trees and roots and limit to individually signed claims.
  4. To use EIP712 for signing

francisldn avatar Jan 16 '22 21:01 francisldn