zkopru-network / zkopru

Ethereum L2 scaling solution for private transactions using zk-SNARK and optimistic rollup.
https://zkopru.network
GNU General Public License v3.0
216 stars 28 forks source link

fix over size massDeposits for propose transaction #383

Closed sifnoc closed 2 years ago

sifnoc commented 2 years ago

Fix issue #382

Previous Fix https://github.com/zkopru-network/zkopru/pull/368 was one of fault reasons that the coordinator misbehave. So I rollback codes and replaced continue instead break in conditions to add massDeposit. the break statement makes the coordinator hang on processing slashed block.

sifnoc commented 2 years ago

This PR merged at https://github.com/wanseob/zkopru/pull/1