• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gnosis / dex-services / 3520 / 2
7%
master: 31%

Build:
Build:
LAST BUILD BRANCH: solver-bump-v0.8.8
DEFAULT BRANCH: master
Ran 08 Jun 2020 06:43AM UTC
Files 57
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Jun 2020 06:27AM UTC coverage: 7.392%. First build
OPEN_SOLVER_VERSION=v0.0.10 PRIVATE_SOLVER_VERSION=v0.7.2

push

travis-pro

web-flow
Add price estimator scaffolding (#959)

This is the initial commit for the rust price estimator. It sets up the
smart contract but does not yet create an orderbook or handle the http
requests we want.

For the http server libraries I have looked at:
* https://github.com/http-rs/tide
* https://github.com/hyperium/hyper
* https://github.com/seanmonstar/warp
* https://github.com/tomaka/rouille

tide is based on async std. I did not choose it because the readme says
that is not ready for production.
rouille is the http server we use for metrics in the driver. It does not
use async which makes it slower than the async frameworks (see benchmark
in their readme). This speed difference is probably not important for
our task but we might as well use an async framework from the get go.
warp is based on hyper. It easier to use because hyper is too low
level. Both are linked in the tokio readme.

888 of 14355 branches covered (6.19%)

Branch coverage included in aggregate %.

416 of 3286 relevant lines covered (12.66%)

4851.05 hits per line

Source Files on job 3520.2 (OPEN_SOLVER_VERSION=v0.0.10 PRIVATE_SOLVER_VERSION=v0.7.2)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 294
  • Travis Job 3520.2
  • dcd73ac2 on github
  • Next Job for OPEN_SOLVER_VERSION=v0.0.10 PRIVATE_SOLVER_VERSION=v0.7.2 on v0.12.2 (#3530.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc