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.6 to 1.6.8 #125

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/spacemeshos/go-spacemesh from 1.6.6 to 1.6.8.

Release notes

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

v1.6.8

Zip Files

checksum - Zip files

YAML with all the checksums of this version : https://storage.googleapis.com/go-spacemesh-release-builds/v1.6.8/sha256sum.yaml

  • Windows amd64 - sha256 : 9E0EC615B542A8C336919046C0D6FDAE8DD481A4A71027EFE8EB6CB7383F058B
  • Linux amd64 - sha256: c7d01b8b96611a5b2050f6cdf989becc10473a2383b3c554d89358bb29c4aace
  • Linux arm64 - sha256: 2c8d30ae89030a524ff61d769ee9b76501d6545cbcea2dd7279e7423a7487d56
  • macOS amd64 - sha256: 948b5b190f9924186462a566e5c9710ca86d7f187b59f48dc70c5aa886e132af
  • macOS arm64 - sha256: b3abbc1ae6dca5a19813385fb034bcda6cbf062e7c15a610d8fa610ca1f4f170

For information about changes in this release see the changelog.

v1.6.7

Zip Files

checksum - Zip files

YAML with all the checksums of this version : https://storage.googleapis.com/go-spacemesh-release-builds/v1.6.7/sha256sum.yaml

  • Windows amd64 - sha256 : 9348D542D147BF4DF4E2A5D5B3BB1977129F9AFE3F6A1646842FC44EC55EC83E
  • Linux amd64 - sha256: 5fc10d699118d61f64b65c621f3e3a7799f81285d740a15f9670c564d29939b8
  • Linux arm64 - sha256: ad5425b8cdafe6d341d7255ef3b5f4cb981c74f4068be0f1bd189a47e26064e3
  • macOS amd64 - sha256: 54d9724ba60fe70b85af2f1c187bf010f05f72c23057e9f1661181d2fd66704d
  • macOS arm64 - sha256: c1370d1de1680825a81c906311ab95124dfaed0c39e98bf2f5afc88ec978f016

For information about changes in this release see the changelog.

v1.6.7-alpha.0-nomain

Zip Files

checksum - Zip files

YAML with all the checksums of this version : https://storage.googleapis.com/go-spacemesh-release-builds/v1.6.7-alpha.0-nomain/sha256sum.yaml

  • Windows amd64 - sha256 : A997073F2A01F8FEC84AE303CFC0B945000BF994F7C2FDC54C82D6F6D27BFF20
  • Linux amd64 - sha256: 3a8d9b13f76c5b1d868f6258383045d77f01c2914a255d681fbdde913b3ed94f
  • Linux arm64 - sha256: f33f4d49e7986f4328d8f1e8c9af1e8cd90bd4ecd2165ee0a30a1ae51282741a
  • macOS amd64 - sha256: cdc839f2e3456b9159830f5e49031ad41b98bc28ec6a9b44ce829d1b9daa7808

... (truncated)

Changelog

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

Release v1.6.8

Improvements

  • #6269 Use sub query instead of left join to speed up transaction list query.

  • #6278 Reduce logging levels of some messages to reduce noise.

  • #6279 Speed up initialization of tortoise by reducing the number of queries to the DB.

  • #6268 Fix incorrect timing collection for proposal builder.

Release v1.6.7

Improvements

  • #6197 Fix falling back to poet PoW if recertification failed after getting a 401 on registering

  • #6241 Improve speed of ATX cache warmup.

Features

  • #6213 Adds labels_per_unit to the v2alpha1 Network Info API.

Release v1.6.6-hotfix1

Improvements

  • #6248 Fixed node not being able to handle more than 6.55M ATXs per epoch.
Commits
  • d87adec Backport 6279: Use ATXData during tortoise init (#6281)
  • 172f4cf Backport 6268: Update time measurement of metrics for proposal builder in 1:n...
  • 8ca900d backport #6278: silence logs (#6280)
  • faf78f5 [backport] api: v2alpha1: Use subquery instead of left join for transaction l...
  • e8a0dec Merge branch 'tmp' into v1.6
  • 5362d6e Fix CHANGELOG for v1.6 branch (#6250)
  • da10d43 Backport 6248: Fix response data slice too small (#6249)
  • cc52738 Backport 6248: Fix response data slice too small (#6249)
  • e1b52c2 removed redudnant contextual validation in ATX V1 handler (#6243) (#6245)
  • 8d594d0 Backport 6241: Speed up ATX cache warmup (#6246)
  • 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.6.6 to 1.6.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.6...v1.6.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 23, 2024
@fasmat fasmat merged commit 8aa5051 into develop Aug 23, 2024
4 checks passed
@fasmat fasmat deleted the dependabot/go_modules/github.com/spacemeshos/go-spacemesh-1.6.8 branch August 23, 2024 10:30
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