Skip to content

Commit

Permalink
Merge pull request #5 from realbigsean/merge-partial-processing
Browse files Browse the repository at this point in the history
Merge partial processing
  • Loading branch information
realbigsean authored Mar 24, 2023
2 parents aa10943 + 2c78f5d commit 71f8222
Show file tree
Hide file tree
Showing 63 changed files with 1,848 additions and 535 deletions.
54 changes: 32 additions & 22 deletions 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 beacon_node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "beacon_node"
version = "3.5.1"
version = "4.0.1-rc.0"
authors = ["Paul Hauner <[email protected]>", "Age Manning <[email protected]"]
edition = "2021"

Expand Down
1 change: 1 addition & 0 deletions beacon_node/beacon_chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ state_processing = { path = "../../consensus/state_processing" }
tree_hash = "0.4.1"
types = { path = "../../consensus/types" }
tokio = "1.14.0"
tokio-stream = "0.1.3"
eth1 = { path = "../eth1" }
futures = "0.3.7"
genesis = { path = "../genesis" }
Expand Down
Loading

0 comments on commit 71f8222

Please sign in to comment.