SIP-7: Zone Interface for Server-Signed Orders #5
Replies: 6 comments 9 replies
-
#15 cross posting this here @ryanio good to get your thoughts too :) |
Beta Was this translation helpful? Give feedback.
-
We've implemented a reference implementation of SIP-7 with substandard 3 and 4. We are in the process of getting an audit for this contract but before that we'd like to get some thoughts from you too @ryanio . I think this could also serve as a better reference contract than the currently linked one on the SIP - main discrepancy is the current one does not support SIP-6 (in SIP-7 it's listed as a prerequisite) and we like the reference contracts in seaport that do not use assembly. https://github.com/immutable/seaport-1.4/blob/main/contracts/zones/ImmutableSignedZone.sol |
Beta Was this translation helpful? Give feedback.
-
Another thought after we've gone through the SIP7 more times We've also made more changes on our reference contract and are still looking for feedback :) |
Beta Was this translation helpful? Give feedback.
-
PR for context / discussion: #24 Hi team, we're operating a zone that currently supports substandards 3 & 4:
We have a couple of difficulties supporting our cases:
To address
To address
|
Beta Was this translation helpful? Give feedback.
-
One thing that could use additional specification here is how to derive the hash for the received items (eg how to encode the array before hashing it, or if each element should be hashed independently and then an array of hashes gets hashed, etc) — I’d lean towards just flattening the array into |
Beta Was this translation helpful? Give feedback.
-
Please use this thread to discuss SIP-7: Interface for Server-Signed Orders
Beta Was this translation helpful? Give feedback.
All reactions