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.2 #79

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

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

Release notes

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

v1.1.2

Zip Files

For information about changes in this release see the changelog.

Full Changelog: https://github.com/spacemeshos/go-spacemesh/compare/v1.1.0...v1.1.2

v1.1.1

Zip Files

What's Changed

Notes:

An oversight in our GRPC API caused some users to experience repeated crashes of their node when used with Smapp. The problematic code has been fixed in this release.

Full Changelog: https://github.com/spacemeshos/go-spacemesh/compare/v1.1.0...v1.1.1

v1.1.0

Zip Files

4c6e687311573af7561ee340a1447f524cba8c50a8afb61dab443698430c6865  Linux.zip
75fdc28e5fc73f5e6cde4dc087ea426cea331016acb2b50ad84ec27afb9a3111  Linux_ARM64.zip
db9d5acb7763b17f1304d57b266b5afa11c91b14ecc4b63e4b5b4c37d315328f  Windows.zip
114540eed3feed96c205aa6273ef0b51de6053d906e13b36e08fc66eaaee5ed2  macOS.zip
8e4e3c544dbb32ea3a4bfcd5fec031e194d5e915228f9bddfb187602957ca195  macOS_ARM64.zip

Full Changelog: https://github.com/spacemeshos/go-spacemesh/compare/v1.0.11...v1.1.0

... (truncated)

Changelog

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

v1.1.2

Upgrade information

Legacy discovery protocol was removed in #4836. Config option and flag p2p-disable-legacy-discovery is noop, and will be completely removed in future versions.

Highlights

With #4893 Nodes are given more time to publish an ATX Nodes still need to publish an ATX before the new PoET round starts (within 12h on mainnet) to make it into the next PoET round, but if they miss that deadline they will now continue to publish an ATX to receive rewards for the upcoming epoch and skip one after that.

Features

  • #4845 API to fetch opened connections.

grpcurl -plaintext 127.0.0.1:9093 spacemesh.v1.AdminService.PeerInfoStream

{
  "id": "12D3KooWEcgADBR4zHirw7YAt6nUtCNhbPWkB2fnHAemnG5cGf2n",
  "connections": [
    {
      "address": "/ip4/46.4.81.145/tcp/5001",
      "uptime": "1359.186975782s",
      "outbound": true
    }
  ]
}
{
  "id": "12D3KooWHK5m83sNj2eNMJMGAngcS9gBja27ho83t79Q2CD4iRjQ",
  "connections": [
    {
      "address": "/ip4/34.86.244.124/tcp/5000",
      "uptime": "1108.414456262s",
      "outbound": true
    }
  ],
  "tags": [
    "bootnode"
  ]
}
  • 4795 p2p: add ip4/ip6 blocklists

Doesn't affect direct peers. In order to disable:

... (truncated)

Commits
  • 1132af2 Prepare v1.1.2 release (#4898)
  • 8d3bdc4 Give NiPoSTBuilder more time to create the PoST (#4893)
  • 4bd907c add changelog with a note on release workflow (#4890)
  • 264e589 Fixes failing TestPeerInfoApi test on windows (#4888)
  • 5a90e8d build(deps): Bump github.com/spacemeshos/post from 0.9.1 to 0.9.2 (#4889)
  • d1e2450 p2p: drop legacy discovery protocol and custom address book (#4836)
  • 3c5eaee p2p: add ip4/ip6 blocklists (#4795)
  • 2582563 Use ctxzap in GRPC services (#4816)
  • 403f8c4 build(deps): Bump github.com/libp2p/go-libp2p-kad-dht from 0.24.3 to 0.25.0 (...
  • b86540b Add jitter to spread out requests to get poet proof and submit challenge (#4871)
  • 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 8 months ago

Superseded by #81.