issues
search
fluidex
/
circuits
GNU Affero General Public License v3.0
10
stars
5
forks
source link
split witness geneator out of global_state
#163
Closed
lispc
closed
3 years ago
lispc
commented
3 years ago
split witness generator out of global_state.
add a new class which parse l2 block public data , ( called 'TxReplayer'?' ) and update global merkle root. This class can be used to test exodus mode.
both WitnessGenerator and TxReplayer use GlobalState as a component.