tools icon indicating copy to clipboard operation
tools copied to clipboard

Results 14 tools issues
Sort by recently updated
recently updated
newest added

## Description Updated `ethers` to 5.x by moving usage to the sub-module `@ethersproject/abi` In reference to #54 ## Testing instructions ## Types of changes * Bug fix (non-breaking change which...

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.0.15 to 18.2.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=18.0.15&new-version=18.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

## Description Attempting to unwind the circle of dependencies + inadvertent imports of re-exports. ## Testing instructions ## Types of changes ## Checklist: - [ ] Prefix PR title with...

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.2 to 5.0.4. Release notes Sourced from typescript's releases. TypeScript 5.0.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies
javascript

Bumps [@types/ethereumjs-tx](https://github.com/ethereumjs/ethereumjs-tx) from 1.0.1 to 2.0.0. Release notes Sourced from @​types/ethereumjs-tx's releases. v2.0.0 - TypeScript / HF Support / EIP-155 TypeScript / Module Import / Node Support First TypeScript based...

dependencies
javascript

Bumps [tmp](https://github.com/raszi/node-tmp) from 0.0.33 to 0.2.1. Changelog Sourced from tmp's changelog. v0.2.1 (2020-04-28) :rocket: Enhancement #252 Closes #250: introduce tmpdir option for overriding the system tmp dir (@​silkentrance) :house: Internal...

dependencies
javascript

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies
javascript

## Description I found `out of gas` in some tests: https://github.com/0xProject/protocol/pull/663 and It's because `allowUnlimitedContractSize` is not set in ganache provider. @dekz ## Testing instructions ## Types of changes ##...

./node_modules/@0x/utils/node_modules/ethers/dist/ethers.min.js Critical dependency: require function is used in a way in which dependencies cannot be statically extracted Started to see this on our Next.js project when moving from the umbrella...

## Expected Behavior `@0x/sol-profiler` works with solc 0.7.5 but not with 0.7.6. Here is a reproduction: https://github.com/lcswillems/0x-profiler-error-0.7.6 I get this error: ``` TypeError: Cannot read property 'split' of undefined at...

stale