kevgithub
kevgithub
After I run the "anchor test", got this error: `> Program returned error: Instruction passed to inner instruction is too large (18446744073709551615 > 1280)` if I remove those code, problem...
#### System information Geth version: `geth Version: 1.10.23-stable` OS & Version:Linux Commit hash : (if `develop`) #### Expected behaviour When I synchronize the node data these warnings keep coming up,...
I run mev-geth and prysm, try to sync from testnet, here's what I use: ``` ./build/bin/geth --sepolia --http --http.api eth,web3,debug,net,engine,admin --authrpc.jwtsecret /Users/.../consensus/prysm/jwt.hex --datadir /Users/.../execution/data ./prysm.sh beacon-chain --sepolia --checkpoint-sync-url=https://sepolia.beaconstate.info --genesis-beacon-api-url=https://sepolia.beaconstate.info --jwt-secret=/Users/.../consensus/prysm/jwt.hex...