Martin HS
Martin HS
Trying to run the `evm` binary from erigon, on the statetest [here](https://github.com/holiman/goevmlab/blob/master/evms/testdata/statetest1.json). This happens: ``` user@debian-work:~/workspace/goevmlab/cmd/sstoresloadfuzz$ /home/user/workspace/erigon-evm --json statetest ./test.json [] ``` Expected results are same as if I use...
The production hive server sometimes loses networking alltogether. When this happens, the service looks 'down', obviously, but it's in fact still up. Example logs from when this has happened: ```...
Right now, when we load a testsuite, the suite get's "permalinked" by adding it to the location via history api. A better solution would be to have a "permalink" button,...
Some optimizations for modexp special cases
Work in progress
A lot of users on our discord have been under the impression that their node is synced, and wondering why it is emitting "State healing" messages. In general, not understanding...
This PR makes it possible to set custom headers. Example: ``` $ source setheaders && go run . attach -H "CF-Access-Client-Id: $CFID" -H "CF-Access-Client-Secret: $CFSEC" https://rpc.mainnet.ethpandaops.io Welcome to the Geth...
This PR fixes an issue related to how subcommands are hoisted into the global scope. Here's an example app: https://gist.github.com/holiman/5ed50fc9dcf44fd661abdb91a59137fe#file-main-go . This has a stringslice argument, and shows the corruption...
Crash on one of the bootnodes `Geth/v1.11.0-unstable-6f9bc7b0-20220906/linux-amd64/go1.18.1` ``` INFO [09-15|23:44:14.693] --------------------------------------------------------------------------------------------------------------------------------------------------------- INFO [09-15|23:44:14.693] INFO [09-15|23:44:15.431] Loaded most recent local header number=15,542,291 hash=cbd5f0..a3fe79 td=58,750,003,716,598,352,816,469 age=28m16s INFO [09-15|23:44:15.432] Loaded most recent local...
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...