mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 21:04:28 +00:00
Reduced tree encode/decode (#624)
* Fix custom derive macros * Add `ReducedTreeSsz` to encode/decode `ReducedTree` to/from bytes * Add test for bytes conversion * Improve error handling * Improve conversion functions * Remove unnecessary modifiers * Address Paul's review comments
This commit is contained in:
committed by
Paul Hauner
parent
a310292712
commit
3a05c6f924
@@ -9,6 +9,8 @@ parking_lot = "0.9.0"
|
||||
store = { path = "../../beacon_node/store" }
|
||||
types = { path = "../types" }
|
||||
itertools = "0.8.1"
|
||||
eth2_ssz = "0.1.2"
|
||||
eth2_ssz_derive = "0.1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user