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 function Baker::transactions can directly return a Transaction instead of the IterimTransaction type here.
Rename Versions::backend_versions to Versions::backend_version.
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.Baker::transactions
can directly return aTransaction
instead of theIterimTransaction
type here.Versions::backend_versions
toVersions::backend_version
.The text was updated successfully, but these errors were encountered: