You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(content): fix BLS signature aggregation language
1. Messages, not transactions. I only fixed this for BLS signatures, we need to
fix the rest of the spec separately.
2. We're relying on the first condition, not the second.
3. We're not "aggregating the transaction's signature of a block". Transactions
don't sign blocks. We're aggregating all BLS message signatures within a
single block.
4. I removed the final sentence about transaction validity. It doesn't seem to
say anything useful, and I'm not entirely sure what it was trying to convey.
0 commit comments