Skip to content

Commit

Permalink
prepare for v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Mar 12, 2024
1 parent d25fee6 commit c358373
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion api-service/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion subgraph/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion substreams/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion substreams/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eth_blobs"
version = "0.6.2"
version = "0.6.3"
edition = "2021"

[lib]
Expand Down
12 changes: 6 additions & 6 deletions substreams/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
----
Expand Down
2 changes: 1 addition & 1 deletion substreams/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion substreams/substreams.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit c358373

Please sign in to comment.