Skip to content

Releases: maticnetwork/subgraphs

Goerli FxPortal Events

15 Sep 15:23
fdffcc3
Compare
Choose a tag to compare

FxPortal Events for Gorli-

  • Token Mapping
  • Withdraw
  • Deposit
  • ERC721, ERC20, ERC1155 - with amount tokenIds.

Unbond Event Transaction Hashes.

30 Aug 07:19
d7a7fe9
Compare
Choose a tag to compare

Unbond claimed and Unbond started transaction hashes added to the entity.

Delegator partial unbonds

27 Aug 07:49
e5633fd
Compare
Choose a tag to compare

this will save all the delegator partial unbonds with their nonce values and statuses

Sync States Data Converted to string.

02 Jun 09:54
6da5cd6
Compare
Choose a tag to compare

Plasma Exit Counter Added.

15 Apr 10:59
1a5843d
Compare
Choose a tag to compare

This will make the estimation of gas easy for the wallet web.
Using this we can know where does the user Exit NFT stand in the exit queue.

We will always have an idea till where the exits have been processed as the completed tx hash will be null for the exits that have not been processed.

Save Operation moved above

08 Apr 09:23
3da2867
Compare
Choose a tag to compare
Merge pull request #36 from maticnetwork/new-delegator-unbond-events

Save operation moved up before validator entity is taken up.

TotalStake calculation fixed and Owner Address change resolved.

05 Apr 08:15
502dcf5
Compare
Choose a tag to compare

Total Stake has to be reduced on unstaking of a delegator or a validator.
Owner address also need to be changed in subgraph when StakingNft is moved.

Update Commission Rate to be Handled for Both Contracts.

27 Mar 10:25
2d357a1
Compare
Choose a tag to compare

Update Commission Rate event is to be handled such that it also takes the previous events and the future events that come through.
So the Update Commission Rate Event should be there in both -

  • EventsHub
  • StakingInfo

Thus it should be there in both the eventHandlers in the Yaml file.

EventsHubProxy Address And Start Block Update

26 Mar 20:02
63fa3ee
Compare
Choose a tag to compare

EventsHub Proxy Address Updated and Start block updated on Mainnet.

Update Commission Rate moved to Events Hub.

24 Mar 08:19
15ee08f
Compare
Choose a tag to compare

StakeManagerExtension.sol has the updateCommissionRate function which uses the Event Hub to emit the UpdateCommissionRate Event.
Previously, it was emitted from the StakingInfo.sol.

This release handled the change in the emmission of the UpdateCommissionRate Event.