IvanKavaldzhiev

Results 29 issues of IvanKavaldzhiev

### Problem Currently in `hedera-mirror-web3` we handle large traffic by using a fixed amount of transactions per second for all users combined, which are rate limited. Although this approach is...

performance
web3
limechain
work package

### Problem We need to validate that the new REST API `/api/v1/contracts/results/{transactionIdOrHash}/opcodes` works correctly with all type of parameters and values. ### Solution Implement integration and acceptance tests that are...

enhancement
web3
limechain
blocked
work package

### Problem Currently all integrations tests in `hedera-mirorr-web3` rely on a DB test setup, which is processed in `ContractCallTestSetup`, which creates a strong dependency between all test data. As a...

enhancement
technical debt
test
epic
web3

### Problem Following HIPS-{865,866,867,868}, Hedera would start to support Cancun related changes to the Besu EVM. In order for the Archive Node to work properly and support these latest changes,...

enhancement
web3
limechain

**Description**: **Related issue(s)**: Fixes # **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)

Limechain
Design

### Problem In order to integrate airdrop functionality in Hedera ([HIP-904](https://hips.hedera.com/hip/hip-904)), we need to have a special pending state, which would keep track of all incoming airdrops that are related...

Limechain
New Feature
Work Package

**Description**: **Related issue(s)**: Fixes # **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)

Limechain
Design

**Description**: **Related issue(s)**: Fixes # **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)

**Description**: This PR aims to partially refactor `ContractCallServiceTest` by removing `ContractReadFunctions` enum. A new abstract class is implemented having all of the needed common utilities. Temporarily it extends `ContractCallTestSetup`, since...

technical debt
test
web3

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

enhancement
web3