IvanKavaldzhiev

Results 29 issues of IvanKavaldzhiev

**Description**: Adding TokenReadableKVState for returning fungible token models into PBJ types, reading from DB. **Related issue(s)**: Fixes #9252 **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.)...

enhancement
web3

### Problem We need to add a new type of database accessor to read contract runtime bytecode, so that we have specific ReadableKVState instance for this type of data. ###...

enhancement
web3

### Problem We need to add a new type of database accessor to read contract storage, so that we have specific ReadableKVState instance for this type of data. ### Solution...

enhancement
web3

### Problem We should add `AccountDatabaseReadableKVState`, so that we can return accounts in PBJ format from DB. ### Solution Add `AccountDatabaseReadableKVState` in the following manner: - Copy `AccountDatabaseAccessor` logic as...

enhancement
web3

**Description**: This PR adds `AccountReadableKVState` implementation needed for building the read only state layer in mirror node, that will be utilized by the reusable services components. **Related issue(s)**: Fixes #9251...

enhancement
web3

### Problem We should add implementation for `TokenDatabaseReadableKVState`, so that we can return tokens in PBJ format from DB. ### Solution Add `TokenDatabaseReadableKVState` in the following manner: - Copy `TokenDatabaseAccessor`...

enhancement
web3

### 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...

enhancement
web3

### Problem Add implementation for `TokenRelationshipDatabaseReadableKVState`, so that we can return token relationships in PBJ format from DB. ### Solution Add `TokenRelationshipDatabaseReadableKVState` in the following manner: - Copy `TokenRelationshipDatabaseAccessor` logic...

enhancement
web3

### Problem We need to add a new type of database accessor to read account aliases, so that we have specific ReadableKVState instance for this type of data. ### Solution...

enhancement
web3

### Problem We should add implementation for NftReadableKVState, so that we can return nfts in PBJ format from DB. ### Solution Add NftReadableKVState in the following manner: - Add repository...

enhancement
web3