justinfrevert / risc-roll

Substrate RISC Zero for rollups hackathon project
The Unlicense
3 stars 1 forks source link

Rolled up state change #13

Open justinfrevert opened 1 year ago

justinfrevert commented 1 year ago

We are currently POCing the resulting state changes with 'make_free_balance_be' for any account with a changed state. To be properly optimized, all final state changes by the rollup should be sent to the chains db as one operation

justinfrevert commented 1 year ago

I am unsure if performing this is considered to be a loss of accounting/ledger information. There should probably be some sort of listing of the transfers that were performed stored on-chain.