erigon icon indicating copy to clipboard operation
erigon copied to clipboard

Ethereum implementation on the efficiency frontier https://docs.erigon.tech

Results 716 erigon issues
Sort by recently updated
recently updated
newest added

Currently we are not saving bor state-sync transactions into our `TxLookUpEntry`

Based on our currently failing hive tests, this is a list of test which look like we should (for now) exclude so that our CI can go green!

#### System information Erigon version: `./erigon --version` v2022.08.01 OS & Version: Windows/Linux/OSX Linux Commit hash : #### Expected behaviour ``` { "jsonrpc": "2.0", "id": 1, "result": [ { "action": {...

gateway

Hi, Currently, I'm trying to run an Erigon node v2022.08.22, connecting to the Ropsten network, and synchronizing from scratch. The node starts up fine but after some time processing, it...

#### System information Erigon version: ` 2022.08.2-alpha-35c4faa1` OS & Version: Ubuntu Linux 22.04 Commit hash : `35c4faa1b` #### Actual behaviour I had a synced, working erigon node but today it...

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...

# Rationale I've been working on getting a systemd service for running an Erigon node. I followed a couple of scripts from experienced node runners, but ended up with some...

PoW block gossip is disabled for networks that have passed through the Merge, so we should go straight into PoS sync. See also https://github.com/ethereum/go-ethereum/pull/24538.

proof-of-stake