Skip to content

Commit

Permalink
bump substreams, changelog to v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Apr 11, 2024
1 parent e849ff6 commit 7e0a08e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). S
for instructions to keep up to date.


## v2.4.3 (unreleased)
## v2.4.3

### substreams

* fix memory leak on substreams execution (by bumping wazero dependency)
* remove the need for substreams-tier1 blocktype auto-detection
* fix missing error handling when writing output data to files. This could result in tier1 request just "hanging" waiting for the file never produced by tier2.
* fix handling of dstore error in tier1 'execout walker' causing stalling issues on S3 or on unexpected storage errors
* increase number of retries on storage when writing states or execouts (5 -> 10)
* prevent slow squashing when loading each segment from full KV store (can happen when a stage contains multiple stores)

## v2.4.2

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ require (
github.com/streamingfast/dstore v0.1.1-0.20240325191553-bcce8892a9bb
github.com/streamingfast/eth-go v0.0.0-20240312122859-216e183c0b7f
github.com/streamingfast/firehose v0.1.1-0.20240118135215-dcf04d40bfcd
github.com/streamingfast/firehose-core v1.3.4-0.20240410175605-c707564e29ae
github.com/streamingfast/firehose-core v1.3.4
github.com/streamingfast/jsonpb v0.0.0-20210811021341-3670f0aa02d0
github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091
github.com/streamingfast/pbgo v0.0.6-0.20240131193313-6b88bc7139db
github.com/streamingfast/shutter v1.5.0
github.com/streamingfast/substreams v1.5.3-0.20240411013931-43a824530f8a
github.com/streamingfast/substreams v1.5.3
github.com/stretchr/testify v1.8.4
github.com/test-go/testify v1.1.4
github.com/tidwall/gjson v1.14.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,8 @@ github.com/streamingfast/eth-go v0.0.0-20240312122859-216e183c0b7f h1:1LwsmRVENf
github.com/streamingfast/eth-go v0.0.0-20240312122859-216e183c0b7f/go.mod h1:UEm8dqibr3c3A1iIA3CHpkhN7j3X78prN7/55sXf3A0=
github.com/streamingfast/firehose v0.1.1-0.20240118135215-dcf04d40bfcd h1:t5n8dDcgUi7t36Qwxm19K4H2vyOLJfY6MHxTbOvK1z8=
github.com/streamingfast/firehose v0.1.1-0.20240118135215-dcf04d40bfcd/go.mod h1:du6tys2Q6X2pRQ3JbCziWiy7Y7KrOcl4CSb9uiGsVxA=
github.com/streamingfast/firehose-core v1.3.4-0.20240410175605-c707564e29ae h1:WOtMuX2wHjMAJVyPTCJCnIq6p08RjVVJkaOuSnxdeCY=
github.com/streamingfast/firehose-core v1.3.4-0.20240410175605-c707564e29ae/go.mod h1:zjqY5isRT5iYtPxa3Vw/mCYwRfuC03YDVuHeqx0Rev0=
github.com/streamingfast/firehose-core v1.3.4 h1:oKivS9X8OBARmDQ5rt0ziAaACuiIY7nu49f1U5gTTLA=
github.com/streamingfast/firehose-core v1.3.4/go.mod h1:cwcX5Dez5aivbmbvLvOrzvqYftjy+NKe0HLYKpz7IeQ=
github.com/streamingfast/jsonpb v0.0.0-20210811021341-3670f0aa02d0 h1:g8eEYbFSykyzIyuxNMmHEUGGUvJE0ivmqZagLDK42gw=
github.com/streamingfast/jsonpb v0.0.0-20210811021341-3670f0aa02d0/go.mod h1:cTNObq2Uofb330y05JbbZZ6RwE6QUXw5iVcHk1Fx3fk=
github.com/streamingfast/logging v0.0.0-20210811175431-f3b44b61606a/go.mod h1:4GdqELhZOXj4xwc4IaBmzofzdErGynnaSzuzxy0ZIBo=
Expand All @@ -633,8 +633,8 @@ github.com/streamingfast/shutter v1.5.0 h1:NpzDYzj0HVpSiDJVO/FFSL6QIK/YKOxY0gJAt
github.com/streamingfast/shutter v1.5.0/go.mod h1:B/T6efqdeMGbGwjzPS1ToXzYZI4kDzI5/u4I+7qbjY8=
github.com/streamingfast/snapshotter v0.0.0-20230316190750-5bcadfde44d0 h1:Y15G1Z4fpEdm2b+/70owI7TLuXadlqBtGM7rk4Hxrzk=
github.com/streamingfast/snapshotter v0.0.0-20230316190750-5bcadfde44d0/go.mod h1:/Rnz2TJvaShjUct0scZ9kKV2Jr9/+KBAoWy4UMYxgv4=
github.com/streamingfast/substreams v1.5.3-0.20240411013931-43a824530f8a h1:Btqusc1QZT9prLA4JrFnfPD826y1QkA31zJ7FfDYdaU=
github.com/streamingfast/substreams v1.5.3-0.20240411013931-43a824530f8a/go.mod h1:Nwm2SS06BlBuzWyNQBcu1dV6FolHQyySyDMlkVGe9Y8=
github.com/streamingfast/substreams v1.5.3 h1:uELZ0uZxxkl5fpOYMp4bHtFLuOVUOfpfqekuahxoI38=
github.com/streamingfast/substreams v1.5.3/go.mod h1:Nwm2SS06BlBuzWyNQBcu1dV6FolHQyySyDMlkVGe9Y8=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
Expand Down

0 comments on commit 7e0a08e

Please sign in to comment.