q9f / eth.rb

a straightforward library to build, sign, and broadcast ethereum transactions anywhere you can run ruby.
https://q9f.github.io/eth.rb
Apache License 2.0
196 stars 85 forks source link

Geth version question #234

Closed ndrslmpk closed 1 year ago

ndrslmpk commented 1 year ago

As provided in the docs, we currently implement the Geth version 1.10.26., as I saw the most recent version provided by Geth is 1.11.6 might there any problems occur due to not implementing the most recent version of Geth ?

Should we upgrade as well? And what are the risks of not upgrading the client?

q9f commented 1 year ago

It should work with the latest geth perfectly fine. It only affects which APIs we provide natively with the gem.

The worst thing that can happen is that you get an error in case an API has changed. If that is the case, please create a bug report. But for now, don't worry.