issues
search
loomnetwork
/
plasma-cash
Plasma Cash Contract & Client. ERC721, ERC20, and ETH compatible
https://loomx.io/developers
Other
271
stars
62
forks
source link
Add event client for plasma
#157
Open
ParthDesai
opened
6 years ago
ParthDesai
commented
6 years ago
Divided into two parts:
Generic DAppChainClient to read event data for any contract
PlasmaCashClient to read typed events for plasma cash contract.
Features Added:
Added mechanism to write
ping
control message in 10 seconds, so connection doesn't timeout.
Added mechanism to stop uncontrollable growth of go routines, if user does not consume events.
Divided into two parts:
Features Added:
ping
control message in 10 seconds, so connection doesn't timeout.