Skip to content

Version 9.1.0

Compare
Choose a tag to compare
@fabioberger fabioberger released this 05 Mar 22:28
· 143 commits to master since this release
14c2521

Summary

This release includes some major improvements under the hood for peer discovery and order propagation. These improvements are 100% backwards-compatible and do not require any changes to your code.

Version 9.1.0 also introduces a new way to run Mesh in the browser via the @0x/mesh-browser-lite package. The differences between @0x/mesh-browser and @0x/mesh-browser-lite are explained in our updated Browser Guide. Relatedly, this is the first release to include a main.wasm file (found below), which is required when using @0x/mesh-browser-lite.

Features ✅

  • Improved speed and efficiency of peer discovery, especially when using custom order filters #729.
  • Added a lightweight package to use for loading Mesh's Wasm binary in a streaming manner #707.

Bug fixes 🐞

  • Fixed an issue where incoming orders could sometimes be dropped by peers #732.