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

ProjectOpenSea / opensea-js / 19939517206 / 1
88%
master: 30%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 04 Dec 2025 06:23PM UTC
Files 68
Run time 2s
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

04 Dec 2025 06:22PM UTC coverage: 87.553%. Remained the same
19939517206.1

push

github

web-flow
fix: change Transaction.value type from number to string to prevent overflow (#1836)

JavaScript's Number type can only safely represent integers up to 2^53-1.
When the API returns large wei values (like NFT prices in wei), they can
overflow and become negative values like -1617240366657743600.

This fix changes Transaction.value type from number to string, which:
- Prevents integer overflow for large wei values
- Works with ethers.js which accepts strings as BigNumberish
- Matches how the API should serialize large integer values

474 of 684 branches covered (69.3%)

Branch coverage included in aggregate %.

4105 of 4546 relevant lines covered (90.3%)

4.15 hits per line

Source Files on job 19939517206.1
  • Tree
  • List 68
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 19939517206
  • acd6b33c on github
  • Prev Job for on main (#19773318375.1)
  • Next Job for on main (#19940267448.1)
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