Skip to content

Releases: ProjectOpenSea/seaport-js

Default Configuration Set to Seaport 1.4

10 Mar 16:05
d5a73c3
Compare
Choose a tag to compare

OpenSea is now only accepting orders from Seaport version 1.4. Previously, this package could be configured to Seaport 1.4 when instantiating a Seaport-JS instance. Now, if no configuration is given, it will default to 1.4.

Bug fix: Return counter as string

02 Mar 02:57
a4ceed5
Compare
Choose a tag to compare

Counter was being returned as a BigNumber, this release fixes it to return a string.

Seaport v1.4 functionality

27 Feb 02:54
fcfe3f5
Compare
Choose a tag to compare

This release contains a new initialization parameter seaportVersion, which in this release still defaults to 1.1.

By setting to 1.4 your orders will be signed on the new Seaport v1.4 contract (link to GitHub release). With this new version, you can use createBulkOrders to create many orders with one signature.

Fix incorrectly setting signer

10 Jul 01:33
21aeed1
Compare
Choose a tag to compare

Patches an issue with 1.0.3 where we weren't setting the signer properly in the constructor.

Add support for custom signer

08 Jul 05:34
Compare
Choose a tag to compare

Lets consumers provide a signer instead of a provider

v1.0.2

18 Jun 18:22
Compare
Choose a tag to compare

Downgrade node version to v14

v1.0.1

15 Jun 23:25
Compare
Choose a tag to compare
  • Sets package.json node version to be >= 16 as opposed to 16.11.0

v1.0.0

13 Jun 06:32
Compare
Choose a tag to compare

This marks the initial release of seaport-js. It fully supports Seaport protocol version 1.1.