lib eth.rb v0.5.4 beta
lib eth.rb v0.5.4 is a service release to increase performance and stability.
::Contract
api, namely was replaced by ::Contract.create
.from_file
, .from_abi
, and .from_bin
. #83
lastly, this release adds eip 1271 support for smart-contract authentication, see ::Client.is_valid_signature
. #80
what's changed
- docs: update changelog by @q9f in #77
- gem: bump version to 0.5.4 by @q9f in #78
- ci: bump ruby version to 3.1 on ci by @q9f in #79
- Fix typos by @kurotaky in #81
- lib: method for eip-1271 by @q9f in #80
- eth/contract: allow creating from file, abi, bin by @q9f in #83
- eth/client: fix account requirement for client.call() by @q9f in #85
- Add dependency support for openssl 2.2 and greater, including 3.x (#87) by @Lasvad in #88
new contributors
full changelog: v0.5.3...v0.5.4