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:
103
103
- docker run
104
104
-p 8080:8080
105
105
-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
107
107
-config /app/config.yaml
108
108
109
109
protogen :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dataSources:
10
10
source :
11
11
package :
12
12
moduleName : graph_out
13
- file : ../substreams/eth-blobs-v0.6.2 .spkg
13
+ file : ../substreams/eth-blobs-v0.6.3 .spkg
14
14
mapping :
15
15
apiVersion : 0.0.5
16
16
kind : substreams/graph-entities
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " eth_blobs"
3
- version = " 0.6.2 "
3
+ version = " 0.6.3 "
4
4
edition = " 2021"
5
5
6
6
[lib ]
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ graph TD;
47
47
48
48
``` yaml
49
49
Package name : eth_blobs
50
- Version : v0.6.2
50
+ Version : v0.6.3
51
51
Doc : This substreams package lets you stream Consensus Layer EIP-4844 blobs with attached meta data.
52
52
53
53
Among the supported chains are :
@@ -66,23 +66,23 @@ Initial block: 0
66
66
Kind : map
67
67
Input : source: sf.beacon.type.v1.Block
68
68
Output Type : proto:pinax.ethereum.blobs.v1.Slot
69
- Hash : a110dc3d832afd7e85a0ff4a2d935b72b215d893
69
+ Hash : 4560de7515ad6fed377edc779d6eb7b889f7ac10
70
70
71
71
Name : kv_out
72
72
Initial block : 0
73
73
Kind : map
74
74
Input : map: map_blobs
75
75
Output Type : proto:sf.substreams.sink.kv.v1.KVOperations
76
- Hash : 800435f53200217af6c523f95b90e10db3ac9517
76
+ Hash : f727d9e55f0a4baf84933043101c916b7aecde88
77
77
78
78
Name : graph_out
79
79
Initial block : 0
80
80
Kind : map
81
81
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
84
84
85
- Network : goerli-cl
85
+ Network : beacon
86
86
87
87
Sink config :
88
88
----
Original file line number Diff line number Diff line change 73
73
inject
74
74
$ENDPOINT
75
75
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
77
77
--server-listen-addr=:8000
78
78
--undo-buffer-size=1
Original file line number Diff line number Diff line change 1
1
specVersion : v0.1.0
2
2
package :
3
3
name : " eth_blobs"
4
- version : v0.6.2
4
+ version : v0.6.3
5
5
image : ./logo.png
6
6
doc : |
7
7
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