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 github.com/spacemeshos/go-spacemesh from 1.7.17 to 1.8.2 #30

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

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

v1.8.2

Zip Files

checksum - Zip files

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

  • Windows amd64 - sha256 : 8E1277261B3A31DA2A1F085C19708B30220D31A4D336518571FA7536363BCBD8
  • Linux amd64 - sha256: 1b8346be04209be5cb1b3b1d985468ef0e33cc8f6e67c5735acef0ab49ab094f
  • Linux arm64 - sha256: a69ec7af17a3ba5dc9651d5b7477256af62acfa3fa7de6ddb22a424516a867fe
  • macOS amd64 - sha256: 9664561c7e38c7be1e7d5438e1517be2d6ff2a95ba7cc19c83e61fb33a81708a
  • macOS arm64 - sha256: e114900b6901d829454ed6a5336afe172b0b33ae207c0179f69830406299f816

For information about changes in this release see the changelog.

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

... (truncated)

Changelog

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

v1.8.2

Improvements

  • #6800 Improved performance of GRPC endpoint spacemesh.v2beta1.ActivationService.Highest.

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 occurrences 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
  • 365e138 Update changelog (#6810)
  • bca3fb9 build(deps): Bump github.com/spacemeshos/post from 0.13.0 to 0.13.1 (#6807)
  • 2de4452 build(deps): Bump github.com/spacemeshos/poet from 0.10.11 to 0.10.12 (#6808)
  • 48d4caf build(deps): Bump github.com/spacemeshos/api/release/go from 1.62.0 to 1.63.0...
  • a6c496b build(deps): Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#6805)
  • 9c580f5 build(deps): Bump github.com/quic-go/quic-go from 0.50.0 to 0.50.1 (#6801)
  • a0d02ff Use in-memory ATX cache for ActivationService/Highest (#6800)
  • 71ddb39 Fix some config options not configurable (#6799)
  • dd5a0d0 build(deps): Bump github.com/spf13/viper from 1.19.0 to 1.20.0 (#6796)
  • 8871ca6 enable syncv2 on mainnet (#6795)
  • 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.2.
- [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.2)

---
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 27, 2025
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