aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/abi_decoder.ts
Commit message (Expand)AuthorAgeFilesLines
* 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