aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Add id to signedOrderSchemaLeonid Logvinov2017-05-301-0/+1
| | | | | | |
| * | | | | | Add first order fixtureLeonid Logvinov2017-05-301-0/+35
| | | | | | |
| * | | | | | 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-303-2/+3
| |\ \ \ \ \ \
| * | | | | | | Finish ecSignature renamingLeonid Logvinov2017-05-302-4/+4
| | | | | | | |
| * | | | | | | 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
| | | | | | | |
| * | | | | | | Add tests to linter targetsLeonid Logvinov2017-05-301-1/+1
| | | | | | | |
| * | | | | | | Use npm run testrpc on circlecCILeonid Logvinov2017-05-301-1/+1
| | | | | | | |
| | | | | | | * remove unneeded calls to toBaseUnitAmountFabio Berger2017-06-021-8/+4
| | | | | | | |
| | | | | | | * pass numbers to BigNumber unless it's too big for the number typeFabio Berger2017-06-021-4/+4
| | | | | | | |
| | | | | | | * use BigNumber(0) instead of with a string zeroFabio Berger2017-06-021-4/+4
| | | | | | | |
| | | | | | | * Add balance check to `transferAsync` and related testFabio Berger2017-06-022-3/+20
| | | | | | | |
| | | | | | | * Improve commentFabio Berger2017-06-021-0/+2
| | | | | | | |
| | | | | | | * Add tests for transferFromAsync, setAllowanceAsync and getAllowanceAsync and ↵Fabio Berger2017-06-021-21/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix up other test issues
| | | | | | | * Add setAllowanceAsync, getAllowanceAsync and transferFrom to tokenWrapperFabio Berger2017-06-025-18/+93
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix tslint issuesFabio Berger2017-06-021-2/+2
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #28 from 0xProject/erc20transferLeonid2017-06-013-23/+60
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add transfer function and tests for it
| * | | | | | Address feedbackLeonid Logvinov2017-05-311-26/+28
| | | | | | |
| * | | | | | Merge branch 'master' into erc20transferLeonid2017-05-313-15/+3840
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | | | |_|_|/ | | |/| | |
| * | | | | Add transfer function and tests for itLeonid Logvinov2017-05-313-1/+36
| | | | | |
* | | | | | Fix testrpc verison to 3.0.5Leonid Logvinov2017-06-012-20/+214
| |/ / / / |/| | | |
* | | | | Merge pull request #26 from 0xProject/erc20WrapperFabio Berger2017-05-316-2/+206
|\ \ \ \ \ | | | | | | | | | | | | Implement TokenWrapper functions & tests
| * | | | | Add TxOpts typeFabio Berger2017-05-311-1/+6
| | | | | |
| * | | | | remove InternalError type since this error could surface through the public ↵Fabio Berger2017-05-312-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | interface
| * | | | | Remove superfluous undefined checkFabio Berger2017-05-311-4/+2
| | | | | |
| * | | | | Add full stop to commentsFabio Berger2017-05-311-2/+2
| |/ / / /
| * | | | remove unused importsFabio Berger2017-05-302-4/+0
| | | | |
| * | | | Add test for setProxyAllowanceAsync and additional test for ↵Fabio Berger2017-05-301-2/+32
| | | | | | | | | | | | | | | | | | | | getProxyAllowanceAsync
| * | | | Implement setProxyAllowanceAsyncFabio Berger2017-05-303-4/+34
| | | | |
| * | | | remove spaces after it keywordFabio Berger2017-05-301-2/+2
| | | | |
| * | | | Add first test for getProxyAllowanceAsyncFabio Berger2017-05-301-0/+9
| | | | |
| * | | | Implement zeroEx.token.getProxyAllowanceAsyncFabio Berger2017-05-302-1/+34
| | | | |
| * | | | use token instead of erc20Fabio Berger2017-05-302-6/+6
| | | | |
| * | | | rename ERC20Contract to TokenContractFabio Berger2017-05-302-5/+5
| | | | |
| * | | | rename erc20Wrapper to tokenWrapper to be more generic in case we end up ↵Fabio Berger2017-05-303-8/+31
| | | | | | | | | | | | | | | | | | | | supporting another spec
| * | | | Merge branch 'master' into erc20WrapperFabio Berger2017-05-308-23/+85
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | # Conflicts: # src/0x.js.ts
| * | | | Merge branch 'tokenRegistry' into erc20WrapperFabio Berger2017-05-302-1/+1
| |\ \ \ \
| * | | | | Add tests for getBalanceAsyncFabio Berger2017-05-301-0/+55
| | | | | |
| * | | | | Implement ERC20Wrapper and it's first method getBalanceAsyncFabio Berger2017-05-303-0/+37
| | | | | |
* | | | | | Merge pull request #27 from 0xProject/yarnFabio Berger2017-05-311-0/+3826
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Add yarn.lock
| * | | | | Add yarn.lockLeonid Logvinov2017-05-311-0/+3826
|/ / / / /
* | | | | Remove mention of internal cleanup from public commentFabio Berger2017-05-301-2/+1
| | | | |
* | | | | Merge pull request #25 from 0xProject/dontReinstantiateContractInstancesLeonid2017-05-307-9/+74
|\ \ \ \ \ | | | | | | | | | | | | Add zeroEx.setProvider and clear contractInstances created with old provider
| * | | | | use .be.undefined instead of .be.an('undefined')Fabio Berger2017-05-301-4/+4
| | | | | |
| * | | | | Refactor exchangeWrapper and tokenRegistryWrapper to use contract getter ↵Fabio Berger2017-05-303-15/+17
| | | | | | | | | | | | | | | | | | | | | | | | that instantiates contract instance if not already instantiated
| * | | | | Also test that web3Wrapper nested under tokenRegistryWrapper has updated ↵Fabio Berger2017-05-301-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | provider
| * | | | | add assertions that contractInstances are not undefined before provider updateFabio Berger2017-05-301-0/+2
| | | | | |
| * | | | | Also instantiate tokenRegistry contract instanceFabio Berger2017-05-301-1/+2
| | | | | |
| * | | | | remove unused importFabio Berger2017-05-301-1/+0
| | | | | |
| * | | | | remove unused declarationsFabio Berger2017-05-301-3/+0
| | | | | |
| * | | | | remove unused importFabio Berger2017-05-301-1/+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-303-5/+17
| | | | | |
| * | | | | rename invalidateExchangeContract to invalidateContractInstanceFabio Berger2017-05-302-2/+2
| | | | | |
| * | | | | Merge branch 'master' into dontReinstantiateContractInstancesFabio Berger2017-05-307-4/+116
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #24 from 0xProject/tokenRegistryFabio Berger2017-05-306-0/+113
|\ \ \ \ \ \ | | | | | | | | | | | | | | TokenRegistryWrapper
| * \ \ \ \ \ Merge branch 'master' into tokenRegistryFabio Berger2017-05-303-9/+8
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | # 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
| | |_|_|_|_|/ | |/| | | | |
| | * | | | | use to.have.lengthOfFabio Berger2017-05-301-2/+2
| | | | | | |
| | * | | | | 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-302-1/+1
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Add tests for getTokensAsync including schema validationFabio Berger2017-05-303-0/+57
| | | | | |
| | * | | | Add TokenRegistryWrapper and getTokensAsync methodFabio Berger2017-05-303-0/+49
| | | | | |
| | | | * | Add tests for setProviderFabio Berger2017-05-302-3/+30
| | | | | |
| | | | * | 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-302-5/+5
|/ / / /
* | | | Merge pull request #20 from 0xProject/removeSrcFilesNotUsedByTestsLeonid2017-05-301-1/+2
|\ \ \ \ | | |/ / | |/| | Allow tests to access schemas, utils and types
| * | | Merge branch 'master' into removeSrcFilesNotUsedByTestsFabio Berger2017-05-302-1/+1
| |\ \ \ | |/ / / |/| / / | |/ /
* | | name exchangeWrapper test file properlyFabio Berger2017-05-301-0/+0
| | |
* | | Reverts: 7e96b45ea0c51ca5589640018172a91a35596148 which broke this regex for ↵Fabio Berger2017-05-301-1/+1
| |/ |/| | | | | the `0x0` edge-case
| * Instead of removing all files from ./lib/src for the UMD test, we leave the ↵Fabio Berger2017-05-301-1/+2
|/ | | | utils and schema folders as well as the types file since they are used by the test files
* Merge pull request #19 from 0xProject/test-commands-refactorFabio Berger2017-05-302-11/+13
|\ | | | | Refactor test commands
| * Merge branch 'master' into test-commands-refactorLeonid2017-05-300-0/+0
| |\ | |/ |/|
* | Merge pull request #18 from 0xProject/fix-coverageLeonid2017-05-301-1/+1
|\ \ | | | | | | Run coverage only for commonjs test
| * | Run cverage only for commonjs testLeonid Logvinov2017-05-291-1/+1
| | |
| | * Refactor test commandsLeonid Logvinov2017-05-302-10/+12
| |/ |/|
* | Lowercase schema namesFabio Berger2017-05-304-12/+12
| |
* | Fix typosFabio Berger2017-05-291-2/+2
| |
* | Merge pull request #17 from 0xProject/addSignOrderHashAndTestsFabio Berger2017-05-297-5/+159
|\ \ | |/ |/| Add signOrderHashAsync and tests
| * empty stubs array before next test runsFabio Berger2017-05-291-0/+1
| |
| * improve commentFabio Berger2017-05-291-1/+1
| |
| * Merge branch 'master' into addSignOrderHashAndTestsFabio Berger2017-05-295-26/+39
| |\ | |/ |/| | | | | | | | | # Conflicts: # package.json # src/globals.d.ts # test/0x.js_test.ts
* | Merge pull request #16 from 0xProject/umd-testsFabio Berger2017-05-295-27/+40
|\ \ | | | | | | Umd tests
| * | Address feedbackLeonid Logvinov2017-05-293-5/+6
| | |
| * | Don't build before testLeonid Logvinov2017-05-291-1/+1
| | |
| * | Refactor test commandsLeonid Logvinov2017-05-292-13/+24
| | |
| * | Add umd test command and separate public and private npm scriptsLeonid Logvinov2017-05-291-7/+10
| | |
| * | Make eventually a PromisedAssertionLeonid Logvinov2017-05-292-3/+4
| | |
| * | Rename build:bundle to build:umdLeonid Logvinov2017-05-291-1/+1
| | |
| * | Use only 0x public interface in contract wrapper testsLeonid Logvinov2017-05-291-14/+11
| | |
| * | Use constants from test utilsLeonid Logvinov2017-05-291-1/+1
| | |
| | * fix declarationFabio Berger2017-05-291-1/+1
| | |
| | * Add mnemonic to nom testrpc commandFabio Berger2017-05-291-1/+1
| | |
| | * Use disable-next-line instead of disable and always put rule that is being ↵Fabio Berger2017-05-292-6/+3
| | | | | | | | | | | | disabled
| | * Add declarations for find-versions and compare-versionsFabio Berger2017-05-291-2/+12
| | |
| | * Add static mnemonic when starting testrpc on circleCIFabio Berger2017-05-291-1/+1
| | |
| | * Implement tests for signOrderHashAsync that test the logic for Parity < ↵Fabio Berger2017-05-292-0/+74
| | | | | | | | | | | | v1.6.6, >1.6.6 and other nodes
| | * Port over signOrderHashAsyncFabio Berger2017-05-295-1/+73
| |/ |/|
* | don't use uppercase for constant variable unless it's global to the entire fileFabio Berger2017-05-291-3/+3
| |
* | Standardize all commentsFabio Berger2017-05-291-4/+4
|/
* Merge pull request #15 from 0xProject/rm-tsLeonid2017-05-2914-6/+6
|\ | | | | Remove typescript folder
| * Fix linter commandLeonid Logvinov2017-05-291-1/+1
| |
| * Fix lint commandLeonid Logvinov2017-05-291-1/+1
| |
| * Fix importsLeonid Logvinov2017-05-293-5/+5
| |
| * Move files up and remove ts folderLeonid Logvinov2017-05-2911-0/+0
|/
* Merge branch 'master' of github.com:0xProject/0x.jsFabio Berger2017-05-2925-43/+3442
|\ | | | | | | | | | | # Conflicts: # src/ts/0x.js.ts # src/ts/utils/utils.ts
| * Merge pull request #14 from 0xProject/implementFirstExchangeMethodFabio Berger2017-05-2725-40/+3439
| |\ | | | | | | Implement first exchange method
| | * use commit hash instead of branchFabio Berger2017-05-271-2/+2
| | |
| | * clone specific branch where contract artifacts are fixed to the version of ↵Fabio Berger2017-05-271-1/+1
| | | | | | | | | | | | the 0x.js library version
| | * 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-272-3/+3
| | |\ | | | | | | | | | | | | into implementFirstExchangeMethod
| | | * Remove unnecessary ./sLeonid Logvinov2017-05-271-2/+2
| | | |
| | | * Simplify zero address regexLeonid Logvinov2017-05-271-1/+1
| | | |
| | * | remove todoFabio Berger2017-05-271-1/+0
| | |/
| | * improve commentFabio Berger2017-05-271-1/+2
| | |
| | * rename BlockClean to BlockchainLifecycle and setupAsync to startAsync, ↵Fabio Berger2017-05-272-7/+7
| | | | | | | | | | | | restoreAsync to revertAsync
| | * import reorderFabio Berger2017-05-261-1/+1
| | |
| | * remove outdated commentFabio Berger2017-05-261-2/+0
| | |
| | * remove stray console logFabio Berger2017-05-261-1/+0
| | |
| | * return undefined if not address foundFabio Berger2017-05-261-3/+3
| | |
| | * Add missing return typesFabio Berger2017-05-264-7/+7
| | |
| | * Merge branch 'implementFirstExchangeMethod' of github.com:0xProject/0x.js ↵Fabio Berger2017-05-262-1/+9
| | |\ | | | | | | | | | | | | into implementFirstExchangeMethod
| | | * Add linting to test pipelineLeonid Logvinov2017-05-261-0/+1
| | | |
| | | * Install contract dependenciesLeonid Logvinov2017-05-261-1/+1
| | | |
| | | * Fix paths in circle.ymlLeonid Logvinov2017-05-261-2/+2
| | | |
| | | * Add contracts deployment and copying the artefacts to circle.ymLeonid Logvinov2017-05-261-0/+5
| | | |
| | | * Add testrpc as a dependency and a command for running itLeonid Logvinov2017-05-261-1/+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-267-0/+204
| | | | | | | | | | | | 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
| | |
| | * Postfix test files with `_test`Fabio Berger2017-05-262-1/+1
| | |
| | * Remove unused bignum importLeonid Logvinov2017-05-261-1/+0
| | |
| | * Remove es6 targetLeonid Logvinov2017-05-262-4/+1
| | |
| | * include jsonschema type defsFabio Berger2017-05-261-0/+1
| | |
| | * Extract artifacts list to a variableLeonid Logvinov2017-05-261-1/+4
| | |
| | * Merge branch 'master' into implementFirstExchangeMethodFabio Berger2017-05-266-1/+110
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | # Conflicts: # package.json # src/ts/0x.js.ts # src/ts/globals.d.ts # src/ts/types.ts
| | * Include JSON file loader in webpackFabio Berger2017-05-262-9/+20
| | |
| | * Fix web3 imports againFabio Berger2017-05-264-4/+4
| | |
| | * Fix web3 importsFabio Berger2017-05-263-3/+3
| | |
| | * Copy over artifacts to lib folder onBuildFabio Berger2017-05-261-1/+1
| | |
| | * 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-269-19/+252
| | | | | | | | | | | | utils
| | * Add npm command to update contact artifactsFabio Berger2017-05-267-1/+2961
| | |
* | | Move bigNumberToBN to utils moduleFabio Berger2017-05-292-17/+20
|/ /
* | Merge pull request #13 from 0xProject/getOrderHashLeonid2017-05-266-1/+120
|\ \ | |/ |/| Port getOrderHash and write tests for it
| * Address feedbackLeonid Logvinov2017-05-263-6/+4
| |
| * Address feedbackLeonid Logvinov2017-05-263-26/+41
| |
| * Port getOrderHashLeonid Logvinov2017-05-256-1/+107
|/
* Merge pull request #11 from 0xProject/isValidOrderHashFabio Berger2017-05-255-16/+40
|\ | | | | Port isValidOrderHash and tests
| * 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-252-0/+3
| |
| * Merge branch 'master' into isValidOrderHashLeonid2017-05-254-3/+61
| |\ | |/ |/|
* | Merge pull request #12 from 0xProject/addToUnitStaticFabio Berger2017-05-254-1/+64
|\ \ | | | | | | Add toUnitAmount and toBaseUnitAmount static helpers and tests
| * | Add toUnitAmount and toBaseUnitAmount static helpers and testsFabio Berger2017-05-254-1/+64
|/ /
| * Address feedbackLeonid Logvinov2017-05-254-9/+14
| |
| * Remove type aliasesLeonid Logvinov2017-05-253-8/+7
| |
| * Merge branch 'master' into isValidOrderHashLeonid2017-05-257-14/+58
| |\ | |/ |/|
* | Merge pull request #10 from 0xProject/addSchemasFabio Berger2017-05-257-14/+58
|\ \ | | | | | | Add schema validation
| * | Use expect.to.throwFabio Berger2017-05-251-24/+4
| | |
| * | Merge branch 'master' into addSchemasFabio Berger2017-05-253-0/+30
| |\ \ | |/ / |/| | | | | | | | # Conflicts: # package.json
| * | remove stray console logFabio Berger2017-05-251-1/+0
| | |
| * | rename v to validator for clarityFabio Berger2017-05-251-6/+6
| | |
| * | Fix malformed tests to check for thrown assertionFabio Berger2017-05-251-10/+27
| | |
| * | 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-256-4/+39
| | |
| | * Fix testsLeonid Logvinov2017-05-251-1/+1
| | |
| | * Remove HexString typeLeonid Logvinov2017-05-252-7/+6
| | |
| | * Port isValidOrderHash and testsLeonid Logvinov2017-05-254-3/+26
| |/ |/|
* | Merge pull request #9 from 0xProject/generateSaltLeonid2017-05-253-0/+30
|\ \ | |/ |/| Add generateSalt and tests for it
| * More descriptive commentLeonid Logvinov2017-05-251-1/+5
| |
| * Add lodashLeonid Logvinov2017-05-251-0/+1
| |
| * Add generateSalt and tests for itLeonid Logvinov2017-05-253-0/+25
|/
* Fix test that was passing an invalid address (now caught by our assertions), ↵Fabio Berger2017-05-251-1/+2
| | | | to instead pass a valid but unrelated address as the test name suggests
* Add assertions library and add them for all function argsFabio Berger2017-05-254-2/+44
|
* Merge pull request #8 from 0xProject/isSignatureValidLeonid2017-05-255-7/+114
|\ | | | | Add isSignatureValid method and tests for it
| * Address feedbackLeonid Logvinov2017-05-253-5/+7
| |
| * Add node typesLeonid Logvinov2017-05-251-0/+1
| |
| * Add test for malformed sLeonid Logvinov2017-05-251-0/+10
| |
| * change tests descriptionsLeonid Logvinov2017-05-251-15/+24
| |
| * Add test vector sourceLeonid Logvinov2017-05-251-0/+1
| |
| * Type the ethereumjs-utilLeonid Logvinov2017-05-252-4/+12
| |
| * Define node version in circleCILeonid Logvinov2017-05-251-0/+4
| |
| * Add isSignatureValid method and tests for itLeonid Logvinov2017-05-254-7/+79
|/
* Merge pull request #7 from 0xProject/docsFabio Berger2017-05-244-2/+11
|\ | | | | Add command to generate docs from ts code
| * Add command to generate json docsLeonid Logvinov2017-05-241-0/+1
| |
| * Add command to generate docs from ts codeLeonid Logvinov2017-05-244-2/+10
|/
* Rename circleci.yml to circle.ymlLeonid2017-05-241-0/+0
|
* Merge pull request #6 from 0xProject/coverageLeonid2017-05-242-2/+8
|\ | | | | Add coverage command
| * Rename coverage to test:coverageLeonid Logvinov2017-05-242-2/+2
| |
| * Add coverage commandLeonid Logvinov2017-05-242-2/+8
|/
* Add CI status badgeLeonid Logvinov2017-05-241-1/+2
|
* Merge pull request #5 from 0xProject/testsFabio Berger2017-05-243-3/+21
|\ | | | | Tests
| * Remove ts-nodeLeonid Logvinov2017-05-241-1/+0
| |
| * Run mocha on compiled sourcesLeonid Logvinov2017-05-242-2/+3
| |
| * Remove spacesLeonid Logvinov2017-05-241-1/+1
| |
| * Add initial testing config and a dummy testLeonid Logvinov2017-05-242-2/+20
| |
* | Merge pull request #4 from 0xProject/tslintFabio Berger2017-05-242-3/+5
|\| | | | | Add tslint command to npm scripts and fix linting errors
| * Add tslint command to npm scripts and fix linting errorsLeonid Logvinov2017-05-242-3/+5
| |
* | Merge pull request #3 from 0xProject/webpackLeonid2017-05-243-3/+62
|\| | | | | Webpack && npm scripts && ignore files
| * Add trailing comasLeonid Logvinov2017-05-241-7/+7
| |
| * Add clarifiing comment to webpack configLeonid Logvinov2017-05-241-0/+3
| |
| * Capitalize library nameLeonid Logvinov2017-05-241-1/+1
| |
| * newlineLeonid Logvinov2017-05-241-1/+2
| |
| * Add .npmignoreLeonid Logvinov2017-05-241-0/+6
| |
| * Add webpack config and npm scriptsLeonid Logvinov2017-05-242-2/+51
| |
| * Fix LICENCELeonid Logvinov2017-05-241-1/+1
|/
* Merge pull request #2 from 0xProject/tsconfigLeonid2017-05-242-0/+21
|\ | | | | Add initial tsconfig
| * Add comments to .gitignoreLeonid Logvinov2017-05-241-1/+5
| |
| * Add initial tsconfigLeonid Logvinov2017-05-242-0/+17
|/
* Merge pull request #1 from 0xProject/initial-packageLeonid2017-05-242-0/+28
|\ | | | | Add initial package.json and linter config
| * Change description and licenceLeonid Logvinov2017-05-241-2/+2
| |
| * Merge branch 'master' into initial-packageLeonid Logvinov2017-05-241-0/+0
| |\ | |/ |/|
* | Create ts folderFabio Berger2017-05-241-0/+0
| |
| * Add initial package.json and linter configLeonid Logvinov2017-05-242-0/+28
|/
* Add empty zeroEx classLeonid Logvinov2017-05-241-0/+5
|
* Switch the licence to Apache 2Leonid Logvinov2017-05-241-18/+10
|
* Initial commitLeonid2017-05-233-0/+81