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

iamdefinitelyahuman / brownie / 1157
90%

Build:
DEFAULT BRANCH: master
Ran 01 Apr 2020 09:21AM UTC
Jobs 5
Files 0
Run time –
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
1157

push

travis-ci-com

iamdefinitelyahuman
Fix an encoding bug for list of tuples.

If an argument is of type "tuple" it's encoded as the concatenation of
the types that are inside. We should do the same for list of tuples.

This fixes a bug where brownie crashes when trying to encode an argument
with a type "ComplexStruct[]" where ComplexStruct is a solidity struct
with a few fields.

Example Solidity code to reproduce the bug:

contract Foo {
    struct Bar {
        uint256 something;
        address something_else;
    }

    function frobulate(Bar[] calldata bar_list) external {
      // do something
    }
}

Before that fix, Brownie will crash when encoding the call to frobulate.
Jobs
ID Job ID Ran Files Coverage
1 1157.1 (COVERALLS_PARALLEL=true) 01 Apr 2020 09:25AM UTC 0
45.14
Travis Job 1157.1
2 1157.2 (COVERALLS_PARALLEL=true PATH=/c/Python38:/c/Python38/Scripts:$PATH) 01 Apr 2020 09:23AM UTC 0
83.68
Travis Job 1157.2
3 1157.3 (COVERALLS_PARALLEL=true) 01 Apr 2020 09:21AM UTC 0
83.73
Travis Job 1157.3
4 1157.4 (COVERALLS_PARALLEL=true) 01 Apr 2020 09:21AM UTC 0
91.11
Travis Job 1157.4
5 1157.5 (COVERALLS_PARALLEL=true) 01 Apr 2020 09:23AM UTC 0
92.86
Travis Job 1157.5
Source Files on build 1157
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1157
  • 45e03ed9 on github
  • Prev Build on master (#1154)
  • Next Build on master (#1159)
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