Tomasz Kajetan Stańczak
Tomasz Kajetan Stańczak
I need to run it with big inputs (up to L2)
Yup, HexMate is faster for anything longer, interestingly we call it a lot but 99% of times have arrays of 32 bytes there.
after the merge @raster21 but the request is reasonable @kristofgazso ?
@chandanlal92, this happened to be mentioned on WorksHub but it is marked as difficult since it requires significant knowledge of VM and Nethermind code. Would you reach out to us...
Hi @vodelerk https://github.com/NethermindEth/nethermind/blob/master/README.md https://nethermind.io
there is a code sample for it
Currently each JSON RPC request is being processed by a series of classes - `JsonRpcProcessor`, `JsonRpcService` and then particular modules. The way the modules like `EthModule : IEthModule` are implemented...
the out of memory - it is easily fixable through config and the issue is about making users aware on how to avoid this issue from happening - let me...
If it is goerli.cfg then the best chance to limit this further would be by changing "BlockInfosDbCacheIndexAndFilterBlocks": false to "BlockInfosDbCacheIndexAndFilterBlocks": true another (more drastic change) would be: BlockCacheSize": 128000000: to...
Still outstanding - some work has been started on columns for rocksdb