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.6.2 to 1.7.8 #192

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/spacemeshos/go-spacemesh from 1.6.2 to 1.7.8.

Release notes

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

v1.7.8

Zip Files

checksum - Zip files

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

  • Windows amd64 - sha256 : BBF2BDD0479E399B16517BBCF128082C3FA255DD81CEE4019AA8EBA7FA40175F
  • Linux amd64 - sha256: e6bd8617d44b57ce0189dfade8b0dd838795878580648a6a4c70223292c60da4
  • Linux arm64 - sha256: e01a07f86edb7fd6307d91305eac844b302ec991dc75e4f349ad2d5758a8d942
  • macOS amd64 - sha256: ba698ff5ed07ca7bd24d07b614fe14a040884eaafe3908f09e2ff555ff890b17
  • macOS arm64 - sha256: a5b390e7b230f1de291bc980cc9786f1f6faf49964aab52c0208fc3694c7f6c9

For information about changes in this release see the changelog.

v1.7.7

Zip Files

checksum - Zip files

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

  • Windows amd64 - sha256 : 75473F4AB6DD53FA52A122E447F556E926873614BC98BE5CA086BBD8D32EDEDC
  • Linux amd64 - sha256: 5d865b86c6601640b938495a225a92d711f6c54869b6d42adb3d4323ff82a3b5
  • Linux arm64 - sha256: 83611cbd92ecd9d7bc0bd0a27af020a21231d55ad547cf5dcecbd2d5641244fc
  • macOS amd64 - sha256: e3ad5d7ef84206464e021f3de7e9b8d26894832899036b2833947f74f723ef18
  • macOS arm64 - sha256: d07ed36077a32993e167ac5fac1ad3882dac6347997937419b3bd4d66a013498

For information about changes in this release see the changelog.

v1.7.6

[!IMPORTANT] The version v1.7.5 (released only as beta) of go-spacemesh introduced a bug into the code that handles incoming ATXs. This bug would cause the node to store invalid data in the database and could lead to a node disagreeing about the state of the network with other nodes. This version fixes the bug. If you are running v1.7.5 you should upgrade to v1.7.6 as soon as possible and rebuild your state.db, either via quicksync, from a backup from before you upgraded or by full syncing from genesis.

Zip Files

checksum - Zip files

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

... (truncated)

Changelog

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

v1.7.8

Upgrade information

The deprecated --poet-server flag was removed from the node. Using the flag before this version would have resulted in an error asking to change to --poet-servers. Now the node will only print that the flag is unknown. Use --poet-servers instead.

Improvements

  • #6477 Improve peer selection during sync. A node will not request data from nodes that have not yet completed their initialization.

  • #6498 Removed deprecated --poet-server flag. Use --poet-servers instead.

  • #6500 Updated post-rs dependency. This fixes an issue where the profiler would exit with an error when profiling PoS proving options.

v1.7.7

Improvements

  • #6408 Prevent empty DB connection pool by freeing connections upon errors during DB operations. This mostly fixes issues when a node is under heavy load from the API.

  • #6417 Fix initial post being deleted when the node is restarted or times out before the first ATX is published.

  • #6422 Further improved performance of the proposal building process to avoid late proposals.

  • #6443 Improve eviction of ineffectual transactions in the database which will now show up as ineffectual when querying them from the API.

  • #6431 Fix db-allow-schema-drift handling

  • #6451 Fix a possible deadloop in the beacon protocol.

  • #6470 Fix I/O buffering issue which could be affecting QUIC connections.

v1.7.6

Upgrade information

The previous version of go-spacemesh introduced a bug into the code that handles incoming ATXs. This bug would cause the node to store invalid data in the database and could lead to a node disagreeing about the state of the network with other nodes. This version fixes the bug. If you are running v1.7.5 you should upgrade to v1.7.6 as soon as possible and rebuild your state.db, either via quicksync, from a backup from before you upgraded or by full syncing from genesis.

... (truncated)

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/spacemeshos/go-spacemesh](https://github.com/spacemeshos/go-spacemesh) from 1.6.2 to 1.7.8.
- [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.6.2...v1.7.8)

---
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 requested a review from kacpersaw as a code owner December 12, 2024 11:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 12, 2024
@kacpersaw kacpersaw merged commit e47acdb into master Dec 12, 2024
3 checks passed
@kacpersaw kacpersaw deleted the dependabot/go_modules/github.com/spacemeshos/go-spacemesh-1.7.8 branch December 12, 2024 11:57
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.

2 participants