This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Releases: 0xProject/0x-mesh
Releases · 0xProject/0x-mesh
v11.2.0: release: 11.2.0 (#1084)
v11.1.0: release: 11.1.0 (#1063)
RELEASE_CHANGELOG.md
v11.0.3: release: 11.0.3 (#1054)
RELEASE_CHANGELOG.md
v11.0.2: release: 11.0.2 (#1042)
RELEASE_CHANGELOG.md
v11.0.1: Release/11.0.1 (#1037)
RELEASE_CHANGELOG.md
v11.0.0: release: 11.0.0 (#1034)
RELEASE_CHANGELOG.md
v10.2.2: release: 10.2.2 (#1029)
RELEASE_CHANGELOG.md
Version 10.2.1
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)
v10.2.0
Bug fixes 🐞
- Fixed
database is closed
issues related to ourgo-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
v10.1.0
Features ✅
- Added support for continuing to watch and store orders that become unfillable. #945