mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 20:39:10 +00:00
Fulu update to spec v1.6.0-alpha.4 (#7890)
Fulu update to spec [v1.6.0-alpha.4](https://github.com/ethereum/consensus-specs/releases/tag/v1.6.0-alpha.4). - Make `number_of_columns` a preset - Optimise `get_custody_groups` to avoid computing if cgc = 128 - Add support for additional typenum values in type_dispatch macro
This commit is contained in:
@@ -29,8 +29,8 @@ pub use rust_eth_kzg::{
|
||||
/// <https://github.com/ethereum/c-kzg-4844/pull/545/files>
|
||||
pub const NO_PRECOMPUTE: u64 = 0;
|
||||
|
||||
// Note: `spec.number_of_columns` is a config and should match `CELLS_PER_EXT_BLOB` - however this
|
||||
// is a constant in the KZG library - be aware that overriding `number_of_columns` will break KZG
|
||||
// Note: Both `NUMBER_OF_COLUMNS` and `CELLS_PER_EXT_BLOB` are preset values - however this
|
||||
// is a constant in the KZG library - be aware that overriding `NUMBER_OF_COLUMNS` will break KZG
|
||||
// operations.
|
||||
pub type CellsAndKzgProofs = ([Cell; CELLS_PER_EXT_BLOB], [KzgProof; CELLS_PER_EXT_BLOB]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user