From 9c1f76b0711478437031ecd019dd56f0ba080c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Duchesneau?= Date: Fri, 23 Feb 2024 13:47:04 -0500 Subject: [PATCH] bump firehose-core to v1.2.2, prep for release v2.3.2 --- CHANGELOG.md | 2 +- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a057dbe..74aa4b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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 +## v2.3.2 ### Auth and metering diff --git a/go.mod b/go.mod index b4340021..786f2a0b 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/streamingfast/dstore v0.1.1-0.20240215171730-493ad5a0f537 github.com/streamingfast/eth-go v0.0.0-20240129180546-72c8e66e24b3 github.com/streamingfast/firehose v0.1.1-0.20240118135215-dcf04d40bfcd - github.com/streamingfast/firehose-core v1.2.2-0.20240223180906-d4749518104c + github.com/streamingfast/firehose-core v1.2.2 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 diff --git a/go.sum b/go.sum index a2bebbac..2f3d2532 100644 --- a/go.sum +++ b/go.sum @@ -606,8 +606,8 @@ github.com/streamingfast/eth-go v0.0.0-20240129180546-72c8e66e24b3 h1:iC/2SGGULS github.com/streamingfast/eth-go v0.0.0-20240129180546-72c8e66e24b3/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.2.2-0.20240223180906-d4749518104c h1:OhscwU9npcITm+Reh4LZf3/5zvMgu4NqHC8Xw1sAs1k= -github.com/streamingfast/firehose-core v1.2.2-0.20240223180906-d4749518104c/go.mod h1:uWKJLk5OlcqWumO8Y8HidFVHrhUQ9kqesS+4wu1LMLE= +github.com/streamingfast/firehose-core v1.2.2 h1:VygDxAq3db8reivhmovxbMAUj0r+05dg3RbeJbMUFrU= +github.com/streamingfast/firehose-core v1.2.2/go.mod h1:uWKJLk5OlcqWumO8Y8HidFVHrhUQ9kqesS+4wu1LMLE= 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=