spacemeshos / smcli

Spacemesh command-line tool
https://spacemesh.io/
MIT License
8 stars 9 forks source link

Bump github.com/spacemeshos/go-spacemesh from 1.0.2 to 1.1.8 #88

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps github.com/spacemeshos/go-spacemesh from 1.0.2 to 1.1.8.

Release notes

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

v1.1.8

Zip Files

For information about changes in this release see the changelog.

Full Changelog: https://github.com/spacemeshos/go-spacemesh/compare/v1.1.7...v1.1.8

v1.1.7

Zip Files

For information about changes in this release see the changelog.

Full Changelog: https://github.com/spacemeshos/go-spacemesh/compare/v1.1.6...v1.1.7

v1.1.6

Zip Files

For information about changes in this release see the changelog.

Full Changelog: https://github.com/spacemeshos/go-spacemesh/compare/v1.1.4...v1.1.6

v1.1.5

Zip Files

For information about changes in this release see the changelog.

... (truncated)

Changelog

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

v1.1.8

Improvements

  • #5040 lift restriction on when node goes out of sync

with this change node will go out of sync only if it can't download layers from peers for 3h (36 layers). it should help to mitigate node falling out of consensus (not submitting proposals) due to unexpected issues in sync.

v1.1.7

Improvements

  • #5038 add index for faster query to refballot

there was a regression in proposal builder that started to use codepath that was used in different domain, which was executed once per runtime. now this is executed on every proposal creation and might be too slow.

v1.1.6

Upgrade information

It is critical for most nodes in the network to use v1.1.5 when layer 20 000 starts. Starting from that layer active set will not be gossipped together with proposals. That was the main network bottleneck in epoch 4.

Highlights

Features

  • #4969 Nodes will also fetch from PoET 111 for round 3 if they were able to register to PoET 110.

Improvements

  • #4965 Updates to PoST:
    • Prevent errors when shutting down the node that can result in a crash
    • postdata_metadata.json is now updated atomically to prevent corruption of the file.
  • #4956 Active set is will not be gossipped in every proposal. Active set usually contains list of atxs that targets current epoch. As the number of atxs grows this object grows as well.
  • #4993 Drop proposals after genering a block. This limits growth of the state.
  • #5020 Do not process proposals from old/deleted layers. This fixes I/O issues observed on HDD miners caused by #4993.

v1.1.4

Upgrade information

Highlights

Features

... (truncated)

Commits
  • be829f5 Release v1.1.8
  • 4c69d42 sync: parametrize out of sync threshold and set it to 3h for mainnet
  • 2b1c6d9 cherry pick change with index for reference ballot
  • 50ca8e2 release v1.1.6
  • 02e28c5 refuse old proposals from gossip (#5020)
  • 6659ac0 release v1.1.5 (#4999)
  • effbc7a build(deps): Bump sigs.k8s.io/controller-runtime from 0.14.6 to 0.16.1 (#4940)
  • 2403ed3 build(deps): Bump k8s.io/api from 0.26.3 to 0.28.1 (#4904)
  • 8b371b1 prune old proposals after block is generated (#4993)
  • 61d308f Fix import for github.com/go-llsqlite/crawshaw (#4978)
  • 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 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)
dependabot[bot] commented 7 months ago

Superseded by #89.