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.0 #157

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

v1.8.0

Zip Files

checksum - Zip files

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

  • Windows amd64 - sha256 : D62E7FC4757625D061B3B46F1B087BDA68C50441E82AADCA755731753D066598
  • Linux amd64 - sha256: da55056a8c24a613f8f72a6a1505674b7fc086239abb058b668dd39e0748a5d4
  • Linux arm64 - sha256: eae8e990e58c1c8bf26f9f0afcfe01d660fa5933581c308f902a24e3c73c0782
  • macOS amd64 - sha256: e5a3efc739b3afc09c2c4e5c6f067506f2b9a1cc2105c7caa8e69a499c318921
  • macOS arm64 - sha256: b2a5c5d6d017b5b7d93bed538232c4f08ffffea26e3537da99a9ea93bbd11452

For information about changes in this release see the changelog.

v1.8.0-panic-on-tx-tx

panic on tx in tx

v1.8.0-rc1

Zip Files

checksum - Zip files

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

  • Windows amd64 - sha256 : CA9BA40766568F96C60166E35D41D67F4675D7B5A94166019835F286E8C88A74
  • Linux amd64 - sha256: 5a283f45d3297f5420a6b5d654e5e7f0cbbc80edac1ff35d8c0adf6e56ab0817
  • Linux arm64 - sha256: e364e708d326d19c2d1bff80f4b5ca618f784746452a691d0b6c8e13812d0fba
  • macOS amd64 - sha256: 3f785e5560259eb83d2f66a9ecea66ce55281f7908695e086cb674f2a1e63a97
  • macOS arm64 - sha256: 15a822c00accc293150d7148e711e2fdfeed8e84c7c3226abdb3887a5afc4232

For information about changes in this release see the changelog.

Changelog

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

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.

Commits
  • 4e3eb4e Disable syncv2 and update CHANGELOG for v1.8.0 (#6785)
  • 9e4ea4c Do not use context for immediate db transactions (#6784)
  • 4397d6d Update presets for syncv2 and atxv2 (#6783)
  • b2ac618 Prepare v1.8.0 release (#6778)
  • 572f90c Fix Malfeasance publishers not emitting events (#6779)
  • e77816c build(deps): Bump github.com/spacemeshos/poet from 0.10.10 to 0.10.11 (#6776)
  • bed17ed remove unused Mesh and rewards methods (#6773)
  • 83831df Change malfeasance streaming guarantees (#6777)
  • 587a87a build(deps): Bump github.com/spacemeshos/go-scale from 1.2.1 to 1.3.0 (#6774)
  • 942b71d build(deps): Bump github.com/spacemeshos/post from 0.12.11 to 0.13.0 (#6775)
  • 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.0.
- [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.0)

---
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 13, 2025
@fasmat fasmat merged commit c770f8a into develop Mar 13, 2025
4 checks passed
@fasmat fasmat deleted the dependabot/go_modules/github.com/spacemeshos/go-spacemesh-1.8.0 branch March 13, 2025 10:14
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.

1 participant