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

decentraland / eth-connect
68%

Build:
DEFAULT BRANCH: master
Repo Added 21 Feb 2021 03:28PM UTC
Files 29
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 6.3.1
  • 6.4.0
  • agusaldasoro-patch-1
  • bignumber
  • bump-typescript
  • chore/add-more-tests
  • chore/align-oidc-node24
  • chore/enable-cors
  • chore/update-node-to-24
  • dependabot/add-v2-config-file
  • dependabot/npm_and_yarn/ansi-regex-and-ansi-regex-5.0.1
  • dependabot/npm_and_yarn/coveralls-3.1.1
  • dependabot/npm_and_yarn/elliptic-6.5.4
  • dependabot/npm_and_yarn/istanbuljs/nyc-config-typescript-1.0.2
  • dependabot/npm_and_yarn/json5-2.2.3
  • dependabot/npm_and_yarn/microsoft/api-documenter-7.12.11
  • dependabot/npm_and_yarn/microsoft/api-documenter-7.12.12
  • dependabot/npm_and_yarn/microsoft/api-documenter-7.13.34
  • dependabot/npm_and_yarn/microsoft/api-documenter-7.13.7
  • dependabot/npm_and_yarn/microsoft/api-documenter-7.22.19
  • dependabot/npm_and_yarn/microsoft/api-extractor-7.13.2
  • dependabot/npm_and_yarn/microsoft/api-extractor-7.13.3
  • dependabot/npm_and_yarn/microsoft/api-extractor-7.13.4
  • dependabot/npm_and_yarn/microsoft/api-extractor-7.13.5
  • dependabot/npm_and_yarn/microsoft/api-extractor-7.14.0
  • dependabot/npm_and_yarn/microsoft/api-extractor-7.15.0
  • dependabot/npm_and_yarn/mocha-8.3.1
  • dependabot/npm_and_yarn/mocha-8.3.2
  • dependabot/npm_and_yarn/nanoid-and-mocha-3.3.3
  • dependabot/npm_and_yarn/qs-6.5.3
  • dependabot/npm_and_yarn/rollup-2.39.1
  • dependabot/npm_and_yarn/rollup-2.40.0
  • dependabot/npm_and_yarn/rollup-2.41.0
  • dependabot/npm_and_yarn/rollup-2.41.1
  • dependabot/npm_and_yarn/rollup-2.41.2
  • dependabot/npm_and_yarn/rollup-2.41.3
  • dependabot/npm_and_yarn/rollup-2.41.4
  • dependabot/npm_and_yarn/rollup-2.41.5
  • dependabot/npm_and_yarn/rollup-2.42.0
  • dependabot/npm_and_yarn/rollup-2.42.2
  • dependabot/npm_and_yarn/rollup-2.42.3
  • dependabot/npm_and_yarn/rollup-2.42.4
  • dependabot/npm_and_yarn/rollup-2.46.0
  • dependabot/npm_and_yarn/rollup-2.50.6
  • dependabot/npm_and_yarn/rollup-2.51.2
  • dependabot/npm_and_yarn/rollup-2.56.0
  • dependabot/npm_and_yarn/ts-node-10.1.0
  • dependabot/npm_and_yarn/ts-node-10.9.1
  • dependabot/npm_and_yarn/types/mocha-10.0.1
  • dependabot/npm_and_yarn/types/mocha-8.2.2
  • dependabot/npm_and_yarn/types/node-fetch-2.6.4
  • dependabot/npm_and_yarn/typescript-4.2.2
  • dependabot/npm_and_yarn/typescript-4.2.3
  • dependabot/npm_and_yarn/typescript-4.2.4
  • dependabot/npm_and_yarn/typescript-4.3.5
  • dependabot/npm_and_yarn/websocket-1.0.34
  • dependabot/npm_and_yarn/y18n-4.0.1
  • expect
  • feat/add-solidity-function
  • feat/add-to-payload-to-contract-fn
  • feat/build-individual-files
  • feat/fetchfunction-accept-native-fetch
  • feat/sig
  • feat/support-tupples
  • feat/support-tupples-mz
  • feat/update-geth-make-file
  • fix/byte32-function-params
  • fix/httpprovider-cancel-error-response-body
  • fix/personal_sign
  • fixes
  • lint
  • nearnshaw-patch-1
  • pr
  • provenance
  • refs/tags/5.0.1
  • refs/tags/5.1.0
  • refs/tags/5.1.1
  • refs/tags/6.0.0
  • refs/tags/6.0.1
  • refs/tags/6.0.2
  • refs/tags/6.0.3
  • refs/tags/6.1.0
  • refs/tags/6.2.0
  • refs/tags/6.2.1
  • refs/tags/6.2.2
  • refs/tags/6.2.4
  • security/pin-github-actions-sha
  • test-dg
  • test/utf8
  • test2
  • update-tests
  • updates
  • workflows

