go-ethereum
go-ethereum copied to clipboard
Go implementation of the Ethereum protocol
#### System information I'ver run 1.10.21 to sync to the latest blocknum, and the beacon version is 3.0.0, and beacon run well too. Then i upgrade geth from 1.10.21 to...
Adds eth_batchCall as per #24089. The main characteristics are: - You give a block to be used as base state - A set of state overrides are applied *once* before...
#### System information Geth version: `v1.10.21` OS & Version: Linux #### Expected behaviour Expected to see geth cleanly stopping when it gets synced. #### Actual behaviour Nothing, continues to work...
This is my geth node script `geth --datadir /root/data/data/ --networkid 1567134 --bootnodes enode://44a383ff2c8a78da1131ac82a4513b34de177103017f07c42098c53aad43bc3fd99f62d72d827349eb503f0054fec7683a7db36fc65f9d1238950f70bc4dba97@0.0.0.0:0?discport=8545 --cache=4096 --syncmode=full --gcmode=archive --http --http.addr "0.0.0.0" --ws --ws.addr "0.0.0.0" --ws.port "8546" --allow-insecure-unlock --ws.origins "*" --http --allow-insecure-unlock --http.corsdomain...
This should only be used in very rare cases e.g. if you are not 100% sure if something is a bug or asking a question that leads to improving the...
If geth generates a `jwtsecret` file, geth `master` makes it `0600`, or `-rw------` mode. This PR makes it into `0666`, or `-rw-rw-rw-`. The reason is that a lot of setups...
This PR is a part of the LES/5 series. It refactors the protocol handler so that it can be set up modularly; now we can create a handler that handles...
#### System information Geth version: 1.10.23 Prysm version: 3.0.0 OS & Version: Ubuntu 22.04.1 Commit hash : - #### Expected behavior sync normally #### Actual behaviour BAD BLOCK errors ####...
#### System information Geth version: `1.10.23-stable` OS & Version: `CentOS Linux release 8.3.2011` Commit hash : `d901d85377c2c2f05f09f423c7d739c0feecd90a` #### Expected behaviour Continued syncing #### Actual behaviour Always `CRIT` after restart ```log...
This PR reworks tx indexer a bit. Compare with the original version, one scenario is not handled any more: Users upgrade nodes from legacy geth without indexer support. It's not...