parallel-finance / parallel

A decentralized lending & staking protocol built on top of the Polkadot ecosystem.
https://parallel.fi
GNU General Public License v3.0
120 stars 35 forks source link

LS relaychain & parachain's current_era, era_start_block monitoring #1429

Closed GopherJ closed 1 year ago

GopherJ commented 2 years ago

A service is needed to monitor relaychain's current era & era start block and compare it with parachain's current state. If they didn't match then send an alert to channel

GopherJ commented 2 years ago

Relaychain: api.query.staking.currentEra Parachain: api.query.liquidStaking.currentEra

Relaychain: ? Parachain: api.query.liquidStaking.eraStartBlock