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

ethcore / parity / 3153
73%

Build:
DEFAULT BRANCH: master
Ran 19 Jul 2016 07:41AM UTC
Jobs 1
Files 238
Run time 12s
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

pending completion
3153

push

travis-ci

web-flow
Asynchronous transactions (polling based for now). (#1652)

* Asynchronous transactions (polling based for now).

- Alter eth_sendTransaction to be async, returning one of:
  - Transaction hash (signed and submitted).
  - Transaction promise ID (< 32 bytes).
  - Zero hash (will never be signed).
- Introduce new JSONRPC eth_checkTransaction.

The new API call takes a single argument - a promise ID. It returns
either:
- Transaction hash (signed and submitted).
- null (still pending, call again later),
- Zero hash (will never be signed).

* New RPC eth_postTransaction

- Restore previous semantics of sendTransaction.
- Introduce eth_postTransaction.
- Some refactoring.

* Fix minor lockup.

* Use TransientHashMap to prevent leak.

24068 of 31472 relevant lines covered (76.47%)

0.76 hits per line

Jobs
ID Job ID Ran Files Coverage
2 3153.2 (FEATURES="--features travis-beta" RUN_COVERAGE="true") 19 Jul 2016 07:41AM UTC 0
76.47
Travis Job 3153.2
Source Files on build 3153
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3153
  • 3ba3dd38 on github
  • Prev Build on master (#3145)
  • Next Build on master (#3154)
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