aboutsummaryrefslogtreecommitdiffstats
path: root/src/web3_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Switch back to using Web3.Provider, not Web3Provider in internal classesLeonid Logvinov2017-06-151-4/+3
|
* Make ZeroEx constructor accept Web3Provider instead of Web3 instanceLeonid Logvinov2017-06-151-6/+5
|
* Add isAnyAddressAvailableAsyncLeonid Logvinov2017-06-061-6/+0
|
* Rename accounts to addresesLeonid Logvinov2017-06-061-4/+4
|
* Make methods accept senderAccountLeonid Logvinov2017-06-051-22/+2
|
* Add missing async suffixFabio Berger2017-06-031-1/+1
|
* Merge branch 'master' into remainingTokenMethodsFabio Berger2017-06-031-7/+20
|\ | | | | | | | | | | # Conflicts: # src/types.ts # src/web3_wrapper.ts
| * Fix getTransactionSenderAccountIfExistsAsync to return true senderAddress or ↵Fabio Berger2017-06-021-1/+1
| | | | | | | | undefined if non available
| * Introduce coinBase accountLeonid Logvinov2017-06-021-0/+3
| | | | | | | | | | | | Add makerAccount parameter Adjust tests Add more assertions to success test
| * Get getSenderAddressOrThrowAsync everywhere where we throw if the ↵Fabio Berger2017-06-011-8/+8
| | | | | | | | senderAddress doesn't exist
| * Add setDefaultAccountLeonid Logvinov2017-06-011-0/+3
| |
| * Fix linter errorsLeonid Logvinov2017-05-311-2/+2
| |
| * Merge branch 'master' into fillOrderAsyncLeonid Logvinov2017-05-301-4/+6
| |\
| * \ Merge branch 'master' into fillOrderAsyncLeonid Logvinov2017-05-301-1/+1
| |\ \
| * | | Add getExchangeInstanceOrThrowAsync && getSenderAddressOrThrowAsyncLeonid Logvinov2017-05-301-0/+7
| | | |
* | | | Add setAllowanceAsync, getAllowanceAsync and transferFrom to tokenWrapperFabio Berger2017-06-021-2/+10
| |_|/ |/| |
* | | Merge branch 'master' into dontReinstantiateContractInstancesFabio Berger2017-05-301-4/+3
|\ \ \
| * | | Fix the empty code regexLeonid Logvinov2017-05-301-4/+3
| | |/ | |/|
* / | Add setProvider method to 0x.js that updates the web3 provider and ↵Fabio Berger2017-05-301-0/+3
|/ / | | | | | | invalidates any contractInstances instantiated with the old provider
* / Reverts: 7e96b45ea0c51ca5589640018172a91a35596148 which broke this regex for ↵Fabio Berger2017-05-301-1/+1
|/ | | | the `0x0` edge-case
* Move files up and remove ts folderLeonid Logvinov2017-05-291-0/+69