From 57a081e8bdc2271859045fd40808e69c8334d848 Mon Sep 17 00:00:00 2001 From: 0xYYY <0xYYY@protonmail.com> Date: Tue, 5 Jul 2022 22:12:41 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9C=8D=EF=B8=8F=20Fix=20typos=20in=20REA?= =?UTF-8?q?DME.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58b207c7..ac16e1be 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ tokens ├─ ERC721 — "Modern, minimalist, and gas efficient ERC721 implementation" ├─ ERC1155 — "Minimalist and gas efficient standard ERC1155 implementation" utils -├─ SSTORE2 - "Library for cheaper reads and writes to persistent storage" +├─ SSTORE2 — "Library for cheaper reads and writes to persistent storage" ├─ CREATE3 — "Deploy to deterministic addresses without an initcode factor" -├─ SafeCastLib - "Safe unsigned integer casting lib that reverts on overflow" +├─ SafeCastLib — "Safe unsigned integer casting lib that reverts on overflow" ├─ ReentrancyGuard — "Gas optimized reentrancy protection for smart contracts" ├─ FixedPointMathLib — "Arithmetic library with operations for fixed-point numbers" ├─ Bytes32AddressLib — "Library for converting between addresses and bytes32 values" From d9448a7712973f5f27a2b891b98b921f2daaeaa8 Mon Sep 17 00:00:00 2001 From: 0xYYY <0xYYY@protonmail.com> Date: Tue, 5 Jul 2022 22:14:53 +0800 Subject: [PATCH 2/2] chore: `forge snapshot` --- .gas-snapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gas-snapshot b/.gas-snapshot index 4e008122..dc8a6f1c 100644 --- a/.gas-snapshot +++ b/.gas-snapshot @@ -64,7 +64,7 @@ ERC20Test:testApprove() (gas: 31058) ERC20Test:testBurn() (gas: 56970) ERC20Test:testFailPermitBadDeadline() (gas: 36924) ERC20Test:testFailPermitBadNonce() (gas: 36874) -ERC20Test:testFailPermitPastDeadline() (gas: 8589) +ERC20Test:testFailPermitPastDeadline() (gas: 10938) ERC20Test:testFailPermitReplay() (gas: 66285) ERC20Test:testFailTransferFromInsufficientAllowance() (gas: 80882) ERC20Test:testFailTransferFromInsufficientBalance() (gas: 81358)