voteagora / ERC20VotesPartialDelegationUpgradeable

Implementation of ERC20AdvancedDelegation Votes
4 stars 2 forks source link

Consider: use SignatureChecker to support ERC1271 #16

Closed wildmolasses closed 6 months ago

wildmolasses commented 7 months ago

Current impl of delegateBySig, delegateOnBehalf does not support smart contract signatures. We should consider using SignatureChecker.sol to add support.

wildmolasses commented 6 months ago

closed via #28