-
Our nodes have been online for at least a year and have been working just fine. We recently upgraded to the following versions, and since then, the slow syncing began. I know of another provider who i…
-
hi, amazing project. thank you. but I cannot even build. I get this error. before this it was a bitcode not working error, so I deselected bitcode to remove the error, but then I got this error. I am …
-
---
cloip: 10
title: Callisto ecosystem funding grants
author: Dexaran (@Dexaran)
status: Final
category: Infrastructure
created: 19 September, 2024
---
## Abstract
This CLOIP is a form…
-
```
] Failed to compile tracer err="SyntaxError: unterminated statement (line 445)"
WARN [08-16|22:05:39.016] Served debug_traceTransaction conn=172.16.100.105:52528 reqid…
-
Working on implementing support for ``debug_traceTransaction`` for geth. It looks like most of the outline for this was already sketched in #558.
[geth debug_traceTransaction](https://geth.ethereum…
-
Starting geth gives unpredictable results sometimes its syncs right away, sometimes not at all, restarting it until it randomly it will work. it is easy to reproduce just open it and close it a few ti…
-
Skaled return less information about TransactionException than geth for eth_call and eth_estimateGas. When transaction failure was not due revert instruction skaled returns only message `EVM revert in…
-
Correctly implement necessary Ethereum JSON RPC methods
- `eth_estimateGas`
- `eth_getCode`
- `eth_getBalance`
- `eth_transactionReceipt`
- `eth_getBlockByHash`
- `eth_getBlockByHeight`
- etc…
-
Full blockchain need. lot of storage that most of it does not have sense to have it in a fast and NVMe or SSD, because it not accessed too much.
geth already has"--datadir.ancient" parameter to store…
-
One thing that might make troubleshooting the client on devnets and the like easier would be to be able to run it in a REPL so we can have direct access to the client object as its running, similarly …