Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Version 3.0.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@albrow albrow released this 12 Aug 18:25
· 1280 commits to development since this release
1b5b260

Breaking changes 🛠

  • Modified Mesh's validation logic to reject and consider invalid any partially fillable orders. While this is
    technically a breaking change, partially fillable orders are rare in the wild and we don't expect this will
    affect many users. (#333)
  • Lowercased GetStatsAsync method to getStatsAsync in TS client

Bug fixes 🐞

  • De-dup order submitted via the JSON-RPC method mesh_addOrders before performing validation (#331)
  • Added "declaration": true, to TS client's tsconfig.json so that downstream projects can use it's TS typings. (#325)