From f0f38582701f0a6bcce207c4ccb6e0e9fea09e56 Mon Sep 17 00:00:00 2001 From: 0age <0age@protonmail.com> Date: Mon, 19 Feb 2024 00:23:32 -0500 Subject: [PATCH] mark commit for spearbit audit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cefd6e1..ca5a092 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ When 1.6 is ready, we'll create 1.6 branches on all of the seaport repos and mov ### Differences between this repo and the production repos - This repo has the `authorizeOrder` interface added to zones. -- This repo uses 0.8.21 instead of 0.8.17. +- This repo uses 0.8.21 instead of 0.8.17. Note that the decision on which compiler version to use, and whether to utilize the `PUSH0` opcode, is still being debated. - Some files that appear in multiple repos, such as the [Transfer](https://github.com/ProjectOpenSea/seaport-core/blob/main/src/helpers/TransferHelper.sol) [Helper](https://github.com/ProjectOpenSea/seaport/blob/main/contracts/helpers/TransferHelper.sol) have been removed or modified to inherit from a single source of truth. - Some files were lightly jiggled around internally to avoid yul stack too deep errors during the optimized build. - The Hardhat tests are gone. If we need to add them back, we can.