Implement SSZ decoding for SignedBlockContents (#4744)

* Implement `SignedBlockContent` decoding and fixed bug in `SignedBlockContent::new`

* Update Cargo.lock file

* Use `make_genesis_spec` to simplify test setup.

* Fix syntax errors.
This commit is contained in:
Jimmy Chen
2023-09-20 08:18:05 +10:00
committed by GitHub
parent 5f98a7b8ad
commit 665334e936
3 changed files with 123 additions and 24 deletions

4
Cargo.lock generated
View File

@@ -753,7 +753,7 @@ version = "0.66.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7"
dependencies = [
"bitflags 2.3.3",
"bitflags 2.4.0",
"cexpr",
"clang-sys",
"lazy_static",
@@ -6165,7 +6165,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c64d9ba0963cdcea2e1b2230fbae2bab30eb25a174be395c41e764bfb65dd62"
dependencies = [
"proc-macro2",
"syn 2.0.28",
"syn 2.0.29",
]
[[package]]