Skip to content

lib eth.rb v0.5.11 beta

Latest
Compare
Choose a tag to compare
@q9f q9f released this 03 Aug 15:41
· 6 commits to main since this release
v0.5.11
ececa12

lib eth.rb v0.5.11 is a service release to increase performance and stability.

what's changed

  • tested with Ruby 3.2 by @kurotaky in #199
  • docs: update changelog for 0.5.10 by @q9f in #200
  • eth/client: rewrite send to send_request by @q9f in #201
  • eth/client: deduplicate code by @q9f in #202
  • eth/abi: split abi class into encoder and decoder by @q9f in #203
  • eth/api: update execution apis to latest spec by @q9f in #204
  • eth/util: fix compressed public key to address by @an-lee in #206
  • Abi.decoder handles arrays of string and bytes by @randoum in #207
  • Add moonbeam networks by @a-moreira in #209
  • Manually overwrite solc path by @randoum in #212
  • eth/solidity: add docs for solc path override by @q9f in #213
  • deps: update secp256k1 to 6 by @q9f in #214
  • Manual default_account by @randoum in #215
  • eth/abi: add abicoder gem tests collection by @q9f in #218
  • ens/resolver: remove pending for etc coin type by @q9f in #219
  • deps: require forwardable for contracts by @q9f in #227
  • eth/contract: ensure contract name is title case by @q9f in #228
  • docs: minor fixups by @q9f in #229
  • Checking userinfo with the uri method by @kurotaky in #233
  • eth/solidity: enable --via-ir by @q9f in #232
  • eth/client: remove default gas limit attribute by @q9f in #235
  • eth/tx: update tx initcode cost for shanghai by @q9f in #237
  • build(deps): bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2 by @dependabot in #240
  • eth/abi: allow encoding address types by @q9f in #242
  • build(deps): bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 by @dependabot in #244
  • Fix the decoding of unsigned transactions by @pienkowb in #243
  • spec: run rufo by @q9f in #245

new contributors

Full Changelog: v0.5.10...v0.5.11