aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web3-wrapper/src/marshaller.ts
Commit message (Expand)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-191-230/+0
* Fix linterFabio Berger2018-12-081-2/+4
* Remove excess commasFabio Berger2018-12-071-1/+1
* fix: txData returned so that `value` and `gasPrice` are BigNumbers to avoid p...Fabio Berger2018-12-071-4/+4
* Properly unmarshall TransactionReceiptRPC to TransactionReceiptLeonid Logvinov2018-11-201-0/+18
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-1/+1
* Add @return commentsLeonid Logvinov2018-08-091-0/+9
* Add commentsLeonid Logvinov2018-08-031-0/+39
* Fix tslint issuesLeonid Logvinov2018-07-171-6/+6
* Revert moving formatUtils into utilsfragosti2018-07-071-41/+35
* Add to changelog, rename to formatUtils and lintfragosti2018-07-061-33/+35
* Unmarshall txn data in SignerSubprovider before calling web3wrapper sendTrans...fragosti2018-07-061-35/+39
* Add unmarshallTxData to marshallerfragosti2018-07-061-0/+13
* Make sure from is included in txDataFabio Berger2018-07-051-0/+3
* Move 'from' check to sendTransactionFabio Berger2018-07-051-3/+0
* Fix linter issuesFabio Berger2018-07-051-2/+1
* Remove web3Utils dep and write necessary utility methodsFabio Berger2018-07-051-57/+30
* Refactor Web3Wrapper to no longer use Web3.js & add more test coverageFabio Berger2018-07-051-0/+177