Skip to content

Commit 7bab9ff

Browse files
committed
prep release, bump substreams
1 parent e114065 commit 7bab9ff

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +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.9.6
1212

13-
### Substreams
13+
### Substreams (v1.15.1)
1414

1515
* Save deterministic failures in WASM in the module cache (under a file named `errors.0123456789.zst` at the failed block number), so further requests depending on this module at the same block can return the error immediately without re-executing the module.
1616

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.14.7-0.20250327125721-7f7863481907
34+
github.com/streamingfast/substreams v1.15.1
3535
github.com/streamingfast/worker-pool-protocol v0.0.0-20250218145136-4ad271e36e39
3636
github.com/stretchr/testify v1.10.0
3737
github.com/test-go/testify v1.1.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2199,8 +2199,8 @@ github.com/streamingfast/shutter v1.5.0 h1:NpzDYzj0HVpSiDJVO/FFSL6QIK/YKOxY0gJAt
21992199
github.com/streamingfast/shutter v1.5.0/go.mod h1:B/T6efqdeMGbGwjzPS1ToXzYZI4kDzI5/u4I+7qbjY8=
22002200
github.com/streamingfast/snapshotter v0.0.0-20230316190750-5bcadfde44d0 h1:Y15G1Z4fpEdm2b+/70owI7TLuXadlqBtGM7rk4Hxrzk=
22012201
github.com/streamingfast/snapshotter v0.0.0-20230316190750-5bcadfde44d0/go.mod h1:/Rnz2TJvaShjUct0scZ9kKV2Jr9/+KBAoWy4UMYxgv4=
2202-
github.com/streamingfast/substreams v1.14.7-0.20250327125721-7f7863481907 h1:l/JceihfLQ4fLLIuflTkyQsDauS6zsYJS3PYhT/rNNk=
2203-
github.com/streamingfast/substreams v1.14.7-0.20250327125721-7f7863481907/go.mod h1:tukQ8ncibm8wzh4dCiC5sXBFAjy3U/+jHnXTfMqDAC4=
2202+
github.com/streamingfast/substreams v1.15.1 h1:MqgmTUGac75MHNTU2DDaiuPXFzyuZU4EN+U9mcnNLkA=
2203+
github.com/streamingfast/substreams v1.15.1/go.mod h1:tukQ8ncibm8wzh4dCiC5sXBFAjy3U/+jHnXTfMqDAC4=
22042204
github.com/streamingfast/wazero v0.0.0-20241202185309-91287c3640ed h1:LU6/c376zP1cMAo9L6rFLyjo0W7RU+hIh7BegH8Zo5M=
22052205
github.com/streamingfast/wazero v0.0.0-20241202185309-91287c3640ed/go.mod h1:yAI0XTsMBhREkM/YDAK/zNou3GoiAce1P6+rp/wQhjs=
22062206
github.com/streamingfast/worker-pool-protocol v0.0.0-20250218145136-4ad271e36e39 h1:NBBLx99rrGz/hxwHjHi+QyN07DfqcDC4zzuBEsH0/vE=

0 commit comments

Comments
 (0)