ethjs-abi
ethjs-abi copied to clipboard
Just the encoding and decoding from the ethers-wallet module.
## Issue Type - [x] Bug (https://github.com/ethjs/ethjs-abi/blob/master/.github/CONTRIBUTING.md#bug-reports) ## Description `tuple` type is not checked for: https://github.com/ethjs/ethjs-abi/blob/master/src/utils/index.js#L298 ## Steps to reproduce https://ethfiddle.com/VxkWJs5sQz Setter `set` does not accept `tuple` type.
the ensures the result is iterable, useful for easy destructuring Fixes https://github.com/ethjs/ethjs/issues/36
TypeError thrown when event received. Running in nodejs, I watch for the following event: ``` event Transfer(address indexed _from, address indexed _to, uint256 _value); ``` When the event occurs, an...
In package.json for all dependencies defined exact version. It is actuall for all ethjs-* libs and produce unoptimized code in client bundle. What is reason for this?
# ethjs-abi Before opening a new issue, please take a moment to review our [**community guidelines**](https://github.com/ethjs/ethjs-abi/blob/master/.github/CONTRIBUTING.md) to make the contribution process easy and effective for everyone involved. **Before opening a...
# ethjs-abi We need to port this LIB to the ethers.js module as a wrapper. I will work with Richard to get this done.
## Issue Type ``` Uncaught TypeError: Cannot read property '0' of undefined at http://localhost:8080/app.js:29773:34 at Array.map (native) at Object.decodeEvent (http://localhost:8080/app.js:29772:6) at http://localhost:8080/app.js:33803:38 at Array.map (native) at Object.decodeLogs (http://localhost:8080/app.js:33774:19) at Object.callback...
# ethjs-abi Before opening a new issue, please take a moment to review our [**community guidelines**](https://github.com/ethjs/ethjs-abi/blob/master/.github/CONTRIBUTING.md) to make the contribution process easy and effective for everyone involved. **Before opening a...
Bumps [webpack](https://github.com/webpack/webpack) from 2.1.0-beta.15 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...