File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " eth_blobs"
3- version = " 0.6.2 "
3+ version = " 0.6.3 "
44edition = " 2021"
55
66[lib ]
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ graph TD;
4747
4848``` yaml
4949Package name : eth_blobs
50- Version : v0.6.2
50+ Version : v0.6.3
5151Doc : 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
6666Kind : map
6767Input : source: sf.beacon.type.v1.Block
6868Output Type : proto:pinax.ethereum.blobs.v1.Slot
69- Hash : a110dc3d832afd7e85a0ff4a2d935b72b215d893
69+ Hash : 4560de7515ad6fed377edc779d6eb7b889f7ac10
7070
7171Name : kv_out
7272Initial block : 0
7373Kind : map
7474Input : map: map_blobs
7575Output Type : proto:sf.substreams.sink.kv.v1.KVOperations
76- Hash : 800435f53200217af6c523f95b90e10db3ac9517
76+ Hash : f727d9e55f0a4baf84933043101c916b7aecde88
7777
7878Name : graph_out
7979Initial block : 0
8080Kind : map
8181Input : 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
8787Sink config :
8888----
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11specVersion : v0.1.0
22package :
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.
You can’t perform that action at this time.
0 commit comments