Ruben Buniatyan

Results 43 comments of Ruben Buniatyan

Thank you. Yeah, for Windows, they use [this](https://github.com/facebook/rocksdb/tree/main/java/rocksjni). Luckily, there's no need to install any dependency on Windows. Please let us know when the package is available; we will also...

@chenjing1294 Doesn't the DLL bundled in the NuGet package work for you?

As the error message says, it [expects 2 parameters](https://docs.nethermind.io/interacting/json-rpc-ns/eth#eth_call) while got 3. This is the problem: ```json {"0xdf4517e772e83eb4E8d082bCd6aCbe6428b610e0":{"balance":"0x152d02c7e14af6800000"}} ```

> Do you know what are performance implications? @LukaszRozmej I haven't done any benchmarks yet. Besides speed, native OS implementations are also considered more secure as they are _usually_ FIPS-certified....

> do you mean .NET's implementation when you say native OS implementations? I do. .NET uses native OS implementation under the hood. > i meant we should also check that...

What is "standard workflow", and why do we need it?

It's [done](https://docs.nethermind.io/get-started/running-node/l2-networks#op-stack).

Same here. A simple action version change from `v5` to `v3` fixes the issue. Report files are there, indeed.

@thomasrockhu-codecov [Here you go](https://github.com/NethermindEth/nethermind/blob/refs/heads/test/mtp/.github/workflows/nethermind-tests.yml#L186-L204). This is a test branch supposed to run quickly producing just 2 report files.

@thomasrockhu-codecov Are there any updates, or do you need a simpler example?