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

Version 5.1.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@albrow albrow released this 22 Oct 23:53
· 1069 commits to master since this release
9e86d4d

Summary

Features ✅

  • The getStats RPC endpoint now includes a new field which accounts for the number of orders that have been marked as "removed" but not yet permanently deleted (#461).
  • Improved historical order sharing using round-robin algorithm instead of random selection (#454). This will reduce the warm-up time for receiving existing orders when first joining the network.
  • Added ERC1155 assetData support (#453). This includes order watching and order events for orders involving ERC1155 tokens.
  • Added Ability to specify custom contract addresses via the CUSTOM_ADDRESSES environment variable or the customAddresses field in the TypeScript bindings (#445).

Bug fixes 🐞

  • Temporarily disabled bandwidth-based peer banning (#448). A bug in libp2p was occasionally causing observed bandwidth usage to spike to unrealistic levels, which can result in peers being erroneously banned. We decided to temporarily stop banning peers while we're working with the libp2p team to resolve the issue.