-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eth2_libp2p needed changes as expected. The changes on this branch are making some tests fail. They are failing in 5 crates as opposed to 1 on electra-alpha3-containers. That is most likely due to changed definitions of hash_tree_root and BlobSidecar. There is a branch of consensus-spec-tests for EIP-7688, but it may be based on a different version. The oversight with proof lengths should be fixed. The cause of the crash while attesting is still unknown. It may be specific to Kurtosis. The changes made on this branch should not have affected anything until Electra (now Deneb). The built-in-validator test case only fails in slot 40 (Electra), which is unchanged from electra-alpha3-containers.
- Loading branch information
1 parent
753623f
commit 1effebb
Showing
5 changed files
with
19 additions
and
17 deletions.
There are no files selected for viewing
Submodule eth2_libp2p
updated
5 files
+34 −14 | src/rpc/codec/ssz_snappy.rs | |
+3 −4 | src/rpc/methods.rs | |
+1 −2 | src/service/api_types.rs | |
+22 −9 | src/types/pubsub.rs | |
+2 −1 | tests/rpc_tests.rs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters