chainwayxyz / citrea

Citrea, Bitcoin's First ZK Rollup 🍊🍋
https://citrea.xyz
GNU General Public License v3.0
114 stars 22 forks source link

MockDA: Separate the sender addresses of sequencer and prover #672

Open ercecan opened 3 months ago

ercecan commented 3 months ago

Currently in mockda the sender addresses of sequencer and prover are the same, this causes some unnecessary checks when parsing da data and creates confusion

kpp commented 8 hours ago

We split txs by prefixes, so this issue is no longer valid. see https://github.com/chainwayxyz/citrea/issues/972

eyusufatik commented 7 hours ago

We split txs by prefixes, so this issue is no longer valid. see https://github.com/chainwayxyz/citrea/issues/972

this is not about that