Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2022

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 25, 2022
@auto-assign auto-assign bot requested a review from andrevmatos August 25, 2022 23:14
Bumps [eth-tester[py-evm]](https://github.com/ethereum/eth-tester) from 0.6.0b6 to 0.7.0b1.
- [Release notes](https://github.com/ethereum/eth-tester/releases)
- [Changelog](https://github.com/ethereum/eth-tester/blob/master/CHANGELOG)
- [Commits](ethereum/eth-tester@v0.6.0-beta.6...v0.7.0-beta.1)

---
updated-dependencies:
- dependency-name: eth-tester[py-evm]
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/eth-tester-py-evm--0.7.0b1 branch from 3b14835 to b1da72b Compare October 13, 2022 13:57
eth.ChainId is now called eth.chain_id and thanks to the updated pyevm
it now returns the correct chain_id.
@karlb
Copy link
Contributor

karlb commented Oct 27, 2022

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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 21, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant