Skip to content

Bump github.com/ava-labs/subnet-evm from 0.7.2 to 0.7.3 #751

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2025

Bumps github.com/ava-labs/subnet-evm from 0.7.2 to 0.7.3.

Release notes

Sourced from github.com/ava-labs/subnet-evm's releases.

v0.7.3

This version is backwards compatible to v0.7.0. It is optional, but encouraged.

AvalancheGo Compatibility

The plugin version is unchanged at 39 and is compatible with AvalancheGo version v1.13.0.

Breaking changes

  • eth_getProof calls for historical state will be rejected by default (#1494: 4e5b9d86c617f046fd7ce36b9cbd76a6e27b4bc5)
    • On archive nodes ("pruning-enabled": false): queries for historical proofs for state older than approximately 24 hours preceding the last accepted block will be rejected by default. This can be adjusted with the new option historical-proof-query-window which defines the number of blocks before the last accepted block which should be accepted for state proof queries, or set to 0 to accept any block number state query (previous behavior).
    • On pruning nodes: queries for proofs past the tip buffer (32 blocks) will be rejected. This is in support of moving to a path based storage scheme, which does not support historical state proofs.

Features

  • Add Fortuna upgrade as optional and defaulting to a nil timestamp (#1494, #1498)
  • Docker images Debian base upgraded from Bullseye (11) to Bookworm (12) (#1497)
  • AvalancheGo version upgraded from v1.12.3-0.20250218154446-f1ec9a13b90a to v1.13.0
  • plugin/evm/client: add NewClientWithURL function (#1509)

Fixes

  • Fix nil block possible bug in debug APIs (#1494: 0af9717087e6adafccf3486c770ae08cba09b751)

Documentation

  • plugin/evm: add local API docs (#1513)
  • 2023 Least Authority Audit (#1499)
  • precompile/contracts/warp:
    • changes for 9000 upgrade (#1494)
    • differentiate between L1 and Subnet self-signing optimization cases (#1529)
  • simulator: fix wrong flag name staking-enabled -> --sybil-protection-enabled=false (#1476)
  • typo fixes (#1491, #1506)

Full Changelog: ava-labs/subnet-evm@v0.7.2...v0.7.3

Changelog

Sourced from github.com/ava-labs/subnet-evm's changelog.

Release Notes

Pending Release

    • IMPORTANT: eth_getProof calls for historical state will be rejected by default.
    • On archive nodes ("pruning-enabled": false): queries for historical proofs for state older than approximately 24 hours preceding the last accepted block will be rejected by default. This can be adjusted with the new option historical-proof-query-window which defines the number of blocks before the last accepted block which should be accepted for state proof queries, or set to 0 to accept any block number state query (previous behavior).
    • On pruning nodes: queries for proofs past the tip buffer (32 blocks) will be rejected. This is in support of moving to a path based storage scheme, which does not support historical state proofs.
  • Added Fortuna upgrade as optional and defaulting to a nil timestamp.
Commits
  • 0fa9b71 chore: release v0.7.3-rc.0 (#1537)
  • 7d48dfa Revert "chore(deps): bump avalanchego to v1.13.1-0.20250321174807-6c72dfc4254...
  • 73c5e53 [documentation] Differentiate between L1 and Subnet self-signing optimization...
  • 10aac5f chore(deps): bump avalanchego to v1.13.1-0.20250321174807-6c72dfc4254a (#1516)
  • e63ec7b Bump axios from 1.7.2 to 1.8.4 in /contracts (#1525)
  • fd1714b Update BLST to v0.3.14 to support Go 1.24 (#1534)
  • 4b9f219 don't assume rpc format on the plugin evm client (#1509)
  • f5890db Bump undici from 5.28.4 to 5.29.0 in /contracts (#1524)
  • 6ae84aa [docker] Update to debian12/bookworm (#1497)
  • 1a53e9a [ci] Simplify monitoring configuration (#1440)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 go Pull requests that update Go code labels Apr 2, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 2, 2025 12:09
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/ava-labs/subnet-evm-0.7.3 branch 4 times, most recently from 71033c3 to 0026242 Compare April 7, 2025 17:40
Bumps [github.com/ava-labs/subnet-evm](https://github.com/ava-labs/subnet-evm) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/ava-labs/subnet-evm/releases)
- [Changelog](https://github.com/ava-labs/subnet-evm/blob/master/RELEASES.md)
- [Commits](ava-labs/subnet-evm@v0.7.2...v0.7.3)

---
updated-dependencies:
- dependency-name: github.com/ava-labs/subnet-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/go_modules/github.com/ava-labs/subnet-evm-0.7.3 branch from 0026242 to e35ea24 Compare April 8, 2025 13:38
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 go Pull requests that update Go code
Projects
Status: Backlog 🗄️
Development

Successfully merging this pull request may close these issues.

0 participants