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

Bump the all-dependencies group with 2 updates #154

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-dependencies group with 2 updates: go.sia.tech/core and go.sia.tech/coreutils.

Updates go.sia.tech/core from 0.8.0 to 0.9.0

Release notes

Sourced from go.sia.tech/core's releases.

0.9.0 (2024-12-18)

Breaking Changes

  • Add host public key to AccountToken

Features

  • Add helper for generating account tokens

Fixes

  • Allow v1 contracts to be resolved immediately
Changelog

Sourced from go.sia.tech/core's changelog.

0.9.0 (2024-12-18)

Breaking Changes

  • Add host public key to AccountToken

Features

  • Add helper for generating account tokens

Fixes

  • Allow v1 contracts to be resolved immediately
Commits
  • d2eb5df Merge pull request #259 from SiaFoundation/release
  • e56ae37 chore: prepare release 0.9.0
  • 690ca69 Merge pull request #261 from SiaFoundation/nate/add-changeset
  • 0499472 add changeset for #258
  • b94782a consensus: Inline V1TransactionSupplement methods
  • caa8ba6 consensus: Split (MidState).storageProof into two methods
  • a3f2c65 consensus: Add early storage proof test case
  • b2c0b10 consensus: Expand ApplyUpdate/RevertUpdate docstrings
  • 5a107eb consensus: Allow v1 contracts to be resolved immediately
  • 7950a7c Merge pull request #260 from SiaFoundation/nate/add-token-helper
  • Additional commits viewable in compare view

Updates go.sia.tech/coreutils from 0.8.0 to 0.9.0

Release notes

Sourced from go.sia.tech/coreutils's releases.

0.9.0 (2024-12-19)

Breaking Changes

Finalize V2 Hardfork Dates

The V2 hardfork is scheduled to modernize Sia's consensus protocol, which has been untouched since Sia's mainnet launch back in 2014, and improve accessibility of the storage network. To ensure a smooth transition from V1, it will be executed in two phases. Additional documentation on upgrading will be released in the near future.

V2 Highlights

  • Drastically reduces blockchain size on disk
  • Improves UTXO spend policies - including HTLC support for Atomic Swaps
  • More efficient contract renewals - reducing lock up requirements for hosts and renters
  • Improved transfer speeds - enables hot storage

Phase 1 - Allow Height

  • Activation Height: 513400 (March 10th, 2025)
  • New Features: V2 transactions, contracts, and RHP4
  • V1 Support: Both V1 and V2 will be supported during this phase
  • Purpose: This period gives time for integrators to transition from V1 to V2
  • Requirements: Users will need to update to support the hardfork before this block height

Phase 2 - Require Height

  • Activation Height: 526000 (June 6th, 2025)
  • New Features: The consensus database can be trimmed to only store the Merkle proofs
  • V1 Support: V1 will be disabled, including RHP2 and RHP3. Only V2 transactions will be accepted
  • Requirements: Developers will need to update their apps to support V2 transactions and RHP4 before this block height

Fixes

  • Fix rhp4 server not returning ErrNotEnoughFunds when account has insufficient balance
Changelog

Sourced from go.sia.tech/coreutils's changelog.

0.9.0 (2024-12-19)

Breaking Changes

Finalize V2 Hardfork Dates

The V2 hardfork is scheduled to modernize Sia's consensus protocol, which has been untouched since Sia's mainnet launch back in 2014, and improve accessibility of the storage network. To ensure a smooth transition from V1, it will be executed in two phases. Additional documentation on upgrading will be released in the near future.

V2 Highlights

  • Drastically reduces blockchain size on disk
  • Improves UTXO spend policies - including HTLC support for Atomic Swaps
  • More efficient contract renewals - reducing lock up requirements for hosts and renters
  • Improved transfer speeds - enables hot storage

Phase 1 - Allow Height

  • Activation Height: 513400 (March 10th, 2025)
  • New Features: V2 transactions, contracts, and RHP4
  • V1 Support: Both V1 and V2 will be supported during this phase
  • Purpose: This period gives time for integrators to transition from V1 to V2
  • Requirements: Users will need to update to support the hardfork before this block height

Phase 2 - Require Height

  • Activation Height: 526000 (June 6th, 2025)
  • New Features: The consensus database can be trimmed to only store the Merkle proofs
  • V1 Support: V1 will be disabled, including RHP2 and RHP3. Only V2 transactions will be accepted
  • Requirements: Developers will need to update their apps to support V2 transactions and RHP4 before this block height

Fixes

  • Fix rhp4 server not returning ErrNotEnoughFunds when account has insufficient balance
Commits
  • 0b55014 Merge pull request #141 from SiaFoundation/release
  • 0d929ed chore: prepare release 0.9.0
  • 738f2d2 build: update core
  • 43f6ab8 Merge pull request #144 from SiaFoundation/nate/v2-changeset
  • 569bd26 add v2 changeset
  • b02d670 Merge pull request #145 from SiaFoundation/chris/fix-panic-form-contract
  • 9f94d7c fix handleRPCRefreshContract and handleRPCRenewContract
  • e303773 clean up TestFormContractBasis
  • b3acfca fix handleRPCFormContract
  • af7c48b fix(rhp): fix panic in handleRPCFormContract
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 2 updates: [go.sia.tech/core](https://github.com/SiaFoundation/core) and [go.sia.tech/coreutils](https://github.com/SiaFoundation/coreutils).


Updates `go.sia.tech/core` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/SiaFoundation/core/releases)
- [Changelog](https://github.com/SiaFoundation/core/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/core@v0.8.0...v0.9.0)

Updates `go.sia.tech/coreutils` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/SiaFoundation/coreutils/releases)
- [Changelog](https://github.com/SiaFoundation/coreutils/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/coreutils@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: go.sia.tech/core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: go.sia.tech/coreutils
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 23, 2024
@ChrisSchinnerl ChrisSchinnerl merged commit 996d8af into master Jan 3, 2025
9 checks passed
@ChrisSchinnerl ChrisSchinnerl deleted the dependabot/go_modules/all-dependencies-4267427ca2 branch January 3, 2025 07:51
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.

1 participant