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 46
46
endif
47
47
endif
48
48
49
- POSTRS_SETUP_REV = 0.8.4
49
+ POSTRS_SETUP_REV = 0.8.5
50
50
POSTRS_SETUP_ZIP = libpost-$(platform)-v$(POSTRS_SETUP_REV).zip
51
51
POSTRS_SETUP_URL_ZIP ?= https:// github.com/spacemeshos/post-rs/releases/download/v$(POSTRS_SETUP_REV)/$(POSTRS_SETUP_ZIP)
52
52
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ require (
46
46
github.com/spacemeshos/go-scale v1.3.0
47
47
github.com/spacemeshos/merkle-tree v0.2.6
48
48
github.com/spacemeshos/poet v0.10.12
49
- github.com/spacemeshos/post v0.13.0
49
+ github.com/spacemeshos/post v0.13.1
50
50
github.com/spf13/afero v1.14.0
51
51
github.com/spf13/cobra v1.9.1
52
52
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
618
618
github.com/spacemeshos/merkle-tree v0.2.6 /go.mod h1:lxMuC/C2qhN6wdH6iSXW0HM8FS6fnKnyLWjCAKsCtr8 =
619
619
github.com/spacemeshos/poet v0.10.12 h1:xlk0L+MyDpqGzpsFgLKVeNMmQtzZ3k53/yoHs8vUfZo =
620
620
github.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 =
623
623
github.com/spacemeshos/sha256-simd v0.1.0 h1:G7Mfu5RYdQiuE+wu4ZyJ7I0TI74uqLhFnKblEnSpjYI =
624
624
github.com/spacemeshos/sha256-simd v0.1.0 /go.mod h1:O8CClVIilId7RtuCMV2+YzMj6qjVn75JsxOxaE8vcfM =
625
625
github.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)
5
5
test_name ?= TestSmeshing
6
6
org ?= spacemeshos
7
7
image_name ?= $(org ) /systest:$(version_info )
8
- certifier_image ?= $(org ) /certifier-service:v0.8.4
8
+ certifier_image ?= $(org ) /certifier-service:v0.8.5
9
9
poet_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
12
12
smesher_image ?= $(org ) /go-spacemesh-dev:$(version_info )
13
13
old_smesher_image ?= $(org ) /go-spacemesh-dev:v1.8.1
14
14
bs_image ?= $(org ) /go-spacemesh-dev-bs:$(version_info )
You can’t perform that action at this time.
0 commit comments