From 63ca4e4e9b1850be8b203b57e1a3d931ca823b66 Mon Sep 17 00:00:00 2001 From: billettc Date: Tue, 23 Apr 2024 08:33:15 -0400 Subject: [PATCH] bump firecore to get block skip fix --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index bd8c4b4..7a5a26f 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/streamingfast/cli v0.0.4-0.20240412191021-5f81842cb71d github.com/streamingfast/derr v0.0.0-20230515163924-8570aaa43fe1 github.com/streamingfast/dstore v0.1.1-0.20240325191553-bcce8892a9bb - github.com/streamingfast/firehose-core v1.3.7-0.20240422195111-726964a39dad + github.com/streamingfast/firehose-core v1.3.7-0.20240423123154-c25968ebc4a3 github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091 github.com/streamingfast/solana-go v0.5.1-0.20230622180848-8faf68a7cb1d github.com/test-go/testify v1.1.4 diff --git a/go.sum b/go.sum index 48872e5..ac078f9 100644 --- a/go.sum +++ b/go.sum @@ -709,8 +709,8 @@ github.com/streamingfast/dstore v0.1.1-0.20240325191553-bcce8892a9bb h1:tmu8wGiS github.com/streamingfast/dstore v0.1.1-0.20240325191553-bcce8892a9bb/go.mod h1:kNzxgv2MzYFn2T4kelBVpGp/yP/1njtr3+csWuqxK3w= github.com/streamingfast/dtracing v0.0.0-20220305214756-b5c0e8699839 h1:K6mJPvh1jAL+/gBS7Bh9jyzWaTib6N47m06gZOTUPwQ= github.com/streamingfast/dtracing v0.0.0-20220305214756-b5c0e8699839/go.mod h1:huOJyjMYS6K8upTuxDxaNd+emD65RrXoVBvh8f1/7Ns= -github.com/streamingfast/firehose-core v1.3.7-0.20240422195111-726964a39dad h1:PveoBaFHGr/oBLTJbvRA8FqtWRE4Ys5ThRF5vRlrnnE= -github.com/streamingfast/firehose-core v1.3.7-0.20240422195111-726964a39dad/go.mod h1:MiRARSMkCFbZBrWnI/anwC8/xXiUkjNktvLqAVI38p8= +github.com/streamingfast/firehose-core v1.3.7-0.20240423123154-c25968ebc4a3 h1:OKSNJwldlhpeaENJ+hj89nX3HZryVs3bltEJ+ZoWOz0= +github.com/streamingfast/firehose-core v1.3.7-0.20240423123154-c25968ebc4a3/go.mod h1:MiRARSMkCFbZBrWnI/anwC8/xXiUkjNktvLqAVI38p8= github.com/streamingfast/gagliardetto-solana-go v0.0.0-20240115191424-05c37cd0760d h1:Db3yKJeN5DWPz8pesR9tuFXdbs0MnpRLmov+ttsHoTU= github.com/streamingfast/gagliardetto-solana-go v0.0.0-20240115191424-05c37cd0760d/go.mod h1:i+7aAyNDTHG0jK8GZIBSI4OVvDqkt2Qx+LklYclRNG8= github.com/streamingfast/jsonpb v0.0.0-20210811021341-3670f0aa02d0 h1:g8eEYbFSykyzIyuxNMmHEUGGUvJE0ivmqZagLDK42gw=