airswap-protocols
airswap-protocols copied to clipboard
Create a new pool function to accept individually signed claims
To do:
- withdrawWithSignature should calculate amount from points rather than directly transfer the passed amount.
- 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.
- we can remove all other logic related to merkle trees and roots and limit to individually signed claims.
- To use EIP712 for signing