raiden-network / raiden-services

Development of the Raiden Monitoring and Pathfinding Services
MIT License
10 stars 18 forks source link

Bump eth-tester[py-evm] from 0.7.0b1 to 0.8.0b1 #1269

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Changelog

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

Eth Tester Changelog

.. towncrier release notes start

eth-tester v0.8.0-beta.1 (2022-11-21)

Internal Changes - for eth-tester Contributors


- Update all references for deprecated ``eth_abi.encode_abi`` to ``eth_abi.encode``. ([#242](https://github.com/ethereum/eth-tester/issues/242) https://github.com/ethereum/eth-tester/issues/242)
- Update instances of ``decode_abi()`` and ``decode_single()`` to ``abi.decode()`` in preparation for the relevant ``eth-abi`` changes. ([#244](https://github.com/ethereum/eth-tester/issues/244) https://github.com/ethereum/eth-tester/issues/244)

Miscellaneous changes


- [#239](https://github.com/ethereum/eth-tester/issues/239) https://github.com/ethereum/eth-tester/issues/239

Breaking changes
~~~~~~~~~~~~~~~~

- Support for py-evm ``paris`` hard fork. Refactor the coinbase account ``miner`` -> ``coinbase``. Support for ``safe`` and ``finalized`` block identifiers. ([#245](https://github.com/ethereum/eth-tester/issues/245) https://github.com/ethereum/eth-tester/issues/245)
- Pending block may only be retrieved via ``"pending"`` block identifier and not directly by number since it has not yet been "mined" / added to the chain. ([#249](https://github.com/ethereum/eth-tester/issues/249) https://github.com/ethereum/eth-tester/issues/249)

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

Misc
~~~~

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

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

Bugfixes
~~~~~~~~

- Revert upstream dependency requirements so they can be pulled into the
  current web3.py (v5) (https://github.com/ethereum/eth-tester/issues/232)

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

</tr></table> 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/eth-tester/commit/9b4629829bb7ebc2cb8efdb8d8e8cd24ae9e8ed9"><code>9b46298</code></a> Bump version: 0.7.0-beta.1 → 0.8.0-beta.1</li>
<li><a href="https://github.com/ethereum/eth-tester/commit/f541fa25f19524d07e9d4d03817913d5b1bdb1df"><code>f541fa2</code></a> Compile release notes</li>
<li><a href="https://github.com/ethereum/eth-tester/commit/84378ee7eb714633fbb3169378812ccfcbbd495a"><code>84378ee</code></a> Changes from comments on PR <a href="https://github-redirect.dependabot.com/ethereum/eth-tester/issues/245">#245</a></li>
<li><a href="https://github.com/ethereum/eth-tester/commit/ce0564ce95de46eff727e9e11710ad2a561b4b52"><code>ce0564c</code></a> Newsfragment for paris fork support</li>
<li><a href="https://github.com/ethereum/eth-tester/commit/e44d62995dac91b0bd305de86e106a64e6d09d8d"><code>e44d629</code></a> Update py-evm to <code>0.6.1a1</code> to include  support for <code>Paris</code></li>
<li><a href="https://github.com/ethereum/eth-tester/commit/830ca912a372f7f2fbed3fedb5ef646a3027a5af"><code>830ca91</code></a> Add support for <code>ParisVM</code> / the merge</li>
<li><a href="https://github.com/ethereum/eth-tester/commit/12e8f245409a9ffb6960c44e7f589607d15bfe29"><code>12e8f24</code></a> Add test for fetching <code>pending</code> block by number</li>
<li><a href="https://github.com/ethereum/eth-tester/commit/097c2f90158b63df0adbf2d6994d44ee9a9d7037"><code>097c2f9</code></a> Pending block may only be retrieved via <code>pending</code> block id</li>
<li><a href="https://github.com/ethereum/eth-tester/commit/eb3b25c2c5aede1b9beea9b24ffbc0b983fbb352"><code>eb3b25c</code></a> Drop upper bound for <code>eth-abi</code> dependency; use <code>3.0.1</code> and above</li>
<li><a href="https://github.com/ethereum/eth-tester/commit/5965353bd939d59c9747d0c9746ad8cbfaf33b90"><code>5965353</code></a> Update towncrier types and add newsfragment for <a href="https://github-redirect.dependabot.com/ethereum/eth-tester/issues/244">#244</a></li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/eth-tester/compare/v0.7.0-beta.1...v0.8.0-beta.1">compare view</a></li>
</ul>
</details>

<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eth-tester[py-evm]&package-manager=pip&previous-version=0.7.0b1&new-version=0.8.0b1)](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) ---
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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #1269 (45bf91e) into master (9763e0c) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1269   +/-   ##
=======================================
  Coverage   89.23%   89.23%           
=======================================
  Files          43       43           
  Lines        3464     3464           
  Branches      429      429           
=======================================
  Hits         3091     3091           
  Misses        269      269           
  Partials      104      104           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

dependabot[bot] commented 1 year ago

Superseded by #1271.