Open dependabot[bot] opened 2 years ago
The OverflowError: cannot fit 'int' into an index-sized integer
happens because the data_length
(and thus padded_length
) exceed sys.maxsize in https://github.com/ethereum/eth-abi/blob/632d27e913c4e6d22652c25b9d3c5470f83babfc/eth_abi/decoding.py#L513-L517.
I am not sure why this happens now and did not happen before. I would suspect a bug in eth_abi if the relevant code had changed recently, but it didn't. Maybe the stream
object is meaningfully different.
A newer version of eth-tester[py-evm] exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
Bumps eth-tester[py-evm] from 0.6.0b6 to 0.7.0b1.
Changelog
Sourced from eth-tester[py-evm]'s changelog.
... (truncated)
Commits
7eea73b
Bump version: 0.6.0-beta.6 → 0.7.0-beta.1c71df38
Compile release notes385e254
Breaking Dependency Changes (#238)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)