0x-mesh
0x-mesh copied to clipboard
A peer-to-peer network for sharing 0x orders
## Overview Documentation is a priority for the 0x-mesh core team because of the large impact it has on our users (and indirectly on us). For the most part, our...
## Overview The `ordervalidator.BatchOffchainValidation` function is used to provide a preliminary form of validation that should filter out orders that Mesh obviously cannot support. As of right now, staticcall asset...
## Description Several features were added to the Browser Conversion Tests in an attempt to approve the experience of writing new tests and modifying existing tests. Unfortunately, this was somewhat...
## Description We don't want to `.gitignore` the `docs/` directory because we want to be able to have all of the documents that we want on `master`. This said, we...
# Context When running Mesh with [0xorg/ganache-cli](https://hub.docker.com/r/0xorg/ganache-cli/), I sometimes encounter an obscure `blockWatcher` error. The underlying cause is that Mesh still has the old blocks stored, that are at a...
# Context Running Mesh on the `development` branch by building from source, specifically at commit 94bb6ce0d3dbf273d84167cfec3bd80493fb8e60. # Expected Behavior All addresses being logged should be real addresses, even if the...
Augur Orders are now not being retrieved from the sra/v3/orders API function. This pertains to this Augur market: https://v2.augur.net/#!/market?id=0xBe1FA092D93d38AF3F661C0FE2EF2db94F77344f 1. On 2/24/20, I entered an order ("Yes", Bid Qty: 10,...
We have a piece of technical debt that was introduced when we refactored the permanent storage of blockchain headers such that they are only stored once the block was processed...
If GossipSub is working as expected then orders should be propagated really quickly. Consider the time point when an order is propagated for the first time by some peer in...