core-geth icon indicating copy to clipboard operation
core-geth copied to clipboard

A highly configurable Go implementation of the Ethereum protocol.

Results 102 core-geth issues
Sort by recently updated
recently updated
newest added

Rel #506. Commit history assumes and includes #505. --- - To see the specific tasks where the Asana app for GitHub is being used, see below: - https://app.asana.com/0/0/1203831005140156

M4-evm :abacus:

v1.12.12-stable-6d8971c9 mordor testnet Synchronisation failed #### System information CoreGeth/v1.12.12-stable-6d8971c9/linux-amd64/go1.20.4 #### Expected behaviour #### Actual behaviour #### Steps to reproduce the behaviour docker run -d \ --name etc-mordor \ -v /opt/etc-geth:/root/.ethereum...

Fixes https://github.com/etclabscore/core-geth/issues/521 The race was discoverable with `go test -race ./eth` or under 'slow' machine conditions, eg. GOMAXPROCS=1 and/or a 'slower' machine. The race was around the `minArtificialFinalityPeers` value, which...

F4-tests 💻

On v1.12.9, I've found that running ``` go test ./eth ``` Has intermittent failures such as: ``` --- FAIL: TestArtificialFinalityFeatureEnablingDisabling_NoDisable (23.20s) panic: runtime error: invalid memory address or nil pointer...

F4-tests 💻
F2-bug 🐞

In coregeth v1.12.8 (geth.exe) Symantec detect virus!? Maybe we are expecting a new version? 🤗

Core-Geth supports the use of a few tools (`geth`, `evm`) with an external EVM via `--vm.evm`, for example [EVMOne](https://github.com/ethereum/evmone). The flag should point to a shared object file. Core-Geth does...

F5-task 🎬
M4-evm :abacus:

I am trying to run Ethereum classic node using the snap sync mode #### System information ``` ./geth version CoreGeth Version: 1.12.7-stable Git Commit: a374c2e8243a7ce07715b2f6da2022b818a59cb7 Architecture: amd64 Go Version: go1.18.2...

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.56.0 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...

M5-dependencies 🖇
python

Set the number of threads to 2 ?????????

This change adds a check to ensure that transactions added to the legacy pool are not treated as 'locals' if the global locals-management has been disabled. This change makes the...