hedera-mirror-node icon indicating copy to clipboard operation
hedera-mirror-node copied to clipboard

Add needed subcomponents for State initialization

Open IvanKavaldzhiev opened this issue 6 months ago • 0 comments

Problem

In order to properly initialize the State in hedera-mirror-web3, we should define several components, so that we can migrate the schema definitions and initialize the State with the needed structure.

Solution

Add implementation for the following components:

  • NetworkInfo
  • SchemaRegistry
  • ServiceMigrator

Add unit tests for these components.

Alternatives

No response

IvanKavaldzhiev avatar Sep 03 '24 13:09 IvanKavaldzhiev