Skip to content

Bump ava-labs/avalanchego from c8b3f57d2a2556d41ca6a0b2da11561b1d7bab75 to 3c3a40e59b9fe9a3ff4c245cead601786e89fde0#2113

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/ava-labs/avalanchego-3c3a40e59b9fe9a3ff4c245cead601786e89fde0
Closed

Bump ava-labs/avalanchego from c8b3f57d2a2556d41ca6a0b2da11561b1d7bab75 to 3c3a40e59b9fe9a3ff4c245cead601786e89fde0#2113
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/ava-labs/avalanchego-3c3a40e59b9fe9a3ff4c245cead601786e89fde0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Dec 29, 2025

Bumps ava-labs/avalanchego from c8b3f57d2a2556d41ca6a0b2da11561b1d7bab75 to 3c3a40e59b9fe9a3ff4c245cead601786e89fde0.

Changelog

Sourced from ava-labs/avalanchego's changelog.

Release Notes

Pending (v1.14.1)

This version is backwards compatible to v1.14.0. It is optional, but encouraged.

APIs

  • ...

Config

  • Added --system-tracker-disk-required-available-space-percentage and --system-tracker-disk-warning-available-space-percentage options.
  • Deprecate --system-tracker-disk-required-available-space and --system-tracker-disk-warning-threshold-available-space options.

Fixes

  • Update go version to 1.24.11

EVM

  • Removes avax.version API
  • Removes customethclient package in favor of ethclient package and temporary type registrations (WithTempRegisteredLibEVMExtras)
    • Also removes blockHook extension in ethclient package.
  • Enables Firewood to run with pruning disabled.
    • This change modifies the filepath of Firewood and any nodes using Firewood will need to resync.

v1.14.0

This release schedules the activation of the following Avalanche Community Proposals (ACPs):

  • ACP-181 P-Chain Epoched Views
  • ACP-204 Precompile for secp256r1 Curve Support
  • ACP-226 Dynamic Minimum Block Times

The ACPs in this upgrade go into effect at 11 AM ET (4 PM UTC) on Wednesday, November 19th, 2025 on Mainnet.

All Mainnet nodes must upgrade before 11 AM ET, November 19th 2025.

The plugin version is updated to 44; all plugins must update to be compatible.

LibEVM Hook Registration

This release includes changes for how EVM modifications are registered with libevm. For consumers of avalanchego as a library, manual registration of libevm callbacks is now required.

APIs

  • Added support for specifying multiple Avalanche-Api-Route headers for more complex routing.
  • Added proposervm gRPC, connectrpc, and jsonrpc APIs for GetProposedHeight and GetCurrentEpoch.
    • The gRPC and connectrpc APIs are routed by adding a second Avalanche-Api-Route header with the value proposervm.
    • The jsonrpc APIs are added to all chains with the base endpoint /proposervm.

... (truncated)

Commits
  • 3c3a40e Add WaitForAcceptance Flag to XSVM.transfer (#4659)
  • 394a644 Expose p2p.Peers.Len (#4792)
  • 8ba1d4d Apply latest tag only when the image tag matches a semantic version (#4469)
  • 10f3746 fix: nix build error on macos (#4785)
  • 93ee24c Implement Firewood static state sync (#4361)
  • dbb0031 style: remaining NPM conversion cleanup items (#4780)
  • 89a181f [tmpnet] Document why disk space checks are disabled by default (#4779)
  • 306b007 [nix] Update to 25.11 and stop recommending determinate systems installer (#4...
  • 9db5ff5 [bootstrapmonitor] Fix docstring to match function name (#4777)
  • 940a234 fix(ci): rename RUNNER_NAME to avoid GitHub env var conflict (#4775)
  • Additional commits viewable in compare view

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)

Bumps [ava-labs/avalanchego](https://github.com/ava-labs/avalanchego) from c8b3f57d2a2556d41ca6a0b2da11561b1d7bab75 to 3c3a40e59b9fe9a3ff4c245cead601786e89fde0.
- [Release notes](https://github.com/ava-labs/avalanchego/releases)
- [Changelog](https://github.com/ava-labs/avalanchego/blob/master/RELEASES.md)
- [Commits](ava-labs/avalanchego@c8b3f57...3c3a40e)

---
updated-dependencies:
- dependency-name: ava-labs/avalanchego
  dependency-version: 3c3a40e59b9fe9a3ff4c245cead601786e89fde0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 29, 2025
@dependabot dependabot Bot requested a review from aaronbuchwald as a code owner December 29, 2025 19:16
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 29, 2025
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jan 5, 2026

Superseded by #2114.

@dependabot dependabot Bot closed this Jan 5, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/ava-labs/avalanchego-3c3a40e59b9fe9a3ff4c245cead601786e89fde0 branch January 5, 2026 19:31
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants