Skip to content

Releases: 0xProject/0x-mesh

v11.2.0: release: 11.2.0 (#1084)

20 May 10:45
d76af70
Compare
Choose a tag to compare

v11.1.0: release: 11.1.0 (#1063)

06 Apr 18:23
dc24254
Compare
Choose a tag to compare

RELEASE_CHANGELOG.md

v11.0.3: release: 11.0.3 (#1054)

29 Mar 20:16
a3a7d73
Compare
Choose a tag to compare

RELEASE_CHANGELOG.md

v11.0.2: release: 11.0.2 (#1042)

16 Mar 20:10
ee90a94
Compare
Choose a tag to compare

RELEASE_CHANGELOG.md

v11.0.1: Release/11.0.1 (#1037)

04 Mar 15:31
0f591e5
Compare
Choose a tag to compare

RELEASE_CHANGELOG.md

v11.0.0: release: 11.0.0 (#1034)

02 Mar 12:48
4581600
Compare
Choose a tag to compare

RELEASE_CHANGELOG.md

v10.2.2: release: 10.2.2 (#1029)

18 Feb 14:14
1fcb8c7
Compare
Choose a tag to compare

RELEASE_CHANGELOG.md

Version 10.2.1

05 Feb 00:44
a05f9a2
Compare
Choose a tag to compare

v10.2.1

Bug fix 🐞

  • Fixed a bug where invalid takerAddress causes server to throw an error and graphql client to crash.

v10.2.0: Release 10.2.0 (#993)

04 Jan 17:55
0caa1da
Compare
Choose a tag to compare

v10.2.0

Bug fixes 🐞

  • Fixed database is closed issues related to our go-sqlite3 databases.
  • Fixed a bug that would cause the node to crash when receving log events for tokens that do not conform to the ERC20 specification.
  • Fixed a data race condition in OrderWatcher.

Version 10.1.0

13 Oct 19:36
45f1226
Compare
Choose a tag to compare

v10.1.0

Features ✅

  • Added support for continuing to watch and store orders that become unfillable. #945