lib eth.rb v0.5.6 beta
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
- @dansimpson made their first contribution in #111
- @kudohamu made their first contribution in #120
- @peter-chung-xfers made their first contribution in #122
full changelog: v0.5.5...v0.5.6