Skip to content

chore(deps): bump bls from v6.0.1 to v7.0.0 in /native/bls_nif #1451

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

Merged
merged 2 commits into from
Apr 28, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps bls from v6.0.1 to v7.0.0.

Release notes

Sourced from bls's releases.

Summer Smith

Summary

This releases includes the fork epoch for Electra ⚡ on Mainnet 🎉

All mainnet users must upgrade to v7.0.0 by the time of the fork on 7 May 2025. You must also update your execution client (see compatible versions below).

This release also includes several new features, bug fixes and optimisations.

⚠️ Breaking Changes ⚠️

You can upgrade to v7.0.0 from any v5 or v6 release. If you are upgrading from v5 you should make sure to read the v6 release notes to account for breaking changes between v5 and v6.

Upgrading to Lighthouse v7.0.0 should require no manual intervention aside from updating the binary or Docker image, as there are no changes to CLI flags that will prevent the node from starting. Mainnet users must upgrade before the Electra fork. Failure to upgrade in time will require a re-sync.

Once you upgrade to Lighthouse v7.0.0, you can downgrade to v6, but only prior to the Electra fork.

See the sections below for details on other backwards-incompatible changes:

  • Deprecated CLI flags
  • Minimum supported Rust version
  • IPv6 by default
  • Gas limit enforcement

⚠️ Deprecated CLI Flags ⚠️

The following beacon node flags have been deprecated. You should remove them, but the beacon node will still start if they are provided.

  • --light-client-server

🦀 Minimum Supported Rust Version 🦀

We have updated the Minimum Supported Rust Version (MSRV) for this release from 1.80.0 to 1.83.0.

This is only relevant to users compiling Lighthouse from source.

You can update your Rust compiler using:

rustup update stable

IPv6 by Default

Lighthouse will now automatically listen on IPv6 if it detects a globally-routable address. We expect for the majority of users with IPv4-only setups that this change will have no effect, but that it will benefit users with correctly configured IPv6 stacks.

The default IPv6 listening port has been changed from port 9090 to port 9000 (same as IPv4) to make firewalling easier. The IPv6 port can be adjusted using the flag --port6.

You can opt-out of IPv6 by using the flag--listen-address 0.0.0.0 to only listen on IPv4.

... (truncated)

Commits
  • 54f7bc5 Release v7.0.0 (#7288)
  • c7acffc Merge remote-tracking branch 'origin/stable' into release-v7.0.0
  • fd82ee2 Release v7.0.0-beta.7 (#7333)
  • 5352d5f Update proposer_slashings and attester_slashings amounts for electra. (#7316)
  • 6fad6fb Release v7.0.0-beta.6
  • bff6dd3 Update withdrawals processing (spec v1.5.0-beta.6)
  • af51d50 Ensure /eth/v2/beacon/pool/attestations honors committee_index (#7298)
  • ef8ec35 Ensure light_client/updates endpoint returns spec compliant SSZ data (#7230)
  • 9304a59 Update crossbeam to fix cargo audit failure (#7313)
  • 9370362 Gnosis Pectra fork epoch (#7296)
  • 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 [bls](https://github.com/sigp/lighthouse) from v6.0.1 to v7.0.0.
- [Release notes](https://github.com/sigp/lighthouse/releases)
- [Commits](sigp/lighthouse@0d90135...54f7bc5)

---
updated-dependencies:
- dependency-name: bls
  dependency-version: 54f7bc5b2c153963084a4c6edb6c4acfb2317159
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 28, 2025 18:16
@rodrigo-o rodrigo-o merged commit 698080b into main Apr 28, 2025
14 checks passed
@rodrigo-o rodrigo-o deleted the dependabot/cargo/native/bls_nif/bls-v7.0.0 branch April 28, 2025 18:32
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 rust Pull requests that update Rust code
Projects
Development

Successfully merging this pull request may close these issues.

1 participant