Skip to content

Bump github.com/spacemeshos/go-spacemesh from 1.7.17 to 1.8.1 #28

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2025

Bumps github.com/spacemeshos/go-spacemesh from 1.7.17 to 1.8.1.

Release notes

Sourced from github.com/spacemeshos/go-spacemesh's releases.

v1.8.1

Zip Files

checksum - Zip files

YAML with all the checksums of this version : https://go-spacemesh-release-builds.spacemesh.network/v1.8.1/sha256sum.yaml

  • Windows amd64 - sha256 : 28592FA97013705FEF8C4B3E18A0852425B402DC5C8224DB0461A0CBDA660A7E
  • Linux amd64 - sha256: 2abce2339f14d9c5544b844a0c0f542507334e0d8396fc544e53f2e8872a00fb
  • Linux arm64 - sha256: f4f4edd605170e4cb24a3a20ea4ce964f22e0ddf6282dc7c8bf8f6235a7eedca
  • macOS amd64 - sha256: b0b156273a55145691cd7dca64e98514d2cd6bef1a085cf3e34a8c552080aa8e
  • macOS arm64 - sha256: 7bd94eb56aa04e48e3419cde12127af0c8d15ac7079ba675094e802992ad2204

For information about changes in this release see the changelog.

v1.8.1-rc2

Zip Files

checksum - Zip files

YAML with all the checksums of this version : https://go-spacemesh-release-builds.spacemesh.network/v1.8.1-rc2/sha256sum.yaml

  • Windows amd64 - sha256 : 86E9E63D51620ECF42BDDD40F7C518652DD2C505ECFB17C3815A84EF56960995
  • Linux amd64 - sha256: 3381e440cc0fc277e65cbd25ff2d3002f8c875b8f784313ecfb7962c3ca1d5ff
  • Linux arm64 - sha256: 166e8e81c306c7bd1d00a46aa18df0fe8b69ab12b7aec90ae20a4d494b0418d2
  • macOS amd64 - sha256: 21e63bbe38dd80611025d4a3c3bbf869d281c8ea684e05dd60d92002a25c8480
  • macOS arm64 - sha256: 81abbd8d05ce4320c669e49f304c8f97e4616a6450e320aada87cb9e2e976119

For information about changes in this release see the changelog.

v1.8.1-rc1

Zip Files

checksum - Zip files

YAML with all the checksums of this version : https://go-spacemesh-release-builds.spacemesh.network/v1.8.1-rc1/sha256sum.yaml

  • Windows amd64 - sha256 : D49E628BAFFFFF30E24C8D0C8C193B735DA1B5FA8DEE1C8ABD8892AFF06D0FB2
  • Linux amd64 - sha256: 44fef96d2f2d5c469c2fda5a086ad9a046477d69d56920fe29221573d9802b00
  • Linux arm64 - sha256: 23db47bdc7ca341072239aa45ad416538c870fa34da707e7566e387bd24fb061
  • macOS amd64 - sha256: 7c8532bed5b4179566a5f765c913331b3757318c1fc5eda34c2f9b4d90236bcb

... (truncated)

Changelog

Sourced from github.com/spacemeshos/go-spacemesh's changelog.

v1.8.1

Highlights

This release will enable syncv2 fully to sync ATXs for all nodes. This should greatly reduce the time it takes to sync a node from genesis and the amount of data that is needed to be exchanged with the network to keep a node in sync. The improvements are enabled automatically after upgrading to this version and no user action is needed.

Improvements

  • 6792 Fixed race condition in FPTree implementation (sync v2).

  • 6794 Increased database connection idle timeout, which should reduce occurances of SQLITE_BUSY errors.

v1.8.0

Highlights

Development on ATXv2 has concluded and the feature is now enabled on mainnet. Nodes will produce the new ATX format starting from epoch 45 and ever epoch after. The new ATXs also comes with new malfeasance proofs that are more efficient in terms of data size and more easily extendable in the future.

Improvements

  • #6777 Change malfeasance streaming guarantees for v2alpha1 and v2beta1. Now instead of guaranteeing that every proof will be streamed at most once, the guarantee is that every proof will be streamed at least once. This ensures that no malfeasance proofs are missed when streaming, but shifts responsibilities for deduplication to clients.

  • #6779 Fixed the malfeasance publisher not emitting events. This caused the node to miss malfeasance proofs when streaming via the GRPC API.

  • #6784 Fixed possible corruptions of DB transactions when a context is cancelled mid transaction (sync v2).

Commits
  • 8871ca6 enable syncv2 on mainnet (#6795)
  • ec0d3b0 set db connection idle timeout to 500ms (#6794)
  • 3d0dcc3 build(deps): Bump github.com/prometheus/common from 0.62.0 to 0.63.0 (#6793)
  • 0ca5472 chore: make function comment match function name (#6791)
  • a4e1e4c fix race in fptree (sync v2) (#6792)
  • 7a87af7 build(deps): Bump cloud.google.com/go/storage from 1.50.0 to 1.51.0 (#6789)
  • 62db007 build(deps): Bump github.com/grafana/pyroscope-go from 1.2.0 to 1.2.1 (#6787)
  • 4ca594c build(deps): Bump k8s.io/client-go from 0.32.2 to 0.32.3 (#6786)
  • 4e3eb4e Disable syncv2 and update CHANGELOG for v1.8.0 (#6785)
  • 9e4ea4c Do not use context for immediate db transactions (#6784)
  • 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)

Bumps [github.com/spacemeshos/go-spacemesh](https://github.com/spacemeshos/go-spacemesh) from 1.7.17 to 1.8.1.
- [Release notes](https://github.com/spacemeshos/go-spacemesh/releases)
- [Changelog](https://github.com/spacemeshos/go-spacemesh/blob/develop/CHANGELOG.md)
- [Commits](spacemeshos/go-spacemesh@v1.7.17...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/spacemeshos/go-spacemesh
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 18, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 27, 2025

Superseded by #30.

@dependabot dependabot bot closed this Mar 27, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/spacemeshos/go-spacemesh-1.8.1 branch March 27, 2025 06:01
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
None yet
Development

Successfully merging this pull request may close these issues.

0 participants