Open MartinOndejka opened 7 months ago
Alternative solution is to allow reuse old Outer.step
proof.
Made obsolete by #136 since the primary motivation was to not throw away old work.
With #136, if you have an outdated commit transaction, you can reprove Outer.step
without changing anything else, and that should be enough.
Actually should be done for separate reasons
Currently
Outer.step
checks that there was only oneInner.step
by checking nonce. That's an issue if the batch doesn't get included in a block.