lib eth.rb v0.5.13 is a service release to increase performance and stability.
What's Changed
- gem: bump version to 0.5.13 by @q9f in #281
- Fix undefined method `raise_error' for an instance of Eth::Tx::Eip1559 (NoMethodError) by @RogerPodacter in #282
- eth/chain: update list of chains by @q9f in #283
- eth/client: always return hash even if transaction didn't succeed by @q9f in #284
- build(deps): bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 by @dependabot in #288
- build(deps): bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.7.1 by @dependabot in #294
- build(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #295
- Adds support to check for the ethereum "null/zero address" by @mattrasband in #296
- eth/address: rename null address to zero address by @q9f in #297
- eth/util: fix single-byte hex-string nibbles by @q9f in #298
- eth/tx: only enforce block gas limit on mainnet by @q9f in #299
- eth/chain: update ids by @q9f in #300
- eth/api: update to latest available go-ethereum apis by @q9f in #301
- ci: fix codecov uploader by @q9f in #302
- spec: update ethereum/tests fixtures by @q9f in #303
New Contributors
- @RogerPodacter made their first contribution in #282
- @mattrasband made their first contribution in #296
Full Changelog: v0.5.12...v0.5.13