You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename CisEvent to Cis2TokenEvents (updateOperator events are not included).
The front end only uses the lastPaydayBlock in PaydayStatus. Return the PaydaySummary of the lastPaydayBlock directly without the payday_summaries list.
The text was updated successfully, but these errors were encountered:
Task description
Collection of API breaking improvements:
Sub-tasks
rewardPeriodLength
directly inlatestChainParameters
(removeChainParametersV1
) in https://github.com/Concordium/concordium-scan/blob/main/frontend/src/queries/useBakerQuery.tsCis2
instead ofCis
in https://github.com/Concordium/concordium-scan/blob/main/frontend/src/queries/useTokenQuery.tsCisEvent
toCis2TokenEvents
(updateOperator
events are not included).lastPaydayBlock
inPaydayStatus
. Return thePaydaySummary
of thelastPaydayBlock
directly without thepayday_summaries
list.The text was updated successfully, but these errors were encountered: