2 files changed
+1
-3
lines changed- .forge-snapshots/batchTransferFrom.snap+1-1
- .forge-snapshots/batchTransferFromMultiToken.snap+1-1
- .forge-snapshots/permit2 + transferFrom2 with WETH9's mainnet address.snap+1
- .forge-snapshots/permit2 + transferFrom2 with a non EIP-2612 native token with fallback.snap+1
- .forge-snapshots/permit2 + transferFrom2 with a non EIP-2612 native token.snap+1-1
- .forge-snapshots/permit2 + transferFrom2 with an EIP-2612 native token.snap+1-1
- .forge-snapshots/simplePermit2 + transferFrom2 with a non EIP-2612 native token.snap+1
- .gas-snapshot+113-103
- README.md+17-3
- lib/forge-std+1-1
- package.json+16
- src/AllowanceTransfer.sol+1-1
- src/EIP712.sol+4-2
- src/interfaces/IAllowanceTransfer.sol+9-4
- src/interfaces/IDAIPermit.sol+1-1
- src/interfaces/IEIP712.sol+6
- src/interfaces/IERC1271.sol+1-1
- src/interfaces/IPermit2.sol+11
- src/interfaces/ISignatureTransfer.sol+4-2
- src/libraries/Permit2Lib.sol+64-32
- test/AllowanceTransferInvariants.t.sol+5-5
- test/AllowanceTransferTest.t.sol+3-3
- test/AllowanceUnitTest.sol+3-2
- test/CompactSignature.t.sol+2-2
- test/EIP712.t.sol+1-1
- test/NonceBitmap.t.sol+1-1
- test/Permit2Lib.t.sol+187-2
- test/SignatureTransfer.t.sol+1-1
- test/TypehashGeneration.t.sol+1-1
- test/actors/Permitter.sol+3-1
- test/integration/Argent.t.sol+1-1
- test/integration/GnosisSafe.t.sol+1-1
- test/integration/MainnetToken.t.sol+1-1
- test/mocks/MockFallbackERC20.sol+118
- test/mocks/MockHash.sol-2
- test/mocks/MockPermit2Lib.sol+33-11
- test/utils/DeployPermit2.sol+23
- test/utils/DeployPermit2.t.sol+81
- test/utils/InvariantTest.sol-36
- test/utils/PermitSignature.sol+13-12
- test/utils/TokenProvider.sol+1-1
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 | 2 |
| |
5 | 3 |
| |
6 | 4 |
| |
|
0 commit comments