dex-services
dex-services copied to clipboard
Off-chain services for the Gnosis Protocol v1.
When connected to a node load-balancer, it can be the case that the nodes have slightly different views of the block chain (becuase of network propagation delays for example). This...
Add CI configuration to perform integration tests on an xDAI test-net.
In this orderbook: The pricegraph cannot provide a price estimate (it's None). @nlordell to instead of reducing orderbooks and estimating the marginal price of 1OWL, we estimate the best bid/ask...
We can approximate the economic viability constraint by checking the traded amounts in the transitive orders against connected OWL limit prices. We would then discard any transitive orders that do...
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.3 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next See full diff in compare...
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.3 to 0.8.8. Release notes Sourced from crossbeam-utils's releases. crossbeam-utils 0.8.8 Fix a bug when unstable loom support is enabled. (#787) crossbeam-utils 0.8.7 Add AtomicCell<{i*,u*}>::{fetch_max,fetch_min}. (#785) Add...
Bumps [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) from 0.8.0 to 0.8.1. Release notes Sourced from crossbeam-deque's releases. crossbeam-deque 0.8.1 Fix deque steal race condition. (https://github.com/crossbeam-rs/crossbeam/security/advisories/GHSA-pqqp-xmhj-wgcw) Add Stealer::len method. (#708) Changelog Sourced from crossbeam-deque's changelog. Version...
Due to, recent updates, Geth revert messages aren't getting correctly decoded. This causes previously benign errors to no longer be considered benign and causes a bunch of alerts. This is...
It is possible to craft orders in such a way that a path in the orderbook graph would end up with an empty flow because of rounding errors. This causes...
From @fedgiac in #1451 > I wonder if this PR can be used for a new attack on the price estimator. > What if a fake token was created with...