From 4fe5482b5b60dee6d9d1944f5f861b343fa51707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Duchesneau?= Date: Fri, 27 Oct 2023 13:45:27 -0400 Subject: [PATCH] bump firehose-core to add 'dedupe-blocks' option on download-from-firehose to help debug a specific situation --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index f9833b67..36834d9f 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/streamingfast/cli v0.0.4-0.20230825151644-8cc84512cd80 github.com/streamingfast/dlauncher v0.0.0-20230607184145-76399faad89e github.com/streamingfast/dstore v0.1.1-0.20230620124109-3924b3b36c77 - github.com/streamingfast/firehose-core v0.1.13-0.20231027161414-8ca72749695d + github.com/streamingfast/firehose-core v0.1.13-0.20231027174441-55905c109608 github.com/streamingfast/jsonpb v0.0.0-20210811021341-3670f0aa02d0 github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091 github.com/streamingfast/node-manager v0.0.2-0.20230406142433-692298a8b8d2 diff --git a/go.sum b/go.sum index adfa0e6a..af72d518 100644 --- a/go.sum +++ b/go.sum @@ -652,8 +652,8 @@ github.com/streamingfast/dtracing v0.0.0-20220305214756-b5c0e8699839 h1:K6mJPvh1 github.com/streamingfast/dtracing v0.0.0-20220305214756-b5c0e8699839/go.mod h1:huOJyjMYS6K8upTuxDxaNd+emD65RrXoVBvh8f1/7Ns= github.com/streamingfast/firehose v0.1.1-0.20230731171526-3428fc0ff8d9 h1:SybLEPFkJk8EINJGDlijSWxEZGNXDul4zqlDpttQUCI= github.com/streamingfast/firehose v0.1.1-0.20230731171526-3428fc0ff8d9/go.mod h1:lGC1T6mpAAApjBQNF5COSXb3SbrYRI3dBR1f6/PZE54= -github.com/streamingfast/firehose-core v0.1.13-0.20231027161414-8ca72749695d h1:KRtMNSriLo0GkDEfbC+FG2jpHX3KzyMTsO9NfnOG+2k= -github.com/streamingfast/firehose-core v0.1.13-0.20231027161414-8ca72749695d/go.mod h1:QS4D/7sgtxQLBtaMBVmJP0Q0NyXx6Wdcwj4a0gVQFVY= +github.com/streamingfast/firehose-core v0.1.13-0.20231027174441-55905c109608 h1:OAy2fdOCopSzeoUTRbjPM7iYOUY510jz/P1wzaL08KQ= +github.com/streamingfast/firehose-core v0.1.13-0.20231027174441-55905c109608/go.mod h1:QS4D/7sgtxQLBtaMBVmJP0Q0NyXx6Wdcwj4a0gVQFVY= github.com/streamingfast/index-builder v0.0.0-20221031203737-fa2e70f09dc2 h1:dgYLhP3STiPi30fISAijFPEB11D4r1fQFc8D3cpgV5s= github.com/streamingfast/index-builder v0.0.0-20221031203737-fa2e70f09dc2/go.mod h1:OYv1UX/kRsV9aP4SEwa9zpt34qGzdtJzOvdGn+n56as= github.com/streamingfast/jsonpb v0.0.0-20210811021341-3670f0aa02d0 h1:g8eEYbFSykyzIyuxNMmHEUGGUvJE0ivmqZagLDK42gw=