Releases: maticnetwork/subgraphs
Goerli FxPortal Events
FxPortal Events for Gorli-
- Token Mapping
- Withdraw
- Deposit
- ERC721, ERC20, ERC1155 - with amount tokenIds.
Unbond Event Transaction Hashes.
Unbond claimed and Unbond started transaction hashes added to the entity.
Delegator partial unbonds
this will save all the delegator partial unbonds with their nonce values and statuses
Sync States Data Converted to string.
Plasma Exit Counter Added.
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
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.
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.
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
EventsHub Proxy Address Updated and Start block updated on Mainnet.
Update Commission Rate moved to Events Hub.
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.