Afri

Results 175 comments of Afri

Thank you. I can add an infura key to the pipelines in future.

Should be addressed in #191 - I'll make sure to write some tests.

Confirming this should be fixed in #191 ```ruby geth = Client.create "/tmp/geth.ipc" # => # erc = Contract.from_file(file: "spec/fixtures/contracts/erc20.sol") # => # geth.deploy_and_wait(erc, "FooBar", "FOO") # => "0x582738E45b3Ed823709F7A251352f55E4a6f146E" erc.address #...

https://github.com/q9f/eth.rb/wiki/ERC20-Transfers

I'm facing the same issue which affects my Goerli validators. Please let me know if there is anything I can provide. Besu 22.10.0, Teku 22.11.0

Is there any way to recover from this? My Prater validators are suffering big time. :(

There is a chicken and egg problem though. I cannot fix the EL without a CL connected. Unfortunately, I have to switch to a different consensus client now, I can...

But it's a chicken an egg problem. Once the CL fails, the EL also stalls. There is no such thing as "fixing the EL" without fixing the CL. And my...

Ok, thanks. I replaced Besu with Geth and see if this is more stable maybe.

Having the same issue on Archlinux `pcp version vdev+5f3759df` ``` Calculating on key information...panic: crypto/elliptic: Add was called on an invalid point goroutine 10301 [running]: crypto/elliptic.(*nistCurve[...]).Add(0xf84c80?, 0x452709, 0x68?, 0xb1fc00?, 0x1?)...