From c358373f3d28442946b7c18f94696b4d1cc878a6 Mon Sep 17 00:00:00 2001 From: YaroShkvorets Date: Tue, 12 Mar 2024 15:46:58 -0400 Subject: [PATCH] prepare for v0.6.3 --- api-service/Taskfile.yaml | 2 +- subgraph/subgraph.yaml | 2 +- substreams/Cargo.lock | 2 +- substreams/Cargo.toml | 2 +- substreams/README.md | 12 ++++++------ substreams/Taskfile.yaml | 2 +- substreams/substreams.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/api-service/Taskfile.yaml b/api-service/Taskfile.yaml index 47491bd..4726409 100644 --- a/api-service/Taskfile.yaml +++ b/api-service/Taskfile.yaml @@ -103,7 +103,7 @@ tasks: - docker run -p 8080:8080 -v $(pwd)/config.docker.yaml:/app/config.yaml - ghcr.io/pinax-network/eth-blobs:v0.6.2 + ghcr.io/pinax-network/eth-blobs:v0.6.3 -config /app/config.yaml protogen: diff --git a/subgraph/subgraph.yaml b/subgraph/subgraph.yaml index 9132f72..8bfba9d 100644 --- a/subgraph/subgraph.yaml +++ b/subgraph/subgraph.yaml @@ -10,7 +10,7 @@ dataSources: source: package: moduleName: graph_out - file: ../substreams/eth-blobs-v0.6.2.spkg + file: ../substreams/eth-blobs-v0.6.3.spkg mapping: apiVersion: 0.0.5 kind: substreams/graph-entities diff --git a/substreams/Cargo.lock b/substreams/Cargo.lock index 2528b08..2df5ad1 100644 --- a/substreams/Cargo.lock +++ b/substreams/Cargo.lock @@ -156,7 +156,7 @@ dependencies = [ [[package]] name = "eth_blobs" -version = "0.6.2" +version = "0.6.3" dependencies = [ "prost 0.11.9", "prost-types 0.11.9", diff --git a/substreams/Cargo.toml b/substreams/Cargo.toml index a7131a8..28d8592 100644 --- a/substreams/Cargo.toml +++ b/substreams/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eth_blobs" -version = "0.6.2" +version = "0.6.3" edition = "2021" [lib] diff --git a/substreams/README.md b/substreams/README.md index 07669bf..93205b1 100644 --- a/substreams/README.md +++ b/substreams/README.md @@ -47,7 +47,7 @@ graph TD; ```yaml Package name: eth_blobs -Version: v0.6.2 +Version: v0.6.3 Doc: This substreams package lets you stream Consensus Layer EIP-4844 blobs with attached meta data. Among the supported chains are: @@ -66,23 +66,23 @@ Initial block: 0 Kind: map Input: source: sf.beacon.type.v1.Block Output Type: proto:pinax.ethereum.blobs.v1.Slot -Hash: a110dc3d832afd7e85a0ff4a2d935b72b215d893 +Hash: 4560de7515ad6fed377edc779d6eb7b889f7ac10 Name: kv_out Initial block: 0 Kind: map Input: map: map_blobs Output Type: proto:sf.substreams.sink.kv.v1.KVOperations -Hash: 800435f53200217af6c523f95b90e10db3ac9517 +Hash: f727d9e55f0a4baf84933043101c916b7aecde88 Name: graph_out Initial block: 0 Kind: map Input: map: map_blobs -Output Type: proto:sf.substreams.entity.v1.EntityChanges -Hash: 46ef992415d463ec45bcbf6fe34b716b451b05ae +Output Type: proto:sf.substreams.sink.entity.v1.EntityChanges +Hash: a0154e491387e44e7fde5eafba168a80fe9db02c -Network: goerli-cl +Network: beacon Sink config: ---- diff --git a/substreams/Taskfile.yaml b/substreams/Taskfile.yaml index 05d12b2..584580a 100644 --- a/substreams/Taskfile.yaml +++ b/substreams/Taskfile.yaml @@ -73,6 +73,6 @@ tasks: inject $ENDPOINT badger3:///app/blobs.db - https://github.com/pinax-network/eth-blobs/releases/download/v0.6.2/eth-blobs-v0.6.2.spkg + https://github.com/pinax-network/eth-blobs/releases/download/v0.6.3/eth-blobs-v0.6.3.spkg --server-listen-addr=:8000 --undo-buffer-size=1 diff --git a/substreams/substreams.yaml b/substreams/substreams.yaml index 679ef6a..beb1136 100644 --- a/substreams/substreams.yaml +++ b/substreams/substreams.yaml @@ -1,7 +1,7 @@ specVersion: v0.1.0 package: name: "eth_blobs" - version: v0.6.2 + version: v0.6.3 image: ./logo.png doc: | This substreams package lets you stream Consensus Layer EIP-4844 blobs with attached meta data.