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

ethereum / web3.js / 2239
52%
1.x: 80%

Build:
Build:
LAST BUILD BRANCH: wyatt/rename-eth2-packages
DEFAULT BRANCH: 1.x
Ran 22 Jan 2018 10:54AM UTC
Jobs 4
Files 41
Run time 1min
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
2239

push

travis-ci

frozeman
fixed the signature of the decodeParameters functions (#1293)

According to the docs this function can be called with either:
```javascript
web3.eth.abi.decodeParameters(['string', 'uint256'], ...
```
Or:
```javascript
web3.eth.abi.decodeParameters([{
    type: 'string',
    name: 'myString'
},{
    type: 'uint256',
    name: 'myNumber'
}], ...
```

But doing this latter in ts results in:

 > Argument of type '{ type: string; name: string; }[]' is not assignable to parameter of type 'string[]'.
 >    Type '{ type: string; name: string; }' is not assignable to type 'string'.

This PR fixes that.

1132 of 1506 branches covered (75.17%)

2261 of 2637 relevant lines covered (85.74%)

1974.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2239.1 (CXX=g++-4.8 TEST_SUITE=test) 22 Jan 2018 10:54AM UTC 0
85.74
Travis Job 2239.1
2 2239.2 (CXX=g++-4.8 TEST_SUITE=test) 22 Jan 2018 10:55AM UTC 0
85.74
Travis Job 2239.2
3 2239.3 (CXX=g++-4.8 TEST_SUITE=test) 22 Jan 2018 10:55AM UTC 0
85.74
Travis Job 2239.3
4 2239.4 (CXX=g++-4.8 TEST_SUITE=test) 22 Jan 2018 10:56AM UTC 0
85.74
Travis Job 2239.4
Source Files on build 2239
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2239
  • d05560f4 on github
  • Prev Build on 1.0 (#2238)
  • Next Build on 1.0 (#2241)
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