Skip to content

Commit fd8622f

Browse files
committed
Fixed substreams-tier2 not setting itself ready correctly on startup since v1.7.0
1 parent b2c6312 commit fd8622f

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Operators, you should copy/paste content of this content straight to your projec
88

99
If you were at `firehose-core` version `1.0.0` and are bumping to `1.1.0`, you should copy the content between those 2 version to your own repository, replacing placeholder value `fire{chain}` with your chain's own binary.
1010

11-
## Unreleased
11+
## v1.7.2
12+
13+
* Fixed `substreams-tier2` not setting itself ready correctly on startup since `v1.7.0`.
1214

1315
* Added support for `--output=bytes` mode which prints the chain's specific Protobuf block as bytes, the encoding for the bytes string printed is determined by `--bytes-encoding`, uses `hex` by default.
1416

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/streamingfast/payment-gateway v0.0.0-20240426151444-581e930c76e2
3232
github.com/streamingfast/pbgo v0.0.6-0.20250114182320-0b43084f4000
3333
github.com/streamingfast/snapshotter v0.0.0-20230316190750-5bcadfde44d0
34-
github.com/streamingfast/substreams v1.12.0
34+
github.com/streamingfast/substreams v1.12.1
3535
github.com/stretchr/testify v1.9.0
3636
github.com/test-go/testify v1.1.4
3737
go.uber.org/multierr v1.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2181,8 +2181,8 @@ github.com/streamingfast/shutter v1.5.0 h1:NpzDYzj0HVpSiDJVO/FFSL6QIK/YKOxY0gJAt
21812181
github.com/streamingfast/shutter v1.5.0/go.mod h1:B/T6efqdeMGbGwjzPS1ToXzYZI4kDzI5/u4I+7qbjY8=
21822182
github.com/streamingfast/snapshotter v0.0.0-20230316190750-5bcadfde44d0 h1:Y15G1Z4fpEdm2b+/70owI7TLuXadlqBtGM7rk4Hxrzk=
21832183
github.com/streamingfast/snapshotter v0.0.0-20230316190750-5bcadfde44d0/go.mod h1:/Rnz2TJvaShjUct0scZ9kKV2Jr9/+KBAoWy4UMYxgv4=
2184-
github.com/streamingfast/substreams v1.12.0 h1:AhsXsJTmwukurvD65YVqcEkIdFjSa0S1HO3sU4Vq7sY=
2185-
github.com/streamingfast/substreams v1.12.0/go.mod h1:Dgbt37alWqMyahFQ4rdhX8iFLZHn2qD8TBhcP3NIuW8=
2184+
github.com/streamingfast/substreams v1.12.1 h1:ai6XhqTMeApNLvrxYdiYjjVTrybqKCBz793TGABgxcM=
2185+
github.com/streamingfast/substreams v1.12.1/go.mod h1:Dgbt37alWqMyahFQ4rdhX8iFLZHn2qD8TBhcP3NIuW8=
21862186
github.com/streamingfast/wazero v0.0.0-20241202185309-91287c3640ed h1:LU6/c376zP1cMAo9L6rFLyjo0W7RU+hIh7BegH8Zo5M=
21872187
github.com/streamingfast/wazero v0.0.0-20241202185309-91287c3640ed/go.mod h1:yAI0XTsMBhREkM/YDAK/zNou3GoiAce1P6+rp/wQhjs=
21882188
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)