Concordium / concordium-rosetta

A server implementing the Rosetta API for the Concordium blockchain.
Mozilla Public License 2.0
5 stars 1 forks source link

Add support for querying reward accounts #17

Closed bisgardo closed 2 years ago

bisgardo commented 2 years ago

Task description

The block endpoint currently emits a phony transaction that includes operations for tokens moving to and from the synthetic accounts baking_reward_account and finalization_reward_account.

When running the official CLI checker against the implementation, these operations cause the tool to do balance lookups on these accounts. As this currently isn't supported, the checker fails.

Adding this ability will hopefully allow us to successfully verify the Data API using the official tool.