Skip to content

Commit

Permalink
update beacon proto
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Nov 21, 2024
1 parent 1f8298b commit d3949cc
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 2,059 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ version = "0.0.0"

[workspace.dependencies]
substreams = "0.6"
substreams-database-change = "2"
substreams-ethereum = "0.10"
substreams-antelope = "0.6"
substreams-solana = "0.14"
substreams-cosmos = "0.2"
substreams-bitcoin = "2.0"
prost = "0.13"
prost-types = "0.13"
serde_json = "1.0"
substreams-bitcoin = "2.0"
# substreams-near = "0.9"
1 change: 0 additions & 1 deletion blocks/beacon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ crate-type = ["cdylib"]
[dependencies]
common = { path = "../../common" }
substreams-ethereum = { workspace = true }
substreams-database-change = { workspace = true }
substreams = { workspace = true }
prost = { workspace = true }
prost-types = { workspace = true }
14 changes: 1 addition & 13 deletions blocks/beacon/Makefile
Original file line number Diff line number Diff line change
@@ -1,29 +1,17 @@
.PHONY: all
all:
make build
make pack
make graph
make info

.PHONY: build
build:
cargo build --target wasm32-unknown-unknown --release

.PHONY: pack
pack:
substreams pack

.PHONY: graph
graph:
substreams graph

.PHONY: info
info:
substreams info

.PHONY: protogen
protogen:
substreams protogen --exclude-paths google
substreams protogen

.PHONY: parquet
parquet:
Expand Down
194 changes: 0 additions & 194 deletions blocks/beacon/proto/beacon.rawblocks.proto

This file was deleted.

Loading

0 comments on commit d3949cc

Please sign in to comment.