Afri

Results 175 comments of Afri

`execution reverted` means that your ruby code is good but your contract execution failed on the evm. to debug this, we would need to know more details about your transaction....

Maybe a good thing would be to create a configuration for eth.rb that can be used and adjusted as we go. Indeed, a good first issue :)

Thanks for reporting. Unfortunately, the ABI submodule is 8 years old, and I'm currently in the process of rewriting this completely. I might be able to publish a test case...

Thank you! This bug is at least 7 years old in this code base. 🙏🏼

~~I think the "maintained" version is this: https://github.com/Bloxy-info/web3-eth~~ ~~But my PR is also not merged yet. https://github.com/Bloxy-info/web3-eth/pull/4~~ ~~Also,~~ you might be looking for [eth.rb](https://github.com/q9f/eth.rb/)

yes, this is possible. you can try it out by changing `latest` to a number of your choice and locally run `bin/console` and test it out with `get_balance`. to make...