Kristiyan Selveliev
Kristiyan Selveliev
### Problem After implementing the new throttling mechanism we need to check how it affects performance ### Solution Execute performance and stress tests with K6 with large data size and...
### Problem Currently we are only using a rate limiter per request in the web3 module. But if there are a lot of requests that requires a small amount of...
**Description**: This PR create a new recordStreamValidator for aliases, which checks if account aliases from state are present in the recordStream This PR modifies: Added `StateAccess.java` that is responsible for...
### Problem With the refactoring of ContractCallEvmCodesTest to use the web3j-gradle plugin. Test cases using AddressThis.sol were moved in ContractCallAddressThisTest.java which still uses the old approach of testing. ### Solution...