mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
Add macro to simplify into_full_block implementations (#9294)
Use a macro to remove the repetitive fork variant boilerplate in `signed_beacon_block.rs` when implementing `into_full_block` for the various `SignedBeaconBlock` variants Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
@@ -44,6 +44,7 @@ merkle_proof = { workspace = true }
|
||||
metastruct = "0.1.0"
|
||||
milhouse = { workspace = true }
|
||||
parking_lot = { workspace = true }
|
||||
paste = { workspace = true }
|
||||
rand = { workspace = true }
|
||||
rand_xorshift = { workspace = true }
|
||||
rayon = { workspace = true }
|
||||
@@ -67,7 +68,6 @@ yaml_serde = { workspace = true }
|
||||
[dev-dependencies]
|
||||
beacon_chain = { workspace = true }
|
||||
criterion = { workspace = true }
|
||||
paste = { workspace = true }
|
||||
state_processing = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
types = { path = ".", features = ["arbitrary"] }
|
||||
|
||||
Reference in New Issue
Block a user