v0.1.11: Merge pull request #29 from maticnetwork/new-delegator-unbond-events
With the new contracts being released. We need to handle two new events for a delegator.
- ShareBurnedWithId
- DelegateUnstakeWithId
This is due to the partial unbonding that the delegator can do. With the addition of nonce to the function, the event will also have a nonce to identify how much amount the delegator has unstaked and what is the withdraw epoch for a particular unbond.