-
### Metadata
* **Hardfork**: Cancun
### What was wrong?
The Python execution specs consider a create message to fail due to address collision if the account in question has nonce or code:
ht…
-
## Description and context
In the event of a geth hard fork upgrade, if a node is not upgraded after the upgrade block height, the story client may panic since it may not reach consensus with the res…
-
# Problem
The general problem is that the `geth.log` file grows too rapidly, especially when the debug log level is enabled. The default `geth.log` rotation strategy in status-desktop is to maintai…
-
The nodes we are running stop syncing blocks when processing the debug_* method, causing them to only returning timeout errors, like 'RPC exec write tcp 127.0.0.1:21661->127.0.0.1:37036: i/o timeout',…
-
I have started **optimism full node** with Docker by following the documentation and changed the db.engine from **Pebble** to **LevelDB** in the **scripts/start-op-geth.sh** file because I was getting…
-
In all the scripts, they mention setting up the GETH as this -
`GETH=./geth`
However, in this repository there is no such directory.
Does it mean one has to install it on their own to get that d…
-
Two of the 7 e2e tests seem to fail randomly when running locally this commit 48d785113724e591a50ce4e8429a04b3720a9d3b (current tip of celo8)
```
Run test_fee_currency_fails_intrinsic.sh
+ tail -…
-
Topics are optional in [geth](https://geth.ethereum.org/docs/interacting-with-geth/rpc/pubsub)
Are they optional for cronos?
-
*Problem to Solve*
Currently we only support geth fullsync for omni_evm, this is fine, but joining the network takes a long times since geth needs to sync all blocks from genesis. This should only be…
-
After the issues yesterday I want to write up some things I recognized. Some of them should be transformed into tasks IMHO.
I was on erigon / LH. Here I can share my personal experience. Both clients…