Concordium / concordium-rosetta

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

Emit baker ID in metadata of BlockResponse #46

Closed bisgardo closed 2 years ago

bisgardo commented 2 years ago

Purpose

Enable clients to determine the baker of a given block using the /block endpoint.

I vaguely recall that this was "requested" (or at least enquired) some time ago. In any case, I think it's a reasonable add.

Changes

Add field baker_id in metadata of BlockResponse. Resolves #47.

Checklist