IvanKavaldzhiev
IvanKavaldzhiev
### Problem One of the main efforts to integrate the reusable services with the `hedera-mirror-web3` code base will be having a State implementation. We should register different DatabaseReadableKVState instances for...
### Problem We need to add a new type of database accessor to read airdrop related data, so that we have specific ReadableKVState instance for this type of data. ###...
### Problem In order to integrate the reusable services internal state handling with the DB layer, we should add mirror node specific implementation of the `ReadableKVState` interface that will hold...
### Problem Make sure we don't have cross-contamination of State between different concurrent transactions. We also should make sure we create a single instance bean of the other state related...
### 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,...
### Problem The integration of reusable services will span through multiple releases and will be delivered in chunks. That's why we need a feature flag to disable the new code...
### Problem We need to enable support of dynamic evm versioning inside hedera-evm library. In this way the library itself would determine the correct EVM version to use and would...
**Description**: After analyzing the efforts for implementing HIP-980, it was proposed to move the idea of shadow fork support in mirror-node as a rejected idea. That is, because it would...