Afri

Results 175 comments of Afri

Unfortuately, this breaks 6 tests: ``` Failures: 1) Eth::Abi.encode .decode can handle hex-strings for bytes types Failure/Error: raise ValueOutOfBounds, arg unless arg.size

I'm willing to consider alternatives but we need to make sure it passes all unit tests, otherwise, we'll break many aspects of the library. So, closing for now unless you...

Hey, could you paste the actual error output? "Invalid Opcode" is usually nothing that our libary handles, this comes from the node you are connecting to: ``` client = Eth::Client.create('http://127.0.0.1:8545')...

Can you give me an address or test data that makes this fail? Can you confirm this also happens with latest `main` branch? Just clone the repository, run `bin/console` and...

Thank you. I used this ABI to ensure the Abi::Type parser works correctly, it has all types, names, and components correctly. ```ruby # name "statusArr" # type # data {"components"=>...

Can you give me an example that fails for you so that I can build a test case to fix this issue?

> * sign transaction with turnkey > > * call Eth::Client.new().eth_send_raw_transaction This is the correct way to do it and also much safer as you already said. The Eth::Key integration...

Same happens on validator. ``` Sep-09 12:06:35.103[] info: Lodestar network=mainnet, version=v1.21.0/ae1f9d5, commit=ae1f9d5d8896cf8e5e1dc42cfeea5fbb4b69e99a Sep-09 12:06:35.106[] info: Connecting to LevelDB database path=/home/user/.local/share/lodestar/mainnet/validator-db ./lodestar: line 7: 1471 Illegal instruction (core dumped) node --trace-deprecation...

> Do you happen to have `debug:` logs with this too? No, I can turn it on though, it won't go further than this. > @q9f what's the machine's cpu...