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
  1. split witness generator out of global_state.
  2. 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.
  3. both WitnessGenerator and TxReplayer use GlobalState as a component.