Releases: 0xProject/0x-mesh
Version 1.0.4-beta
This release fixes a bug in how AutoNAT and AutoRelay services were discovered.
Version 1.0.3-beta
This release fixes some networking related issues with our bootstrap nodes.
- Bootstrap nodes now advertise the correct public IP address.
- Bootstrap nodes now also operate as a relay.
These fixes will help smooth out any issues with peer discovery.
Version 1.0.2-beta
This release fixes a few minor bugs and includes additional documentation.
- Set a custom protocol ID for our DHT in order to separate it from the default IPFS DHT.
- Fixed a bug in the
getOrders
JSON-RPC endpoint wherefillableTakerAssetAmount
was sometimes being encoded as numbers instead of strings. - Converted addresses to all lowercase (non-checksummed) in the JSON-RPC API.
- Improved logging.
- Added a guide for running a Mesh node with telemetry-enabled.
Version 1.0.1-beta
This release adds AutoNAT support for our bootstrap nodes. This enables peers who are behind NATs to find each and connect to each other (in most cases).
In addition, this release includes some changes to default network timeouts and documentation improvements.
Version 1.0.0-beta
This is the initial beta release for 0x Mesh!
This release supports the following features:
- Automatic peer discovery via a DHT.
- A JSON-RPC endpoint for interacting with your Mesh node. It includes support for adding new orders and subscribing to order updates.
- Efficient order validation and order watching under the hood. You will get notified quickly when orders are expired, canceled, or filled.
- Basic limitations on the size and types of messages sent by peers. Peers that send malformed messages or messages that are too big will be dropped.
In addition to improving stability and scalability we plan to release many more important features in the near future. Check out https://github.com/0xProject/0x-mesh/issues for more information about what we are working on.