raiden-network / raiden-contracts

Raiden Network Smart Contracts
MIT License
52 stars 49 forks source link

Bump eth-tester[py-evm] from 0.6.0b6 to 0.7.0b1 #1659

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps eth-tester[py-evm] from 0.6.0b6 to 0.7.0b1.

Changelog

Sourced from eth-tester[py-evm]'s changelog.

Eth Tester Changelog

.. towncrier release notes start

v0.7.0-beta.1 (2022-08-25)

Misc


- https://github.com/ethereum/eth-tester/issues/230

v0.6.0-beta.6 (2022-01-26)

Bugfixes

  • Revert upstream dependency requirements so they can be pulled into the current web3.py (v5) (ethereum/eth-tester#232)

v0.6.0-beta.5 (2022-01-20)

Features


- Add `to`, `from`, and `status` to transaction receipts
  (https://github.com/ethereum/eth-tester/issues/228)
- Add support for Python 3.10
  (https://github.com/ethereum/eth-tester/issues/231)

Deprecations and Removals

Misc


- https://github.com/ethereum/eth-tester/issues/230

v0.6.0-beta.4 (2021-11-19) </tr></table>

... (truncated)

Commits


Dependabot compatibility score

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)
karlb commented 1 year 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.

dependabot[bot] commented 1 year ago

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.