Skip to content

Releases: spacemeshos/poet

v0.9.0

23 Aug 11:02
6b87df5
Compare
Choose a tag to compare

What's Changed

  • Atomically write round's state.bin by @poszu in #347
  • Update PoET to Go 1.20 by @fasmat in #349
  • Add UT for merkle tree recovery by @poszu in #348
  • Add option to store DBs in a different location by @poszu in #343
  • Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.16.2 to 2.17.0 by @dependabot in #353

Full Changelog: v0.8.9...v0.9.0

Notes

⚠️ databases directory changed ⚠️

The #343 PR added a new configuration option (dbdir in config and --dbdir on CLI) to specify the location of databases (for proofs and rounds' registrations). It defaults to <poetdir>/db.
⚠️ The existing database will be migrated to this location. ⚠️

Please check the PR for details.

v0.8.9

16 Aug 12:48
607393a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.8...v0.8.9

v0.8.8

10 Aug 11:13
ec4b107
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.16.1 to 2.16.2 by @dependabot in #329
  • Bump go.uber.org/zap from 1.24.0 to 1.25.0 by @dependabot in #332
  • Fix uses of require.Assertions in subtests by @poszu in #335
  • Bump golang.org/x/sys from 0.10.0 to 0.11.0 by @dependabot in #337
  • Add more logs and round members metric by @poszu in #338
  • Reject conficting challenge registrations by @poszu in #341

Full Changelog: v0.8.7...v0.8.8

v0.8.7

31 Jul 09:26
9fbafdb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.6...v0.8.7

v0.8.6

28 Jun 16:18
573f98b
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #303
  • Avoid manual updates for go version by @fasmat in #302
  • Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.15.2 to 2.16.0 by @dependabot in #304
  • Bump golang.org/x/sys from 0.8.0 to 0.9.0 by @dependabot in #305
  • Bump golang.org/x/sync from 0.2.0 to 0.3.0 by @dependabot in #307
  • Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 by @dependabot in #306
  • Bump google.golang.org/grpc from 1.55.0 to 1.56.0 by @dependabot in #308
  • Bump github.com/spacemeshos/go-scale from 1.1.9 to 1.1.10 by @dependabot in #309
  • Bump google.golang.org/grpc from 1.56.0 to 1.56.1 by @dependabot in #310
  • Refactor Genesis type in Config to time.Time by @poszu in #312
  • Remove --norecovery and --reset flags by @poszu in #313
  • Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 by @dependabot in #314
  • Register GRPC metrics in prometheus by @poszu in #316

Full Changelog: v0.8.5...v0.8.6

v0.8.5

26 May 07:27
45088ce
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #295
  • Bump github.com/spacemeshos/merkle-tree from 0.2.1 to 0.2.2 by @dependabot in #298
  • Offload round teardown to a background goroutine by @poszu in #297
  • Remove appdata.go and tweak config file reading by @poszu in #299
  • Refactor executingRounds as there's only 1 ever executed at a time by @poszu in #300

Full Changelog: v0.8.4...v0.8.5

v0.8.5-alfa-1

23 May 11:08
Compare
Choose a tag to compare
v0.8.5-alfa-1 Pre-release
Pre-release

What's Changed

  • Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #295

Full Changelog: v0.8.4...v0.8.5-alfa-1

v0.8.4

18 May 06:07
62db574
Compare
Choose a tag to compare

What's Changed

  • Return PhaseShift and CycleGap on /Info by @poszu in #281
  • Limit number of members in a round by @poszu in #294

Full Changelog: v0.8.3...v0.8.4

v0.8.3

15 May 21:43
dd331b5
Compare
Choose a tag to compare

What's Changed

  • Fix incorrect decoding of MerkleProof by @fasmat in #293

Full Changelog: v0.8.2...v0.8.3

v0.8.2-draft

15 May 15:50
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 by @dependabot in #285
  • Bump github.com/spacemeshos/go-scale from 1.1.7 to 1.1.8 by @dependabot in #286
  • Bump github.com/prometheus/client_golang from 1.15.0 to 1.15.1 by @dependabot in #287
  • Update indirect dependencies by @fasmat in #288
  • Bump golang.org/x/sys from 0.7.0 to 0.8.0 by @dependabot in #290
  • Bump golang.org/x/sync from 0.1.0 to 0.2.0 by @dependabot in #289
  • Bump google.golang.org/grpc from 1.54.0 to 1.55.0 by @dependabot in #291

Full Changelog: v0.8.1...v0.8.2-draft