Skip to content

lib eth.rb v0.5.7 beta

Compare
Choose a tag to compare
@q9f q9f released this 31 Oct 14:18
· 82 commits to main since this release
v0.5.7
68f0df7

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

  • the client now supports basic http authentication with username and password.
  • default fees were increased to prevent forever pending transactions.

what's changed

  • gem: bump version to 0.5.7 by @q9f in #131
  • docs: update CHANGELOG by @q9f in #132
  • build(deps): bump JamesIves/github-pages-deploy-action from 4.3.3 to 4.3.4 by @dependabot in #133
  • chore: add polygon chain test case by @geeknees in #146
  • fixed to return uint256[] correctly when passed as type by @geeknees in #147
  • build(deps): bump JamesIves/github-pages-deploy-action from 4.3.4 to 4.4.0 by @dependabot in #140
  • fix Eth:Tx.decode for transaction with s length < 64 chars by @Regul777 in #148
  • eth/client: add http basic support auth by @johnnybutler7 in #151
  • eth/client: rename http basic to http auth by @q9f in #154
  • eth/signature: fix allowing ledger v values of 0 by @q9f in #155
  • docs: move readme usage to wiki by @q9f in #156
  • eth/client: update default fees by @q9f in #157
  • eth/client: fix api documentation by @q9f in #158
  • docs: add readme header for yard by @q9f in #159

known issues

  • transferring erc-20 tokens or nfts is not very straightforward #145
  • passing arrays to contract functions is currently not possible #143
  • moonbeam clients do not accept snake case parameters #141
  • currently, you cannot call payable methods #137
  • dynamic nested arrays are still unimplemented for eip-712 #127

new contributors

full changelog: v0.5.6...v0.5.7