aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/abi_decoder.ts
Commit message (Expand)AuthorAgeFilesLines
* Upgrade bignumber to the version with native typings and remove typingsLeonid Logvinov2017-10-261-1/+1
* Revert "Reduce final bundle size by 11% (82kB)"Leonid2017-10-241-1/+1
* Include only used lodash functionsLeonid Logvinov2017-10-181-1/+1
* Make logs fetching and sunscriptions more type-safeLeonid Logvinov2017-10-131-2/+3
* Remove unused importsLeonid Logvinov2017-10-051-1/+1
* Use a ternary and add a commentLeonid Logvinov2017-10-041-8/+2
* Use SolidityTypesLeonid Logvinov2017-10-041-3/+5
* Use 0x.length instead of 2Leonid Logvinov2017-10-041-1/+1
* Add a commentLeonid Logvinov2017-10-041-0/+1
* Use Noop instead of NoOpLeonid Logvinov2017-10-041-1/+1
* Refactor abi decoderLeonid Logvinov2017-10-041-2/+2
* Move log decoding to AbiDecoderLeonid Logvinov2017-10-041-32/+35
* Fix log decoder to return correct typesLeonid Logvinov2017-09-061-2/+3
* Use startsWith instead of includesLeonid Logvinov2017-09-061-1/+1
* Use template stringsLeonid Logvinov2017-09-061-1/+1
* Use _.includes instead of indexOfLeonid Logvinov2017-09-061-6/+6
* Rename methodID to methodIdLeonid Logvinov2017-09-061-4/+4
* Remove redundant js prefixLeonid Logvinov2017-09-061-1/+1
* Implement custom ABI decoderLeonid Logvinov2017-09-061-0/+66