24 Jun 2026 05:48PM UTC coverage: 67.697%. Remained the same
28118346084

push

github

web-flow
feat: accept the native fetch directly as the HTTPProvider fetch option (#583)

FetchFunction declared `mode?: string`, which made the global native fetch
non-assignable to it (native `RequestInit` types `mode` as `RequestMode`, and
`string` is not assignable to `RequestMode`), forcing callers to cast with
`fetch as unknown as FetchFunction`. HTTPProvider never sets `mode`, so dropping
it lets the global native fetch — the same WHATWG signature on web and server —
as well as native-fetch components (e.g. @dcl/fetch-component) and node-fetch be
passed to `options.fetch` with no cast.

Type-only change: the emitted JS is unchanged, and existing callers (including
those still passing node-fetch) keep compiling. Adds compile-time assertions and
regenerates the API report and docs.

568 of 995 branches covered (57.09%)

Branch coverage included in aggregate %.

1293 of 1754 relevant lines covered (73.72%)

148.33 hits per line

Relevant lines Covered
Build:
Build:
1754 RELEVANT LINES 1293 COVERED LINES
148.33 HITS PER LINE
Source Files on master
  • Tree
  • List 29
  • Changed 21
  • Source Changed 1
  • Coverage Changed 21
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28118346084 master feat: accept the native fetch directly as the HTTPProvider fetch option (#583) FetchFunction declared `mode?: string`, which made the global native fetch non-assignable to it (native `RequestInit` types `mode` as `RequestMode`, and `string` is no... push 24 Jun 2026 05:49PM UTC web-flow github
67.7
28110572591 master fix: release the response body on non-2xx HTTPProvider responses (#582) HTTPProvider.sendAsync discarded the fetch Response on a non-2xx status without reading its body. With native fetch (undici) and browser fetch the underlying socket stays che... push 24 Jun 2026 05:00PM UTC web-flow github
67.7
28106829425 master chore: align workflow with node24 runtime and OIDC best practices (#581) push 24 Jun 2026 02:43PM UTC web-flow github
66.46
26976506719 master chore: pin third-party GitHub Actions to commit SHAs (#578) Pin actions/checkout to 08eba0b (v4.3.0), coverallsapp/github-action to 648a8eb (v2.3.6), and decentraland/oddish-action to 0074f2d (current master) for supply chain security. Co-author... push 04 Jun 2026 08:15PM UTC web-flow github
66.46
7410935640 master feat: EIP-1559 effectiveGasPrice (#558) push 04 Jan 2024 02:40PM UTC web-flow github
67.93
7358807024 master fix: temporarily remove id validation (#555) push 29 Dec 2023 06:06PM UTC web-flow github
67.86
7101594000 master fix: valid undefined error (#545) * fix: valid undefined error * remove unnecessary condition push 05 Dec 2023 01:43PM UTC web-flow github
67.86
7020120008 master chore(deps-dev): bump @dcl/eslint-config from 1.1.8 to 1.1.13 (#542) Bumps [@dcl/eslint-config](https://github.com/decentraland/eslint-config-decentraland) from 1.1.8 to 1.1.13. - [Release notes](https://github.com/decentraland/eslint-config-dec... push 28 Nov 2023 02:22PM UTC web-flow github
67.89
6855266574 master chore(deps): bump @babel/traverse from 7.22.5 to 7.23.2 (#529) Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Change... push 13 Nov 2023 08:18PM UTC web-flow github
67.89
5752508967 master chore(deps-dev): bump rollup from 3.26.3 to 3.27.1 (#497) Bumps [rollup](https://github.com/rollup/rollup) from 3.26.3 to 3.27.1. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/m... push 03 Aug 2023 03:12PM UTC web-flow github pending completion  
See All Builds (653)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc