hashgraph / hedera-mirror-node

Hedera Mirror Node archives data from consensus nodes and serves it via an API
Apache License 2.0
130 stars 108 forks source link

Delete copied code from services in hedera-mirror-web3 #9263

Open IvanKavaldzhiev opened 1 month ago

IvanKavaldzhiev commented 1 month ago

Problem

After the reusable services code base is fully integrated and tested inside hedera-mirror-web3, we should delete all of the legacy code that is copied code from services mono, special spring bean definitions of wiring services components and all other not needed models, utilities and unit tests connected to legacy code.

Solution

Delete the following packages and classes:

Alternatives

No response

bilyana-gospodinova commented 17 hours ago

We need to check the repository methods as well and delete any unused or unneeded methods.