Skip to content

Commit

Permalink
Bump post to v0.6.6 (#4417)
Browse files Browse the repository at this point in the history
## Motivation
Includes:
- fixes in POST k2 pow,
- fixed log level mapping (debug -> trace) for logs in post-rs,
- fixed post profiler release for ARM


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
poszu and dependabot[bot] committed May 24, 2023
1 parent 6cdf1ad commit 6c274cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile-libs.Inc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ else
endif
endif

POSTRS_SETUP_REV = 0.1.13
POSTRS_SETUP_REV = 0.1.14
POSTRS_SETUP_ZIP = libpost-$(platform)-v$(POSTRS_SETUP_REV).zip
POSTRS_SETUP_URL_ZIP ?= https://github.com/spacemeshos/post-rs/releases/download/v$(POSTRS_SETUP_REV)/$(POSTRS_SETUP_ZIP)
POSTRS_PROFILER_ZIP = profiler-$(platform)-v$(POSTRS_SETUP_REV).zip
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ require (
github.com/spacemeshos/go-scale v1.1.9
github.com/spacemeshos/merkle-tree v0.2.1
github.com/spacemeshos/poet v0.8.4
github.com/spacemeshos/post v0.6.5
github.com/spacemeshos/post v0.6.6
github.com/spf13/afero v1.9.5
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -603,8 +603,8 @@ github.com/spacemeshos/merkle-tree v0.2.1 h1:BSs/zt1n3ceZcpWdcqNFRvTeAWDlc0W+bql
github.com/spacemeshos/merkle-tree v0.2.1/go.mod h1:IsrdlW6AHZ4HSi89H7G94ravFCMFZLGnm6To0tQ0SPY=
github.com/spacemeshos/poet v0.8.4 h1:SH4s0tUacSRE0Pfo/MrF6ds4i3a40Y69Lcm6Ar++YlE=
github.com/spacemeshos/poet v0.8.4/go.mod h1:tw/WGXBejkTJ1DljanwkzrR0h+dgUlrzasm650LEd0Q=
github.com/spacemeshos/post v0.6.5 h1:Q8K+ljXTWn5/wopKNwmY1Jx4xwKPiTYCPhvhyOo/zcA=
github.com/spacemeshos/post v0.6.5/go.mod h1:P0QVuZlQYZS/Sp6cKjfoo+YEcODY81ccsCppFSOFgBQ=
github.com/spacemeshos/post v0.6.6 h1:4L/pSv+BbkVi2b74RH9vW2Aa8lkFnKvBEZXUOY+aYZo=
github.com/spacemeshos/post v0.6.6/go.mod h1:P0QVuZlQYZS/Sp6cKjfoo+YEcODY81ccsCppFSOFgBQ=
github.com/spacemeshos/sha256-simd v0.1.0 h1:G7Mfu5RYdQiuE+wu4ZyJ7I0TI74uqLhFnKblEnSpjYI=
github.com/spacemeshos/sha256-simd v0.1.0/go.mod h1:O8CClVIilId7RtuCMV2+YzMj6qjVn75JsxOxaE8vcfM=
github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI=
Expand Down

0 comments on commit 6c274cc

Please sign in to comment.