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 py-evm from 0.7.0a3 to 0.7.0a4 #599

Merged
merged 1 commit into from
Aug 7, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps py-evm from 0.7.0a3 to 0.7.0a4.

Changelog

Sourced from py-evm's changelog.

Release Notes

.. towncrier release notes start

py-evm v0.7.0-alpha.4 (2023-07-24)

Bugfixes


- ``eth_now`` now returns a utc timestamp instead of a local timestamp (`[#2119](https://github.com/ethereum/py-evm/issues/2119) <https://github.com/ethereum/py-evm/issues/2119>`__)

Internal Changes - For py-evm Contributors

  • Bumped mypy version to 1.4.0 ([#2117](https://github.com/ethereum/py-evm/issues/2117) <https://github.com/ethereum/py-evm/issues/2117>__)

py-evm v0.7.0-alpha.3 (2023-06-08)

Bugfixes


- Updated `CodeStream` slot name `pc` to `program_counter` to match the attribute name (`[#2109](https://github.com/ethereum/py-evm/issues/2109) <https://github.com/ethereum/py-evm/issues/2109>`__)
- Bring ``CREATE`` and ``CREATE2`` logic up to speed wrt changes to EIP-2681 (high nonce). (`[#2110](https://github.com/ethereum/py-evm/issues/2110) <https://github.com/ethereum/py-evm/issues/2110>`__)

Internal Changes - For py-evm Contributors

  • Update fixtures (ethereum/tests) version to v12.2 and turn on all Shanghai fork tests since EOF is no longer in Shanghai. ([#2108](https://github.com/ethereum/py-evm/issues/2108) <https://github.com/ethereum/py-evm/issues/2108>__)
  • Fix some failing tests by properly decoding the tx bytes provided by the Transaction test fixtures. ([#2111](https://github.com/ethereum/py-evm/issues/2111) <https://github.com/ethereum/py-evm/issues/2111>__)
  • bump version for flake8, flake8-bugbear, and mypy, and cleanup tox.ini ([#2113](https://github.com/ethereum/py-evm/issues/2113) <https://github.com/ethereum/py-evm/issues/2113>__)

py-evm v0.7.0-alpha.2 (2023-05-11)

Bugfixes


- Add missing receipt builder for the `ShanghaiBlock` class. (`[#2105](https://github.com/ethereum/py-evm/issues/2105) <https://github.com/ethereum/py-evm/issues/2105>`__)

Internal Changes - For py-evm Contributors

... (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 requested a review from a team as a code owner July 31, 2023 06:19
@dependabot dependabot bot removed the request for review from a team July 31, 2023 06:19
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 31, 2023
@dependabot dependabot bot requested a review from Uxio0 July 31, 2023 06:19
@dependabot dependabot bot added the python Pull requests that update Python code label Jul 31, 2023
@dependabot dependabot bot requested review from moisses89 and akshay-ap July 31, 2023 06:19
Bumps [py-evm](https://github.com/ethereum/py-evm) from 0.7.0a3 to 0.7.0a4.
- [Release notes](https://github.com/ethereum/py-evm/releases)
- [Changelog](https://github.com/ethereum/py-evm/blob/master/docs/release_notes.rst)
- [Commits](ethereum/py-evm@v0.7.0-alpha.3...v0.7.0-alpha.4)

---
updated-dependencies:
- dependency-name: py-evm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/py-evm-0.7.0a4 branch from f9a9cb0 to 0b0eea8 Compare August 7, 2023 15:15
@moisses89
Copy link
Member

@Uxio0 looks good to me, the main change is that eth_now now returns a utc timestamp that is more correct, do you think that we could be affected by this change in anywhere?

@Uxio0
Copy link
Member

Uxio0 commented Aug 7, 2023

No, we should be fine

@Uxio0 Uxio0 merged commit 46c0ae3 into master Aug 7, 2023
7 checks passed
@Uxio0 Uxio0 deleted the dependabot/pip/py-evm-0.7.0a4 branch August 7, 2023 15:26
@github-actions github-actions bot locked and limited conversation to collaborators Aug 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

2 participants