* added custom exception hierarchy: `FourByteDirectoryOnlineLookupError-->FourByteDirectoryException-->InputDecoderException-->Exception` * allow specifying `timeout` and `proxies` arguments for online lookup * ignore missing signatures in abi.json
0.2.1
**bugfix**
* https://github.com/tintinweb/ethereum-input-decoder/commit/fe061535c09de7fabfa5cd16f627992ee3448e06 fixed fix decoding when using AbiMethod.from_input_lookup() - bytestream was off by 4
0.2
**update**
* added online signature hash lookup and abi reconstruction to `AbiMethod()` * optionally now tries to lookup the function signature/method ABI from 4bytes.directory if no `--abi` cmdline switch was provided.