Concordium / concordium-rosetta

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

Bump Rosetta spec to v1.4.12 #28

Closed bisgardo closed 2 years ago

bisgardo commented 2 years ago

Purpose

Upgrade to newest version of the Rosetta spec.

Changes

Upgraded the Rosetta spec submodule, regenerated the code, and fixed compilation errors caused by this.

Only resulting change in our source is adding the fields "block_hash_case" and "transaction_hash_case" to the response from /network/options.

In both cases, the node turns out to accept the hashes in both lower and upper cases, so the fields are set to null which according to the docs indicates that fact...

Resolves #27.

Checklist