aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Refactor getOrderHash to accept order as an objectLeonid Logvinov2017-05-301-29/+16
|
* Remove spaces in typesLeonid Logvinov2017-05-301-4/+0
|
* Add isBigNumber argument assertionLeonid Logvinov2017-05-301-0/+1
|
* Merge branch 'master' into fillOrderAsyncLeonid Logvinov2017-05-307-6/+109
|\
| * Remove mention of internal cleanup from public commentFabio Berger2017-05-301-2/+1
| |
| * Refactor exchangeWrapper and tokenRegistryWrapper to use contract getter ↵Fabio Berger2017-05-302-13/+15
| | | | | | | | that instantiates contract instance if not already instantiated
| * remove unused declarationsFabio Berger2017-05-301-3/+0
| |
| * remove unused importFabio Berger2017-05-301-1/+0
| |
| * improve commentFabio Berger2017-05-301-1/+1
| |
| * Make tokenRegistry contract instantiation lazy and clear it on provider updateFabio Berger2017-05-302-4/+15
| |
| * rename invalidateExchangeContract to invalidateContractInstanceFabio Berger2017-05-302-2/+2
| |
| * Merge branch 'master' into dontReinstantiateContractInstancesFabio Berger2017-05-306-4/+73
| |\
| | * Merge branch 'master' into tokenRegistryFabio Berger2017-05-302-5/+4
| | |\ | | | | | | | | | | | | | | | | # Conflicts: # src/0x.js.ts
| | | * Merge pull request #22 from 0xProject/regex-fixFabio Berger2017-05-301-4/+3
| | | |\ | | | | | | | | | | Fix the empty code regex
| | | | * Fix the empty code regexLeonid Logvinov2017-05-301-4/+3
| | | | |
| | * | | Improve type definitionsFabio Berger2017-05-301-2/+6
| | | | |
| | * | | Add TokenMetadata typeFabio Berger2017-05-302-2/+5
| | | | |
| | * | | remove unused importFabio Berger2017-05-301-1/+1
| | | | |
| | * | | Merge branch 'removeSrcFilesNotUsedByTests' into tokenRegistryFabio Berger2017-05-301-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Add tests for getTokensAsync including schema validationFabio Berger2017-05-302-0/+14
| | | | |
| | * | | Add TokenRegistryWrapper and getTokensAsync methodFabio Berger2017-05-303-0/+49
| | | | |
| * | | | Add setProvider method to 0x.js that updates the web3 provider and ↵Fabio Berger2017-05-302-0/+11
| | | | | | | | | | | | | | | | | | | | invalidates any contractInstances instantiated with the old provider
| * | | | Lazily instantiate exchangeContract and store as instance variable instead ↵Fabio Berger2017-05-302-3/+17
| | |_|/ | |/| | | | | | | | | | of re-instantiating on every call
| * | | make web3Wrapper a private instance variableFabio Berger2017-05-301-1/+1
| | |/ | |/|
* | | Add throwErrorLogsAsErrorsLeonid Logvinov2017-05-301-6/+10
| | |
* | | Fix order typeLeonid Logvinov2017-05-301-1/+0
| | |
* | | Fix orderSchemaLeonid Logvinov2017-05-301-4/+4
| | |
* | | Add fillAmount parameterLeonid Logvinov2017-05-301-2/+3
| | |
* | | Make fillOrderAsync accept signedOrder instead of a shit-ton of paramsLeonid Logvinov2017-05-301-35/+21
| | |
* | | Change BigNumber schema to Number schemaLeonid Logvinov2017-05-301-2/+2
| | |
* | | Change BigNumber schema to Number schemaLeonid Logvinov2017-05-301-11/+10
| | |
* | | Add id to signedOrderSchemaLeonid Logvinov2017-05-301-0/+1
| | |
* | | Add isBoolean assertionLeonid Logvinov2017-05-301-0/+3
| | |
* | | Add signedOrderSchema and all subschemasLeonid Logvinov2017-05-302-1/+56
| | |
* | | Add Order and SignedOrder typesLeonid Logvinov2017-05-301-0/+23
| | |
* | | Merge branch 'master' into fillOrderAsyncLeonid Logvinov2017-05-301-1/+1
|\| |
| * | Reverts: 7e96b45ea0c51ca5589640018172a91a35596148 which broke this regex for ↵Fabio Berger2017-05-301-1/+1
| |/ | | | | | | the `0x0` edge-case
* | Finish ecSignature renamingLeonid Logvinov2017-05-301-3/+3
| |
* | Add assertions for parametersLeonid Logvinov2017-05-301-1/+15
| |
* | Move field declaration to the begining of the classLeonid Logvinov2017-05-301-8/+8
| |
* | Add initial implementation of fillOrderAsyncLeonid Logvinov2017-05-302-1/+96
| |
* | Add getExchangeInstanceOrThrowAsync && getSenderAddressOrThrowAsyncLeonid Logvinov2017-05-302-6/+14
|/
* Lowercase schema namesFabio Berger2017-05-304-12/+12
|
* improve commentFabio Berger2017-05-291-1/+1
|
* Merge branch 'master' into addSignOrderHashAndTestsFabio Berger2017-05-291-0/+1
|\ | | | | | | | | | | | | # Conflicts: # package.json # src/globals.d.ts # test/0x.js_test.ts
| * Merge pull request #16 from 0xProject/umd-testsFabio Berger2017-05-291-1/+2
| |\ | | | | | | Umd tests
| | * Address feedbackLeonid Logvinov2017-05-291-1/+1
| | |
| | * Make eventually a PromisedAssertionLeonid Logvinov2017-05-291-1/+2
| | |
* | | fix declarationFabio Berger2017-05-291-1/+1
| | |
* | | Use disable-next-line instead of disable and always put rule that is being ↵Fabio Berger2017-05-291-2/+1
| | | | | | | | | | | | disabled
* | | Add declarations for find-versions and compare-versionsFabio Berger2017-05-291-2/+12
| | |
* | | Port over signOrderHashAsyncFabio Berger2017-05-294-1/+71
|/ /
* / Standardize all commentsFabio Berger2017-05-291-4/+4
|/
* Fix importsLeonid Logvinov2017-05-291-1/+1
|
* Move files up and remove ts folderLeonid Logvinov2017-05-2911-0/+0
|
* Merge branch 'master' of github.com:0xProject/0x.jsFabio Berger2017-05-2915-25/+3199
|\ | | | | | | | | | | # Conflicts: # src/ts/0x.js.ts # src/ts/utils/utils.ts
| * Refactor to ternaryFabio Berger2017-05-271-6/+1
| |
| * Make zero address regex stricterLeonid Logvinov2017-05-271-1/+1
| |
| * Merge branch 'implementFirstExchangeMethod' of github.com:0xProject/0x.js ↵Fabio Berger2017-05-271-1/+1
| |\ | | | | | | | | | into implementFirstExchangeMethod
| | * Simplify zero address regexLeonid Logvinov2017-05-271-1/+1
| | |
| * | remove todoFabio Berger2017-05-271-1/+0
| |/
| * remove outdated commentFabio Berger2017-05-261-2/+0
| |
| * return undefined if not address foundFabio Berger2017-05-261-3/+3
| |
| * Add missing return typesFabio Berger2017-05-262-3/+3
| |
| * move console log into UNHANDLED_ERROR clauseFabio Berger2017-05-261-1/+1
| |
| * rename networkId to networkIdIfExistsFabio Berger2017-05-261-2/+4
| |
| * remove commentFabio Berger2017-05-261-1/+0
| |
| * import re-orderFabio Berger2017-05-261-2/+2
| |
| * Setup blockchain snapshotting before/after every test, implemented unit ↵Fabio Berger2017-05-261-0/+5
| | | | | | | | tests for exchangeWrapper.isValidSignature
| * Add missing semi-colonFabio Berger2017-05-261-1/+1
| |
| * cleanup isValidSignature methodFabio Berger2017-05-261-5/+6
| |
| * Add missing requireFabio Berger2017-05-261-0/+1
| |
| * Spacing and import re-orderFabio Berger2017-05-261-3/+4
| |
| * Remove unused bignum importLeonid Logvinov2017-05-261-1/+0
| |
| * Merge branch 'master' into implementFirstExchangeMethodFabio Berger2017-05-264-1/+71
| |\ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # package.json # src/ts/0x.js.ts # src/ts/globals.d.ts # src/ts/types.ts
| * | Fix web3 imports againFabio Berger2017-05-263-3/+3
| | |
| * | Fix web3 importsFabio Berger2017-05-263-3/+3
| | |
| * | Change the order of params in isValidSignatureAsync to be consistentLeonid Logvinov2017-05-261-4/+4
| | |
| * | Fix exchange typeLeonid Logvinov2017-05-261-1/+1
| | |
| * | Remove unused importsLeonid Logvinov2017-05-261-3/+0
| | |
| * | Add initial exchange contract function, set up web3Wrapper, added types and ↵Fabio Berger2017-05-268-18/+249
| | | | | | | | | | | | utils
| * | Add npm command to update contact artifactsFabio Berger2017-05-266-0/+2958
| | |
* | | Move bigNumberToBN to utils moduleFabio Berger2017-05-292-17/+20
| |/ |/|
* | Address feedbackLeonid Logvinov2017-05-263-6/+4
| |
* | Address feedbackLeonid Logvinov2017-05-262-22/+36
| |
* | Port getOrderHashLeonid Logvinov2017-05-254-0/+69
|/
* Get rid of ETHLeonid Logvinov2017-05-251-4/+4
|
* Fix commentLeonid Logvinov2017-05-251-1/+1
|
* Fix testsLeonid Logvinov2017-05-251-1/+1
|
* Fix bracesLeonid Logvinov2017-05-251-0/+1
|
* Merge branch 'master' into isValidOrderHashLeonid2017-05-252-2/+38
|\
| * Add toUnitAmount and toBaseUnitAmount static helpers and testsFabio Berger2017-05-252-0/+39
| |
* | Address feedbackLeonid Logvinov2017-05-252-7/+8
| |
* | Remove type aliasesLeonid Logvinov2017-05-253-8/+7
| |
* | Merge branch 'master' into isValidOrderHashLeonid2017-05-255-4/+50
|\|
| * Merge branch 'master' into addSchemasFabio Berger2017-05-251-0/+15
| |\ | | | | | | | | | | | | # Conflicts: # package.json
| * | rename v to validator for clarityFabio Berger2017-05-251-6/+6
| | |
| * | Pretty print passed in order and schema validation errors in thrown assertionFabio Berger2017-05-251-2/+4
| | |
| * | Improve ECSignature schema to check signature parameters and that v is 27 or 28Fabio Berger2017-05-252-4/+15
| | |
| * | Add schema validation and assertion, create ECSignature schemaFabio Berger2017-05-255-4/+37
| | |
* | | Remove HexString typeLeonid Logvinov2017-05-252-7/+6
| | |
* | | Port isValidOrderHash and testsLeonid Logvinov2017-05-253-3/+16
| |/ |/|
* | More descriptive commentLeonid Logvinov2017-05-251-1/+5
| |
* | Add generateSalt and tests for itLeonid Logvinov2017-05-251-0/+11
|/
* Add assertions library and add them for all function argsFabio Berger2017-05-252-0/+37
|
* Address feedbackLeonid Logvinov2017-05-252-4/+5
|
* Type the ethereumjs-utilLeonid Logvinov2017-05-252-4/+12
|
* Add isSignatureValid method and tests for itLeonid Logvinov2017-05-252-3/+30
|
* Add command to generate docs from ts codeLeonid Logvinov2017-05-241-0/+1
|
* Add tslint command to npm scripts and fix linting errorsLeonid Logvinov2017-05-241-1/+1
|
* Create ts folderFabio Berger2017-05-241-0/+0
|
* Add empty zeroEx classLeonid Logvinov2017-05-241-0/+5