Concordium / concordium-transaction-logger

A service that logs all transactions and indexes them in a postgres database
Mozilla Public License 2.0
2 stars 2 forks source link

Migrate the transaction logger to V2 GRPC API. #12

Closed abizjak closed 2 years ago

abizjak commented 2 years ago

Purpose

Migrate the transaction logger to V2 GRPC API. This simplifies some of the waiting code since the update Rust SDK has methods to wait for new finalized blocks.

Changes

Checklist