Skip to content

Commit c358373

Browse files
committed
prepare for v0.6.3
1 parent d25fee6 commit c358373

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

api-service/Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ tasks:
103103
- docker run
104104
-p 8080:8080
105105
-v $(pwd)/config.docker.yaml:/app/config.yaml
106-
ghcr.io/pinax-network/eth-blobs:v0.6.2
106+
ghcr.io/pinax-network/eth-blobs:v0.6.3
107107
-config /app/config.yaml
108108

109109
protogen:

subgraph/subgraph.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dataSources:
1010
source:
1111
package:
1212
moduleName: graph_out
13-
file: ../substreams/eth-blobs-v0.6.2.spkg
13+
file: ../substreams/eth-blobs-v0.6.3.spkg
1414
mapping:
1515
apiVersion: 0.0.5
1616
kind: substreams/graph-entities

substreams/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

substreams/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eth_blobs"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
edition = "2021"
55

66
[lib]

substreams/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ graph TD;
4747

4848
```yaml
4949
Package name: eth_blobs
50-
Version: v0.6.2
50+
Version: v0.6.3
5151
Doc: This substreams package lets you stream Consensus Layer EIP-4844 blobs with attached meta data.
5252

5353
Among the supported chains are:
@@ -66,23 +66,23 @@ Initial block: 0
6666
Kind: map
6767
Input: source: sf.beacon.type.v1.Block
6868
Output Type: proto:pinax.ethereum.blobs.v1.Slot
69-
Hash: a110dc3d832afd7e85a0ff4a2d935b72b215d893
69+
Hash: 4560de7515ad6fed377edc779d6eb7b889f7ac10
7070

7171
Name: kv_out
7272
Initial block: 0
7373
Kind: map
7474
Input: map: map_blobs
7575
Output Type: proto:sf.substreams.sink.kv.v1.KVOperations
76-
Hash: 800435f53200217af6c523f95b90e10db3ac9517
76+
Hash: f727d9e55f0a4baf84933043101c916b7aecde88
7777

7878
Name: graph_out
7979
Initial block: 0
8080
Kind: map
8181
Input: map: map_blobs
82-
Output Type: proto:sf.substreams.entity.v1.EntityChanges
83-
Hash: 46ef992415d463ec45bcbf6fe34b716b451b05ae
82+
Output Type: proto:sf.substreams.sink.entity.v1.EntityChanges
83+
Hash: a0154e491387e44e7fde5eafba168a80fe9db02c
8484

85-
Network: goerli-cl
85+
Network: beacon
8686

8787
Sink config:
8888
----

substreams/Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ tasks:
7373
inject
7474
$ENDPOINT
7575
badger3:///app/blobs.db
76-
https://github.com/pinax-network/eth-blobs/releases/download/v0.6.2/eth-blobs-v0.6.2.spkg
76+
https://github.com/pinax-network/eth-blobs/releases/download/v0.6.3/eth-blobs-v0.6.3.spkg
7777
--server-listen-addr=:8000
7878
--undo-buffer-size=1

substreams/substreams.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
specVersion: v0.1.0
22
package:
33
name: "eth_blobs"
4-
version: v0.6.2
4+
version: v0.6.3
55
image: ./logo.png
66
doc: |
77
This substreams package lets you stream Consensus Layer EIP-4844 blobs with attached meta data.

0 commit comments

Comments
 (0)