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.0.8 #72

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

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

Release notes

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

v1.0.8

ℹ️ Recommended config attached

Zip Files

53bc8abb72b8b6bdbb3e0473682cf1f193506078ca9227652e5746d25afc626e  Linux.zip
7563cf403414da8ab713a7b76c5b7b08ec3dad52c1a473cd93bdd00701b2814a  Linux_ARM64.zip
7f07adb63771a8d08c46ac9e9bc1278484ca2f5f457e2175ec6159097bb877eb  Windows.zip
f0b2537ef12623b020d6c715ee5bdd8c1158865e395effa99af2f734f0744e07  macOS.zip
d2809a11be4f5fdb316401f34fdd1f27c29d680698c036668de131061fad8d1f  macOS_ARM64.zip

Full Changelog: https://github.com/spacemeshos/go-spacemesh/compare/v1.0.7...v1.0.8

  • Changes in p2p. Disabled autoscaling and dropping bootnodes on enough peers: spacemeshos/go-spacemesh#4770
  • When fetching a poet proof for the publish epoch 1 the state will be updated to duplicate the request for PoET 110 to PoET 111 such that the node will also try to fetch from there even if it didn't submit a proof to it: spacemeshos/go-spacemesh#4752

v1.0.7

This release contains new p2p discovery spacemeshos/go-spacemesh#4736 Therefore there is a need to modify the config:

{
    "p2p": {
        "min-peers": 10,
        "low-peers": 20,
        "high-peers": 30,
        "p2p-disable-legacy-discovery": true,
        "bootnodes": [
            "/dns4/mainnet-bootnode-10.spacemesh.network/tcp/5000/p2p/12D3KooWHK5m83sNj2eNMJMGAngcS9gBja27ho83t79Q2CD4iRjQ",
            "/dns4/mainnet-bootnode-11.spacemesh.network/tcp/5000/p2p/12D3KooWFrCDS8tc29nxJEYf4sKFXhXw7wMSdhQP4S7tsbfh6ngn",
            "/dns4/mainnet-bootnode-12.spacemesh.network/tcp/5000/p2p/12D3KooWG4gk8GtMsAjYxHtbNC7oEoBTMRLbLDpKgSQMQkYBFRsw",
            "/dns4/mainnet-bootnode-13.spacemesh.network/tcp/5000/p2p/12D3KooWPfWYFAkvB5SoqntFr1FMv41U5gqsgx1xoa2EzYuZiSQr",
            "/dns4/mainnet-bootnode-14.spacemesh.network/tcp/5000/p2p/12D3KooWRkZMjGNrQfRyeKQC9U58cUwAfyQMtjNsupixkBFag8AY",
            "/dns4/mainnet-bootnode-15.spacemesh.network/tcp/5000/p2p/12D3KooWSZyCMiphAZeVyKv9CGsrULT3nb3TdryjLxGwrjTrU3Ni",
            "/dns4/mainnet-bootnode-16.spacemesh.network/tcp/5000/p2p/12D3KooWDAFRuFrMNgVQMDy8cgD71GLtPyYyfQzFxMZr2yUBgjHK",
            "/dns4/mainnet-bootnode-17.spacemesh.network/tcp/5000/p2p/12D3KooWEZ4XzrSMgUyu1xZGVXPYhEXQWAtfaxDFaxQtWsx7SUGn",
            "/dns4/mainnet-bootnode-18.spacemesh.network/tcp/5000/p2p/12D3KooWMJmdfwxDctuGGoTYJD8Wj9jubQBbPfrgrzzXaQ1RTKE6",
            "/dns4/mainnet-bootnode-19.spacemesh.network/tcp/5000/p2p/12D3KooWQwpnXv96RP2rdiboJdcEfWSbjMGsf5kwpoia6jxyjWe9"
        ]
    },
    "logging": {
        "p2p": "error"
    }
</tr></table> 

... (truncated)

Commits
  • 366da6d p2p: disable autoscaling and drop from bootnodes on enough peers (#4770)
  • 05e1351 build(deps): Bump go.uber.org/zap from 1.24.0 to 1.25.0 (#4768)
  • c111549 Move staticcheck step to lint job (#4762)
  • 8d8f7cf build(deps): Bump github.com/spacemeshos/poet from 0.8.6 to 0.8.7 (#4761)
  • f1f5c60 build(deps): Bump github.com/spacemeshos/post from 0.8.9 to 0.8.11 (#4764)
  • 81a9ca7 Fix logging issues in TestSpacemeshApp_NodeService (#4763)
  • c3b7250 use atx grading for hare (#4718)
  • 6a20160 Add check for next poet round on mainnet to codebase. (#4752)
  • 24e5f90 Remove global logger (#4749)
  • d232630 build(deps): Bump github.com/libp2p/go-libp2p-kad-dht from 0.24.2 to 0.24.3 (...
  • 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 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 9 months ago

Superseded by #73.