Skip to content
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

chore(deps): bump github.com/ethersphere/bee/v2 from 2.2.0 to 2.3.1 #657

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps github.com/ethersphere/bee/v2 from 2.2.0 to 2.3.1.

Release notes

Sourced from github.com/ethersphere/bee/v2's releases.

v2.3.1

This is patch release that fixes a bug where feeds uploaded prior to v2.3.0 were not retrievable from nodes running the latest release (ethersphere/bee#4929).

v2.3.0

The Bee team is pleased to announce the v2.3.0 release. 🎉

Reserve Doubling for Optimized Node Rewards

The most anticipated feature of this release is the new ability for node operators to double the reserve capacity of their nodes to store chunks from a “sister” neighborhood. By storing chunks from its sister neighborhood, a node gains the opportunity to participate in the redistribution game whenever its sister neighborhood is selected, doubling its chances of participating in the redistribution game. The amount of doubling is controlled by a new config option, reserve-capacity-doubling which by default is 0 and is currently capped at 1.

See the Official Release Announcement for more details.

[!WARNING] The release contains new redistribution and staking contracts, so it's advised to upgrade as soon as possible. Before upgrading, however, the stake must be manually migrated by operators. The instructions on how to do so are available here.

Graffiti Several Owner Chunks

GSOC features allows for uploads of multiple version of the same Single-Owner-Chunk but different payloads to be picked up by a subscriber in a distant neighborhood. The SOC addresses can be configured to target a specific neighborhood to trigger the message subscriptions of the listeners. A WebSocket connection can be registered for a particular SOC address using the new /gsoc/subscribe/{address} endpoint to pick up the new payloads of the SOC in real time.

For questions, comments, and feedback, reach out on Discord.

Features

  • Allow user to specify the retrieval redundancy level in the download headers ( #4814 ).
  • Reserve size doubling allows for doubling of the reserve capacity to be able to participate in multiple sister neighborhoods. ( #4847 )
    • Added a new status endpoint path, status/neighborhoods that returns the different neighborhoods the nodes is storing chunks for in string binary form, the proximity to the neighborhood, and the respective reserves sizes for each neighborhood ( #4853 ).
    • Added committed depth field to the status response. The committed depth is the current storage radius + reserve doubling amount ( #4892 ).
  • Graffiti Several Owner Chunks feature adds the ability to upload multiple versions of the Single-Owner-Chunk (SOC) to a specific neighborhood where owners of the neighbor nodes can subscribe to pick up latest versions of the same SOC in real time ( #4901 ).

Bug fixes

  • Fixed a bug where block-chain transaction would get stuck in pending status mode due to faulty nonce calculation ( #4839 #4867 ).
  • Fixed a bug where a node is unable to block-list peers if connected peers are all from inbound connections ( #4871 ).
  • Several boot-node related fixes ( #4909 #4910 )
  • The storage incentives agent can no longer attempt to participate in a round before the global warm up period is over ( #4898 ).

Optimization

  • Improved reserve sampling duration by avoiding certain unnecessary crypto operations for SOCs and matching the worker count to the available number of CPUs ( #4882 ).

Hardening

  • Readiness endpoint now returns a JSON response based on the initialization status of the node ( #4601 ).
  • Reduced verbosity of some logs in kademlia and transaction packages from Info to Debug ( #4825 ).
  • Wallet endpoint can now be called even if swap is not enabled ( #4859 ).
  • RCHash endpoint now returns the total duration in seconds ( #4862 ).

For a full PR rundown, please consult the v2.3.0 diff.

Commits

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)

Bumps [github.com/ethersphere/bee/v2](https://github.com/ethersphere/bee) from 2.2.0 to 2.3.1.
- [Release notes](https://github.com/ethersphere/bee/releases)
- [Changelog](https://github.com/ethersphere/bee/blob/master/.goreleaser.yml)
- [Commits](ethersphere/bee@v2.2.0...v2.3.1)

---
updated-dependencies:
- dependency-name: github.com/ethersphere/bee/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants