Roman Vaseev

Results 4 issues of Roman Vaseev

# StaticArray is abstract 2 When I'm trying to use `bytes1[]` in my Solidity function's signature, after code generation in Java I get ``` error: StaticArray is abstract; cannot be...

bug

### Description As an Plugin developer, I want to leverage named parameters in `PluginRpcRequest` so that I can design a more explicit API Since Besu seem to support JsonRPC, it...

enhancement
plugins
RPC

## Description `L2NetworkGasPricingService` as it is now, is hard to test. Specifically, `Web3j`, `Web3jBlobExtended` and `VertxHttpJsonRpcClientFactory` input interfaces aren't minimal. They contain more methods than is absolutely needed for `L2NetworkGasPricingService`,...

Coordinator