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
With data avaliability being induced into circuit. Updates are also needed for rollup manager because:
we need to calculate the hash of encoded tx data as public input
we need to put tx data inside the on-chain rollup tx
We have to finish following jobs:
Porting encoding tools from its js proto. I guess the code should be put into common-rs project so we can get encoded txdata from L2 block data on-the-flight
When forging blocks, encode the txdata for DA and calculate the sha256 hashs, put the result as part of input object
When building on-chain rollup tx, encode txdata and put them as parameters
The text was updated successfully, but these errors were encountered:
Porting encoding tools from its js proto. I guess the code should be put into common-rs project so we can get encoded txdata from L2 block data on-the-flight
With data avaliability being induced into circuit. Updates are also needed for rollup manager because:
We have to finish following jobs:
The text was updated successfully, but these errors were encountered: