UNPKG

ethjs-abi

Version:

Just the Ethereum encoding and decoding methods from the ethers-io-wallet.

64 lines (42 loc) 1.21 kB
# 0.2.0 -- accept length zero 1. accept length zero, '0x' for address/fixed and dymaic bytes # 0.1.9 -- event and log decoding 1. Event and log decoding methods # 0.1.7 -- handles empty address decode nicely 1. Handles decode of value [] -- '0x' nicely.. # 0.1.6 -- BN formatting update 1. BN formatting update # 0.1.5 -- replace out sha3 1. Getting rid of `ethjs-sha3` for `js-sha3` # 0.1.4 -- config fixes 1. Webpack config updates 2. Build config updates 3. Less deps 4. Better number handling # 0.1.2 -- removal of BigNumber for BN 1. Removal of BigNumber for BN (see `user-guide` for more) 2. More docs 3. More coverage 4. package config fixes # 0.0.5 -- complete BigNumber support 1. Complete BigNumber object support in and out 2. Fix bytes32 padding bug 3. More test coverage across the board 4. Better error handling 5. Package config updates # 0.0.4 -- more adjustments, stronger typing 1. More adjustments 2. Stronger typing 3. More accepting convertions 4. More coverage # 0.0.3 -- travis fix, better testing 1. Travic-CI fix 2. Better testing coverage 3. Linting stated # 0.0.2 -- ethjs-abi 1. Basic testing 2. Basic docs 3. License 4. linting 5. basic exports 6. ethjs-sha3