Skip to content

Remove Aggregatorhash from Header and add aggregator set #784

@nashqueue

Description

@nashqueue

In rollkit.proto we have

// Hash of block aggregator set, at a time of block creation
	bytes aggregators_hash = 12;

Replace it with:

// Block aggregator set, at a time of block creation
	repeated bytes signatures = 12;

Metadata

Metadata

Assignees

No one assigned

    Labels

    C: sequencingC:headerT:code-hygieneGeneral cleanup and restructuring of code to provide clarity, flexibility, and modularity.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions