Skip to content

lib eth.rb v0.5.6 beta

Compare
Choose a tag to compare
@q9f q9f released this 01 Jul 09:29
· 112 commits to main since this release
v0.5.6
672f501

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

  • the client now allows to override the gas limit for contract deployments in case you experience out-of-gas issues.
  • the abi encoder now supports dynamic arrays.

what's changed

  • eth/client: include contract constructor args when estimating intrinsic gas by @dansimpson in #111
  • eth/abi: allow parsing numerics from string inputs by @q9f in #112
  • eth/signature: fix prefix_message for multibyte characters by @kudohamu in #120
  • eth/abi: raise error if numeric comes as string by @q9f in #114
  • eth/client: add gas limit override option for contract deployments by @dansimpson in #128
  • eth/abi: support dynamic array encoding by @peter-chung-xfers in #122
  • gem: bump version to 0.5.6 by @q9f in #130

new contributors

full changelog: v0.5.5...v0.5.6