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
P1 - highest priority (required to launch Testnet)
P2 - medium (required for Testnet but easy to implement)
P3 - lowest (can be done even after launching Testnet)
[P1] - fork manager (they have L1, we need L2) - don't need a full fork manager, however being able to revert state is important Implement fork manager for L2 #736
[P1] - check sequencer commitment diff sizes and guarantee the serialized and compressed diff is under a certain size Sequencer: Keep state diff < 400KB #739
[P1] - Bitcoin DA supports chunk transactions with a single commit transaction Chunks for proofs #744
[P1] - sequencer constantly tracks diff size, commits when serialized and compressed state diff is close to a certain limit Sequencer: Keep state diff < 400KB #739
[P1] - batch proofs can be done for an array of sequencer commitments inside a Bitcoin block, don't enforce all sequencer commitments Prover: Proofs are splittable #747
P1 - highest priority (required to launch Testnet)
P2 - medium (required for Testnet but easy to implement)
P3 - lowest (can be done even after launching Testnet)
sov-sdk updates:
Prover:
A new proving system
Full node:
RollupConfig
toNodeConfig
orFullNodeConfig
#728RollupConfig
with pruning config #729All improvements:
The text was updated successfully, but these errors were encountered: