-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seaport 1.3 #990
base: seaport-1.2
Are you sure you want to change the base?
Seaport 1.3 #990
Conversation
Seaport 1.2 Release
deployed 1.2 across all chains
…index-overflow-test-and-refactor add a test for index overflow with trees of different heights and refactor a bit
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
- send funds back once at the end of the fn instead of on every receive - optimize checking seaport address
Add SeaportRouter
…ttp-cache-semantics-4.1.1 Bump http-cache-semantics from 4.1.0 to 4.1.1
loop through orders again if restricted/contract present
…dator Transfer Validation Zone/Offerer
refactor typehash lookup as while loop
…ost-execution TestTransferValidationZoneOfferer fulfillAvailable tests with conduit + Add sol helpers
Stephan/1.3 forge tests
1.3 final cleanup
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## seaport-1.2 #990 +/- ##
=============================================
Coverage 100.00% 100.00%
=============================================
Files 47 46 -1
Lines 2661 2741 +80
Branches 393 409 +16
=============================================
+ Hits 2661 2741 +80
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…n-leave Difference is pretty negligible in terms of gas/code, but it is a bit easier to follow
Improve typehash lookup readability
Refactor bulk order typehash lookup
This PR highlights changes from Seaport 1.2 to Seaport 1.3 and is meant to facilitate review and discussion of those changes.