J

Results 6 issues of J

With Eth2.0 merge approaching, would love to see new benchmark data on various Eth2.0 clients like Nimbus, Teku, Lighthouse, Prysm, Lodestar, etc once again! I think there was one done...

Love to see articles about MEV on other chains (Solana, Osmosis, Thorchain, Acala, Ziliqia, Moonriver, etc). Like how do ppl arbitrage over there? Do they do it as validators or...

It would be great to have a minimum example on how to use this library. I tried following the example in README and it wasn't enough. ``` func main() {...

### What version of gRPC and what language are you using? grpcio v1.57.0 ### What operating system (Linux, Windows,...) and version? Tried on: Ubuntu 22.04, Ubuntu 20.04, WSL2 (Ubuntu 20.04)...

kind/bug
area/core
lang/core
priority/P2

Update parameter to the ones expected by `fd_shmem_numa_validate`, specifically `cpu_idx` instead of `numa_idx` as mentioned in #1319

The function signature of `fd_shmem_numa_validate` is `int fd_shmem_numa_validate( void const * mem, ulong page_sz, ulong page_cnt, ulong cpu_idx )`. It seems to be expecting the `cpu_idx` and in the function...