loomnetwork / plasma-cash

Plasma Cash Contract & Client. ERC721, ERC20, and ETH compatible
https://loomx.io/developers
Other
271 stars 62 forks source link

Fix the same deposits being resubmitted to DAppChain over and over again #90

Closed enlight closed 6 years ago

enlight commented 6 years ago

Every time Client.Deposit() was called it resubmitted all deposit events within the 0-1000 Ethereum block range, the Go contract works regardless but the duplicate events make it harder to debug the contract.

mattkanwisher commented 6 years ago

Danke!