Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 28, 2022

Bumps py-evm from 0.5.0a3 to 0.6.1a1.

Changelog

Sourced from py-evm's changelog.

Release notes

.. towncrier release notes start

py-evm 0.6.1-alpha.1 (2022-11-14)

Features


- Support for the ``paris`` fork a.k.a. "the merge". (`[#2080](https://github.com/ethereum/py-evm/issues/2080) <https://github.com/ethereum/py-evm/issues/2080>`__)

Bugfixes

  • Use the DIFFICULTY_MINIMUM more appropriately as the lower limit in all difficulty calculations. ([#2084](https://github.com/ethereum/py-evm/issues/2084) <https://github.com/ethereum/py-evm/issues/2084>__)

Internal Changes - for Contributors


- Update towncrier version to remove double headers. (`[#2077](https://github.com/ethereum/py-evm/issues/2077) <https://github.com/ethereum/py-evm/issues/2077>`__)
- Update openssl config on circleci builds to re-introduce ``ripemd160`` function by default. (`[#2087](https://github.com/ethereum/py-evm/issues/2087) <https://github.com/ethereum/py-evm/issues/2087>`__)

Miscellaneous internal changes


- `[#2078](https://github.com/ethereum/py-evm/issues/2078) &lt;https://github.com/ethereum/py-evm/issues/2078&gt;`__, `[#2082](https://github.com/ethereum/py-evm/issues/2082) &lt;https://github.com/ethereum/py-evm/issues/2082&gt;`__, `[#2085](https://github.com/ethereum/py-evm/issues/2085) &lt;https://github.com/ethereum/py-evm/issues/2085&gt;`__

py-evm 0.6.0-alpha.1 (2022-08-22)

Features


- Gray glacier support without ``Merge`` transition since ``Merge`` is not yet supported (`[#2072](https://github.com/ethereum/py-evm/issues/2072) &amp;lt;https://github.com/ethereum/py-evm/issues/2072&amp;gt;`__)


Bugfixes
  • Arrow Glacier header serialization fixed to properly inherit from LondonBlockHeader ([#2047](https://github.com/ethereum/py-evm/issues/2047) &amp;lt;https://github.com/ethereum/py-evm/issues/2047&amp;gt;__)

Deprecations and Removals

&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;p&gt;... (truncated)&lt;/p&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Commits&lt;/summary&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/py-evm/commit/2e44b8a7c71d1ed67cd3a95320f0612dfb76307d&quot;&gt;&lt;code&gt;2e44b8a&lt;/code&gt;&lt;/a&gt; Bump version: 0.6.0-alpha.1 → 0.6.1-alpha.1&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/py-evm/commit/0d701efabff7562daf067057098269fbcf86ec61&quot;&gt;&lt;code&gt;0d701ef&lt;/code&gt;&lt;/a&gt; Compile release notes&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/py-evm/commit/40b98811d8cc3f5c8f8f9ddc96dc345b39e2a6b3&quot;&gt;&lt;code&gt;40b9881&lt;/code&gt;&lt;/a&gt; Add a &lt;code&gt;max_length&lt;/code&gt; of &lt;code&gt;0&lt;/code&gt; for uncles in a Paris block&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/py-evm/commit/445d1d0de0bb018ec89b63e6926b8562f7f79efc&quot;&gt;&lt;code&gt;445d1d0&lt;/code&gt;&lt;/a&gt; Address comments I made on PR &lt;a href=&quot;https://github-redirect.dependabot.com/ethereum/py-evm/issues/2080&quot;&gt;#2080&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/py-evm/commit/6feb4333cbf233f44c02831913ec17659094cf3a&quot;&gt;&lt;code&gt;6feb433&lt;/code&gt;&lt;/a&gt; Better clarify some EIP-161 nuances.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/py-evm/commit/655719f9d216b6666d33229c27019fc5a00ac484&quot;&gt;&lt;code&gt;655719f&lt;/code&gt;&lt;/a&gt; Turn on ArrowGlacier to Merge transition tests&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/py-evm/commit/7319a024a497f54c0ec4cb3b3fdea43a33017860&quot;&gt;&lt;code&gt;7319a02&lt;/code&gt;&lt;/a&gt; Turn on more tests + use PosConsensus for ParisVM&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/py-evm/commit/922249d9da2eb7b6ce1a946e5a40110009ba3a86&quot;&gt;&lt;code&gt;922249d&lt;/code&gt;&lt;/a&gt; Address failing &amp;quot;Merge&amp;quot; tests:&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/py-evm/commit/d304a01d318ce58a6fff8cc0c7feea23b38ff6d8&quot;&gt;&lt;code&gt;d304a01&lt;/code&gt;&lt;/a&gt; Turn on Merge tests + update eth-typing&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/py-evm/commit/3f9b01d18cb878db1f1b7b6e5eb6a44a93ad3f32&quot;&gt;&lt;code&gt;3f9b01d&lt;/code&gt;&lt;/a&gt; Implement main changes for the Merge / Paris hark fork&lt;/li&gt;
&lt;li&gt;Additional commits viewable in &lt;a href=&quot;https://github.com/ethereum/py-evm/compare/v0.5.0-alpha.3...v0.6.1-alpha.1&quot;&gt;compare view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;br /&gt;
</code></pre>


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-evm&package-manager=pip&previous-version=0.5.0a3&new-version=0.6.1a1)](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 it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Bumps [py-evm](https://github.com/ethereum/py-evm) from 0.5.0a3 to 0.6.1a1.
- [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.5.0-alpha.3...v0.6.1-alpha.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 28, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 28, 2022

Dependabot tried to add @uxio0 as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/protofire/safe-eth-py/pulls/16/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the protofire/safe-eth-py repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 19, 2022

Superseded by #19.

@dependabot dependabot bot closed this Dec 19, 2022
@dependabot dependabot bot deleted the dependabot/pip/py-evm-0.6.1a1 branch December 19, 2022 14:09
@github-actions github-actions bot locked and limited conversation to collaborators Dec 19, 2022
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.

0 participants