eth.rb icon indicating copy to clipboard operation
eth.rb copied to clipboard

Not only ethereum net supporting (Gas Limit validation problem)

Open d4mk0 opened this issue 3 years ago • 3 comments

Hi! 👋 Sometimes I use this lib to interact with different L2 networks. I.e. optimism, arbitrum

I found few issues, but now I see only one. I dont know how we can except this problem, but it is problem, and 🐒 (monkeypatching) only now can fix it.

Im about problem with tx gas limit validation. Now https://github.com/q9f/eth.rb/blob/main/lib/eth/tx.rb#L206 we can only set 30kk limit, but sometimes in L2 we should set it higher.

I think it can be good first issue for some person. Also we can discuss it in https://t.me/ruby_eth (about EVM like chains)

TY for u attention!

d4mk0 avatar Mar 21 '23 23:03 d4mk0

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 :)

q9f avatar Mar 22 '23 18:03 q9f

I want to work on this can you assign this to me

MujahidAli954 avatar Jun 23 '23 19:06 MujahidAli954

Sure, let me know if you need anything!

q9f avatar Jul 13 '23 10:07 q9f