Skip to content

Releases: maticnetwork/subgraphs

New Events Handled DelegatorUnstakeWithId and ShareBurnedWithId

23 Mar 05:35
Compare
Choose a tag to compare

The events are not emitted from the StakingInfo Contract but from the EventsHub Contract.

made the changes accordingly.

v0.1.11: Merge pull request #29 from maticnetwork/new-delegator-unbond-events

22 Mar 11:31
9b1e397
Compare
Choose a tag to compare

With the new contracts being released. We need to handle two new events for a delegator.

  1. ShareBurnedWithId
  2. 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.

Releasing v0.1.10

25 Feb 04:56
ab11033
Compare
Choose a tag to compare

What's new ?

  • Easier iteration through large number of entries present in Delegators entity
  • Keeping global counter for uniquely assigning each new delegator identifier, from monotonically increasing ( by 1 ) state variable

Releasing v0.1.7

28 Jan 05:52
Compare
Choose a tag to compare

Changes

Plasma & POS both token mappings tracking supported 🚀

v0.1.5: Merge pull request #19 from maticnetwork/array-initialisation-issue-f…

13 Jan 10:03
1c9921b
Compare
Choose a tag to compare

v0.1.4: Merge pull request #18 from maticnetwork/jdkanani/fix-abi

13 Jan 08:56
71f1c81
Compare
Choose a tag to compare

v0.1.3

06 Jan 05:59
6dbfe3b
Compare
Choose a tag to compare
fix: release ci

v0.1.2: Merge pull request #16 from maticnetwork/jdkanani/ci

06 Jan 05:47
fd0363b
Compare
Choose a tag to compare

v0.1.1: Merge pull request #14 from maticnetwork/fix-for-staking-api

05 Jan 06:27
a1fa95d
Compare
Choose a tag to compare

v0.1.0: new: add json linter (#11)

28 Dec 16:01
efb08e4
Compare
Choose a tag to compare

Basic subgraphs for plasma/pos withdraws and staking