File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4646 endif
4747endif
4848
49- POSTRS_SETUP_REV = 0.8.4
49+ POSTRS_SETUP_REV = 0.8.5
5050POSTRS_SETUP_ZIP = libpost-$(platform)-v$(POSTRS_SETUP_REV).zip
5151POSTRS_SETUP_URL_ZIP ?= https:// github.com/spacemeshos/post-rs/releases/download/v$(POSTRS_SETUP_REV)/$(POSTRS_SETUP_ZIP)
5252
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ require (
4646 github.com/spacemeshos/go-scale v1.3.0
4747 github.com/spacemeshos/merkle-tree v0.2.6
4848 github.com/spacemeshos/poet v0.10.12
49- github.com/spacemeshos/post v0.13.0
49+ github.com/spacemeshos/post v0.13.1
5050 github.com/spf13/afero v1.14.0
5151 github.com/spf13/cobra v1.9.1
5252 github.com/spf13/pflag v1.0.6
Original file line number Diff line number Diff line change @@ -618,8 +618,8 @@ github.com/spacemeshos/merkle-tree v0.2.6 h1:PJ4LBx0vBbYVIHwApyjLy/yqUGEK35ggGTo
618618github.com/spacemeshos/merkle-tree v0.2.6 /go.mod h1:lxMuC/C2qhN6wdH6iSXW0HM8FS6fnKnyLWjCAKsCtr8 =
619619github.com/spacemeshos/poet v0.10.12 h1:xlk0L+MyDpqGzpsFgLKVeNMmQtzZ3k53/yoHs8vUfZo =
620620github.com/spacemeshos/poet v0.10.12 /go.mod h1:M32hQhE0QBT80CMEb8P3aXz0lQVGK6V8EJqnl2f9cYE =
621- github.com/spacemeshos/post v0.13.0 h1:DNlqc6ilYbFbev2CXCj9ukHJ7HhTW9GCSeKAE2nWGsA =
622- github.com/spacemeshos/post v0.13.0 /go.mod h1:3utSIJO9M7lhA5xm3BQ2hszVNjiLgiseq0Ty4vpS0BU =
621+ github.com/spacemeshos/post v0.13.1 h1:EeM/mYtS1ON28HOso1Gj6s1zoj2Dx6/0JDFoM5KJgAQ =
622+ github.com/spacemeshos/post v0.13.1 /go.mod h1:3utSIJO9M7lhA5xm3BQ2hszVNjiLgiseq0Ty4vpS0BU =
623623github.com/spacemeshos/sha256-simd v0.1.0 h1:G7Mfu5RYdQiuE+wu4ZyJ7I0TI74uqLhFnKblEnSpjYI =
624624github.com/spacemeshos/sha256-simd v0.1.0 /go.mod h1:O8CClVIilId7RtuCMV2+YzMj6qjVn75JsxOxaE8vcfM =
625625github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI =
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ tmpfile := $(shell mktemp /tmp/systest-XXX)
55test_name ?= TestSmeshing
66org ?= spacemeshos
77image_name ?= $(org ) /systest:$(version_info )
8- certifier_image ?= $(org ) /certifier-service:v0.8.4
8+ certifier_image ?= $(org ) /certifier-service:v0.8.5
99poet_image ?= $(org ) /poet:v0.10.12
10- post_service_image ?= $(org ) /post-service:v0.8.4
11- post_init_image ?= $(org ) /postcli:v0.12.11
10+ post_service_image ?= $(org ) /post-service:v0.8.5
11+ post_init_image ?= $(org ) /postcli:v0.13.1
1212smesher_image ?= $(org ) /go-spacemesh-dev:$(version_info )
1313old_smesher_image ?= $(org ) /go-spacemesh-dev:v1.8.1
1414bs_image ?= $(org ) /go-spacemesh-dev-bs:$(version_info )
You can’t perform that action at this time.
0 commit comments