Skip to content

Commit

Permalink
hotfix v1.2.2: bump substreams: nil pointer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Nov 24, 2022
1 parent 4192448 commit db25973
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See [MAINTAINERS.md](./MAINTAINERS.md)
for instructions to keep up to date.

## Unreleased
## v1.2.2

* Hotfix 'nil pointer' panic when saving uninitialized cache

## v1.2.1

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ require (
github.com/streamingfast/sf-tools v0.0.0-20221114131548-c3b907c339d7
github.com/streamingfast/shutter v1.5.0
github.com/streamingfast/snapshotter v0.0.0-20220413132715-3f71bf33f0ea
github.com/streamingfast/substreams v0.0.22-0.20221122151235-fac743daf06a
github.com/streamingfast/substreams v0.0.22-0.20221124163831-92cf80c3933a
github.com/stretchr/testify v1.8.0
github.com/test-go/testify v1.1.4
github.com/tidwall/gjson v1.14.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,8 @@ github.com/streamingfast/snapshotter v0.0.0-20220413132715-3f71bf33f0ea h1:urZ/9
github.com/streamingfast/snapshotter v0.0.0-20220413132715-3f71bf33f0ea/go.mod h1:DdwE8twv+VjF/6AGqL5JSfS3/Pc59pPxaKJmIu9Y/T4=
github.com/streamingfast/substreams v0.0.22-0.20221122151235-fac743daf06a h1:GBv3aXRMC5rW4D37nUTxBGyfxLoHmz8/pxUGgalndWE=
github.com/streamingfast/substreams v0.0.22-0.20221122151235-fac743daf06a/go.mod h1:6dNovv1UDtmASublixIAGbiTlYVsf42z9nt8/PqoLHE=
github.com/streamingfast/substreams v0.0.22-0.20221124163831-92cf80c3933a h1:G3u5pvYbsgFWrOdTdhhKaqpGMA0ymsgoO0Y/+ihMruM=
github.com/streamingfast/substreams v0.0.22-0.20221124163831-92cf80c3933a/go.mod h1:6dNovv1UDtmASublixIAGbiTlYVsf42z9nt8/PqoLHE=
github.com/streamingfast/wasmtime-go v0.0.0-20221110162800-03b0c10e9b6a h1:RpsrFpfcGE4fgI8q+UQixUDmt914mVaDtP3T4uJBdNw=
github.com/streamingfast/wasmtime-go v0.0.0-20221110162800-03b0c10e9b6a/go.mod h1:jjlqQbWUfVSbehpErw3UoWFndBXRRMvfikYH6KsCwOg=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down

0 comments on commit db25973

Please sign in to comment.