Skip to content

Commit

Permalink
Merge branch 'unstable' of https://github.com/sigp/lighthouse into re…
Browse files Browse the repository at this point in the history
…alized-unrealized-experimentation

� Conflicts:
�	beacon_node/beacon_chain/src/beacon_chain.rs
�	beacon_node/beacon_chain/src/block_verification.rs
�	beacon_node/beacon_chain/src/canonical_head.rs
�	beacon_node/beacon_chain/src/execution_payload.rs
�	beacon_node/beacon_chain/src/schema_change.rs
�	beacon_node/beacon_chain/src/schema_change/migration_schema_v7.rs
�	beacon_node/beacon_chain/src/test_utils.rs
�	beacon_node/http_api/src/lib.rs
�	beacon_node/http_api/tests/tests.rs
�	beacon_node/network/src/beacon_processor/worker/sync_methods.rs
�	common/task_executor/src/lib.rs
�	common/task_executor/src/metrics.rs
�	consensus/fork_choice/src/fork_choice.rs
�	consensus/fork_choice/tests/tests.rs
�	consensus/types/src/beacon_block.rs
�	consensus/types/src/beacon_block_body.rs
�	consensus/types/src/beacon_state/committee_cache/tests.rs
�	testing/ef_tests/src/cases/fork_choice.rs
  • Loading branch information
realbigsean committed Jul 5, 2022
2 parents f073510 + 748475b commit d935728
Show file tree
Hide file tree
Showing 99 changed files with 2,861 additions and 1,907 deletions.
56 changes: 49 additions & 7 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ members = [

"beacon_node",
"beacon_node/beacon_chain",
"beacon_node/builder_client",
"beacon_node/client",
"beacon_node/eth1",
"beacon_node/lighthouse_network",
Expand Down
14 changes: 2 additions & 12 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
[build.env]
passthrough = [
"RUSTFLAGS",
]

# These custom images are required to work around the lack of Clang in the default `cross` images.
# We need Clang to run `bindgen` for MDBX, and the `BINDGEN_EXTRA_CLANG_ARGS` flags must also be set
# while cross-compiling for ARM to prevent bindgen from attempting to include headers from the host.
#
# For more information see https://github.com/rust-embedded/cross/pull/608
[target.x86_64-unknown-linux-gnu]
image = "michaelsproul/cross-clang:x86_64-latest"
pre-build = ["apt-get install -y cmake clang-3.9"]

[target.aarch64-unknown-linux-gnu]
image = "michaelsproul/cross-clang:aarch64-latest"
pre-build = ["apt-get install -y cmake clang-3.9"]
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 = "2.3.1"
version = "2.3.2-rc.0"
authors = ["Paul Hauner <[email protected]>", "Age Manning <[email protected]"]
edition = "2021"

Expand Down
Loading

0 comments on commit d935728

Please sign in to comment.