iFA
iFA
# OS ``` Linux debian 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u5 (2017-09-19) x86_64 GNU/Linux ``` # CPU ``` vendor_id : AuthenticAMD cpu family : 23 model : 1 model name :...
`OpenEthereum/v3.2.2-rc.1-stable-582bca3-20210331/x86_64-linux-gnu/rustc1.51.0` produces the same issue.
`OpenEthereum/v3.2.0-stable-458d555-20210308/x86_64-linux-gnu/rustc1.50.0` produces the same issue. Little update: I query both `parity_allTransactions` and `parity_pendingTransactionsStats` request in every minute. They are the most expensive requests what I do. I have 110k to...
The issue definitely caused by the big pending tx pool. Without the `--tx-queue-size` the client works as excepted. Some log with `-l sync=debug`: https://www.fusionsolutions.io/doc/issue.tar.gz ( Syncing hangs about 2021-04-08 22:26:20...
Copied: So it seems it happens when i have more TX in the pool than 8k. Here is the log with the current parameters: https://www.fusionsolutions.io/doc/eth_2022-02-21_14-36.log I will now apply the...
A new one for Ropsten block ``12350770` for `0xb990afe2760da94daa58152bd51f52db00972ae646708e1bb9ff20ef01b6b9f2` tx. `debug_traceTransaction` result: https://gist.github.com/iFA88/26cc25fadbe77dcde283e95bd8df8bb7 `trace_transaction` result: https://gist.github.com/iFA88/4f85fa574bb66db319222bc4f5c0917a I THINK during replaying the TX with the `trace_transaction` the DIFFICULTY op code gives...
I close this issue, because it has been fixed.
Hey! Do not listen endpoints to all interfaces what you have! I use the following parameters, may help you: ``` --datadir=/mnt/nodes/teth --chain=ropsten --private.api.addr=127.0.0.1:9091 --http.api=engine,eth,erigon,web3,trace,net,debug --http.vhosts=* ``` For prysm: ``` --datadir=/mnt/nodes/teth/beaconChain...
Issue still available with `v2.28.0`
Still happening today..