Infer nonce from the pool, not just from the latest block
Infer state also from the pool, not just from the latest block
If we have stored commits that have not been yet committed, send them to L1
Added also a possibility to do "blocks" on the testing network. Commands are added to the indexed transaction pool and they are applied in predefined period, or when createNewBlock mutation gets triggered.
Added also a possibility to do "blocks" on the testing network. Commands are added to the indexed transaction pool and they are applied in predefined period, or when
createNewBlock
mutation gets triggered.