aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web3-wrapper/test
Commit message (Collapse)AuthorAgeFilesLines
* Properly unmarshall TransactionReceiptRPC to TransactionReceiptLeonid Logvinov2018-11-201-1/+13
|
* Throw and handle errors from Providers.Jacob Evans2018-10-091-1/+14
| | | | | | | In web3 wrapper when a response contains an error field we throw this rather than return response.result which is often undefined. In Signature Utils we handle the error thrown when a user rejects the signing dialogue to prevent double signing. Exposed the ZeroExTransaction JSON schema. In Website only use the MetamaskSubprovider if we can detect the provider is Metamask
* Fix bug where if block wasn't found, getBlockAsync would throw. Now it ↵Fabio Berger2018-09-241-11/+23
| | | | returns `undefined`
* Refactor Web3Wrapper to no longer use Web3.js & add more test coverageFabio Berger2018-07-051-4/+47
|
* Add more assertions to Web3Wrapper public methodsFabio Berger2018-07-041-0/+50
|
* Fix web3-wrapper testFabio Berger2018-06-221-1/+1
|
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-221-1/+0
|
* Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-0/+1
|
* Add missing type definitionsLeonid Logvinov2018-05-141-1/+1
|
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-042-0/+52