Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use make-promises-safe as a preloader instead of manually importing | Alex Browne | 2018-06-22 | 2 | -2/+0 |
* | Fix linting issues | fragosti | 2018-06-07 | 1 | -1/+1 |
* | Get build and tests to pass | fragosti | 2018-06-07 | 1 | -1/+1 |
* | remove unused imports from 0x.js test | Fabio Berger | 2018-06-06 | 1 | -1/+1 |
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 4 | -8/+4 |
* | Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMIT | Amir Bandeali | 2018-05-31 | 1 | -1/+1 |
* | Migrate migrations to v2 | Leonid Logvinov | 2018-05-25 | 1 | -2/+2 |
* | Suppport subcalls in constructor | Leonid Logvinov | 2018-05-23 | 1 | -2/+2 |
* | Remove web3Factory.create and remove dev-tools dependency on sol-cov | Leonid Logvinov | 2018-05-23 | 1 | -3/+2 |
* | Merge pull request #594 from 0xProject/improvement/addCustomTslintRules | Fabio Berger | 2018-05-23 | 1 | -1/+2 |
|\ | |||||
| * | Fix TSLint rules | Fabio Berger | 2018-05-16 | 1 | -1/+2 |
* | | Use make-promises-safe to catch unhandled rejections in tests | Alex Browne | 2018-05-17 | 2 | -0/+2 |
|/ | |||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 2 | -2/+2 |
* | Merge branch 'development' into breakUp0xjs | Fabio Berger | 2018-05-11 | 2 | -21/+14 |
|\ | |||||
| * | Remove unused deployer docs configs | Leonid Logvinov | 2018-05-10 | 2 | -3/+2 |
| * | Add a check for compiler output | Leonid Logvinov | 2018-05-10 | 2 | -2/+1 |
| * | Put ARTIFACTS_VERSION in a config | Leonid Logvinov | 2018-05-10 | 2 | -1/+2 |
| * | Add a HACK comment | Leonid Logvinov | 2018-05-10 | 1 | -0/+2 |
| * | Rename deployer to sol-compiler | Leonid Logvinov | 2018-05-10 | 1 | -1/+1 |
| * | Remove deployer from 0x.js and migrations | Leonid Logvinov | 2018-05-10 | 2 | -21/+12 |
* | | Fix type error for latched on property | Fabio Berger | 2018-05-10 | 1 | -1/+1 |
* | | Fix no-any-propagation | Fabio Berger | 2018-05-10 | 1 | -1/+2 |
* | | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin... | Fabio Berger | 2018-05-10 | 17 | -4362/+4 |
|/ | |||||
* | Move order utils to @0xproject/order-utils | Leonid Logvinov | 2018-05-02 | 6 | -228/+4 |
* | Execute taker side in trade simulation | Jacob Evans | 2018-05-01 | 1 | -1/+35 |
* | Remove hack above migrations package | Fabio Berger | 2018-04-19 | 1 | -3/+0 |
* | Fix expiration watcher comparator | Leonid Logvinov | 2018-04-18 | 3 | -7/+49 |
* | Merge pull request #510 from avonian/development | Fabio Berger | 2018-04-17 | 1 | -0/+38 |
|\ | |||||
| * | Lint/Prettify | Ara Kevonian | 2018-04-09 | 1 | -2/+3 |
| * | Implement `zeroEx.exchange.getOrderStateAsync` | Ara Kevonian | 2018-04-09 | 1 | -1/+38 |
* | | Remove truffle-hdwallet from 0x.js tests | Jacob Evans | 2018-04-13 | 1 | -9/+3 |
* | | Fix lint issue | Fabio Berger | 2018-04-11 | 1 | -2/+2 |
* | | Move NULL_BYTES to @0xproject/utils | Fabio Berger | 2018-04-11 | 1 | -1/+0 |
* | | Simplify the tests | Fabio Berger | 2018-04-11 | 4 | -9/+5 |
* | | Remove 0x.js test artifacts | Fabio Berger | 2018-04-09 | 14 | -5555/+0 |
* | | Move migrations into separate monorepo subpackage and hook it up to 0x.js and... | Fabio Berger | 2018-04-09 | 4 | -169/+4 |
* | | Remove unused var | Fabio Berger | 2018-04-07 | 1 | -1/+0 |
* | | Move away from using web3 directly in 0x.js tests | Fabio Berger | 2018-04-06 | 16 | -72/+71 |
* | | Merge branch 'development' into removeMigrateStep | Fabio Berger | 2018-04-05 | 2 | -3/+9 |
|\| | |||||
| * | Fix tests | Leonid Logvinov | 2018-04-05 | 1 | -1/+2 |
| * | Call static functions as static | Leonid Logvinov | 2018-04-05 | 1 | -2/+2 |
| * | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -1/+6 |
* | | Move migrations over from contracts to 0x.js | Fabio Berger | 2018-04-04 | 3 | -0/+168 |
* | | Add contract artifacts to 0x.js tests | Fabio Berger | 2018-04-04 | 14 | -0/+5555 |
* | | Update 0x.js to run tests against in-process ganache | Fabio Berger | 2018-04-04 | 10 | -17/+55 |
|/ | |||||
* | Run prettier, update deployer CHANGELOG | Amir Bandeali | 2018-04-02 | 1 | -3/+1 |
* | Monitor different state layers with OrderWatcher | Ara Kevonian | 2018-03-30 | 1 | -42/+47 |
* | Fix stubbing of a non-existent property | Leonid Logvinov | 2018-03-28 | 1 | -1/+1 |
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 1 | -6/+7 |
* | Add clean-state tests | Leonid Logvinov | 2018-03-27 | 1 | -1/+1 |
* | Fix typos | Fabio Berger | 2018-03-23 | 1 | -1/+1 |
* | Merge branch 'development' into addExtraDocs | Fabio Berger | 2018-03-22 | 1 | -0/+13 |
|\ | |||||
| * | Fix a bug causing fillOrdersUpTo validation to fail because of some extra ord... | Leonid Logvinov | 2018-03-21 | 1 | -0/+13 |
* | | Remove duplicate method | Fabio Berger | 2018-03-21 | 1 | -3/+3 |
|/ | |||||
* | Add SignedOrder, Order, and ECSignature types to the types package | Brandon Millman | 2018-03-15 | 1 | -1/+1 |
* | Add forgotten file | Leonid Logvinov | 2018-03-13 | 1 | -0/+6 |
* | Make BlockchainLifecycle accept only web3Wrapper | Leonid Logvinov | 2018-03-12 | 10 | -28/+26 |
* | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 11 | -30/+23 |
* | Allow users to specify the contracts backend in abi-gen | Leonid Logvinov | 2018-02-28 | 1 | -5/+1 |
* | Rename _unsubscribeAll to unsubscribeAll | Leonid Logvinov | 2018-02-27 | 4 | -5/+5 |
* | Remove type-level validation | Leonid Logvinov | 2018-02-15 | 2 | -4/+3 |
* | Fix tests | Leonid Logvinov | 2018-02-15 | 4 | -8/+12 |
* | Move BlockParamLiteral to shared types package | Jacob Evans | 2018-02-07 | 3 | -3/+6 |
* | Merge branch 'development' into fix/ether_token_address | Leonid | 2018-02-05 | 17 | -144/+28 |
|\ | |||||
| * | Fix lint errors | Brandon Millman | 2018-01-31 | 4 | -5/+5 |
| * | Make an RPC constructor param implicit | Leonid Logvinov | 2018-01-30 | 10 | -10/+10 |
| * | Refactor contracts tests to not use injected web3 instance | Leonid Logvinov | 2018-01-30 | 17 | -139/+23 |
* | | Add regression tests | Leonid Logvinov | 2018-02-05 | 1 | -0/+12 |
* | | Fix linter errors | Leonid Logvinov | 2018-01-30 | 1 | -1/+0 |
* | | Add zeroEx.etherToken.getContractAddressifExists | Leonid Logvinov | 2018-01-30 | 1 | -1/+1 |
|/ | |||||
* | Add config file specifically in prettier command and fix files | Fabio Berger | 2018-01-30 | 24 | -4370/+4370 |
* | Fix prettier | Fabio Berger | 2018-01-30 | 24 | -4370/+4370 |
* | Add shouldAddPersonalMessagePrefix param to signOrderHashAsync instead of try... | Fabio Berger | 2018-01-30 | 2 | -4/+20 |
* | Reject negative amounts in isValidBaseUnitAmount | Jacob Evans | 2018-01-19 | 1 | -0/+47 |
* | Merge pull request #322 from 0xProject/fix/ci-time | Leonid | 2018-01-18 | 1 | -1/+1 |
|\ | |||||
| * | Remove trailing slash | Leonid Logvinov | 2018-01-17 | 1 | -1/+1 |
* | | Fix the typos | Leonid Logvinov | 2018-01-17 | 1 | -3/+3 |
* | | Fix fillOrdersUpTo balances validation | Leonid Logvinov | 2018-01-16 | 1 | -0/+14 |
* | | Add a regression test for fillUpToValidation | Leonid Logvinov | 2018-01-16 | 1 | -1/+18 |
|/ | |||||
* | Make some callbacks failable and add error handling | Leonid Logvinov | 2018-01-11 | 3 | -22/+27 |
* | Fix linter issues | Leonid Logvinov | 2018-01-10 | 3 | -10/+1 |
* | Fix callback types | Leonid Logvinov | 2018-01-10 | 7 | -155/+201 |
* | Fix linter errors | Leonid Logvinov | 2018-01-04 | 2 | -2/+2 |
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 12 | -12/+12 |
* | Fix formatting | Leonid Logvinov | 2018-01-03 | 1 | -3/+0 |
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 22 | -704/+1400 |
* | Merge pull request #285 from 0xProject/fix/underscorePrivate | Brandon Millman | 2017-12-22 | 4 | -46/+46 |
|\ | |||||
| * | Add some missed underscores, update changelog and comments | Brandon Millman | 2017-12-21 | 2 | -3/+3 |
| * | Merge branch 'development' into fix/underscorePrivate | Brandon Millman | 2017-12-21 | 4 | -5/+240 |
| |\ | |||||
| * | | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 3 | -43/+43 |
* | | | Refactor toBaseUnitAmount so that it throws if user supplies unitAmount with ... | Fabio Berger | 2017-12-21 | 1 | -0/+6 |
* | | | Make assertion stricter so that one cannot submit invalid baseUnit amounts to... | Fabio Berger | 2017-12-21 | 1 | -0/+6 |
| |/ |/| | |||||
* | | Add slashes to base URLs | Leonid Logvinov | 2017-12-20 | 1 | -3/+3 |
* | | Fix WETH symbol | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
* | | Fix test description | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
* | | Fix a typo | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
* | | Add err==null assertions | Leonid Logvinov | 2017-12-20 | 1 | -0/+4 |
* | | Add WETH9 tests | Leonid Logvinov | 2017-12-20 | 2 | -3/+57 |
* | | Fix a typo | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
* | | Add etherToken.getLogsAsync and etherToken.subscribe with tests | Leonid Logvinov | 2017-12-20 | 3 | -2/+179 |
|/ | |||||
* | Throw a better error message when taker is null|undefined or anything but not... | Leonid Logvinov | 2017-12-19 | 1 | -0/+9 |
* | Fix linter issues | Leonid Logvinov | 2017-12-19 | 2 | -2/+2 |
* | Rename SubscriptionOpts to BlockRange | Leonid Logvinov | 2017-12-19 | 2 | -10/+10 |
* | Merge pull request #267 from 0xProject/refactor/passInEtherTokenAddress | Fabio Berger | 2017-12-19 | 2 | -14/+7 |
|\ | |||||
| * | Modify the etherToken wrapper methods to accept an etherTokenAddress as the f... | Fabio Berger | 2017-12-17 | 2 | -14/+7 |
* | | Move web3 import after subprovider imports in test web3_factory | Brandon Millman | 2017-12-18 | 2 | -4/+10 |
|/ | |||||
* | Fix redundant spaces | Leonid Logvinov | 2017-12-16 | 2 | -6/+6 |
* | Fix tests | Leonid Logvinov | 2017-12-15 | 1 | -0/+1 |
* | Fix 0x.js unused vars | Leonid Logvinov | 2017-12-15 | 11 | -59/+3 |
* | Name a variable | Leonid Logvinov | 2017-12-15 | 1 | -1/+2 |
* | Fix a conditional | Leonid Logvinov | 2017-12-15 | 1 | -5/+1 |
* | Fix linter errors | Leonid Logvinov | 2017-12-14 | 2 | -2/+2 |
* | Add a function to init token balances | Leonid Logvinov | 2017-12-14 | 2 | -4/+30 |
* | Rename tokenUtils.getNonProtocolTokens to tokenUtils.getDummyTokens | Leonid Logvinov | 2017-12-14 | 4 | -11/+14 |
* | Move more shared utils into utils package and reuse them | Leonid Logvinov | 2017-12-14 | 14 | -108/+23 |
* | Refactor networkId out of web3Wrapper | Leonid Logvinov | 2017-12-08 | 2 | -2/+2 |
* | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 4 | -5/+5 |
* | Use our promisify | Leonid Logvinov | 2017-12-02 | 2 | -6/+12 |
* | Merge pull request #235 from 0xProject/feature/gasPriceGasLimit | Leonid | 2017-11-29 | 5 | -3/+67 |
|\ | |||||
| * | Add a HACK comment | Leonid Logvinov | 2017-11-29 | 1 | -0/+3 |
| * | Normalise subprovider names | Leonid Logvinov | 2017-11-29 | 3 | -6/+6 |
| * | Remove gas params from tests | Leonid Logvinov | 2017-11-29 | 1 | -6/+0 |
| * | Add fake gas estimate suprovider for tests | Leonid Logvinov | 2017-11-29 | 4 | -1/+62 |
| * | Fix tests | Leonid Logvinov | 2017-11-28 | 1 | -0/+5 |
| * | Fix tests | Leonid Logvinov | 2017-11-28 | 1 | -0/+1 |
| * | Update MAX_REASONABLE_GAS_COST_IN_WEI | Leonid Logvinov | 2017-11-28 | 1 | -1/+1 |
* | | Last remaining website fixes | Fabio Berger | 2017-11-28 | 2 | -2/+2 |
|/ | |||||
* | Fix tests | Leonid Logvinov | 2017-11-28 | 1 | -13/+18 |
* | Fix merge conflicts | Leonid Logvinov | 2017-11-28 | 2 | -12/+2 |
* | Merge branch 'development' into feature/passNetworkId | Leonid | 2017-11-28 | 5 | -19/+17 |
|\ | |||||
| * | Fix tests now that we no longer fire duplicate orderWatcher events | Fabio Berger | 2017-11-24 | 1 | -15/+3 |
| * | Add missing type | Fabio Berger | 2017-11-24 | 1 | -1/+1 |
| * | Merge branch 'development' into validateOrdersAgainstLatestBlock | Fabio Berger | 2017-11-24 | 2 | -8/+10 |
| |\ | |||||
| * | | Pass 'latest' to ExchangeTransferSimulator when used for validating orders, a... | Fabio Berger | 2017-11-24 | 4 | -5/+5 |
* | | | Remove ContractDoesNotExist error and replace it with more specific errors | Leonid Logvinov | 2017-11-24 | 1 | -3/+3 |
* | | | Add a regression test | Leonid Logvinov | 2017-11-24 | 1 | -5/+23 |
* | | | Pass networkId on provider update | Leonid Logvinov | 2017-11-24 | 3 | -3/+3 |
* | | | Fix rebasing issues | Leonid Logvinov | 2017-11-24 | 2 | -9/+11 |
* | | | Remove unused asyncs | Leonid Logvinov | 2017-11-24 | 1 | -2/+2 |
* | | | Fix the imports order | Leonid Logvinov | 2017-11-24 | 13 | -104/+130 |
* | | | Enable some new linter rules and fix the issues | Leonid Logvinov | 2017-11-24 | 1 | -5/+5 |
* | | | Auto-fix linter errors | Leonid Logvinov | 2017-11-24 | 7 | -24/+33 |
* | | | Don't reassign the parameter | Leonid Logvinov | 2017-11-24 | 1 | -3/+3 |
* | | | Remove even more asyncs | Leonid Logvinov | 2017-11-24 | 3 | -8/+7 |
* | | | Make exchange subscriptions non-async | Leonid Logvinov | 2017-11-24 | 1 | -6/+6 |
* | | | Cleanup order watcher from redundant asyncs | Leonid Logvinov | 2017-11-24 | 3 | -19/+23 |
* | | | Make zeroEx.exchange.getContractAddress non-async | Leonid Logvinov | 2017-11-24 | 4 | -6/+5 |
* | | | Make getZRXTokenAddress non async | Leonid Logvinov | 2017-11-24 | 5 | -38/+11 |
* | | | Adjust the tests | Leonid Logvinov | 2017-11-24 | 14 | -29/+73 |
* | | | Fix CI tests | Leonid Logvinov | 2017-11-24 | 1 | -1/+7 |
| |/ |/| | |||||
* | | Rename removed to isRemoved | Leonid Logvinov | 2017-11-24 | 1 | -2/+2 |
* | | Make DecodedLogEvent contain web3 log under a log subkey | Leonid Logvinov | 2017-11-24 | 2 | -8/+10 |
|/ | |||||
* | Update to Async call | Jacob Evans | 2017-11-23 | 1 | -3/+4 |
* | Fix nits | Jacob Evans | 2017-11-23 | 1 | -1/+1 |
* | Merge branch 'development' into feature/calculate-remaining-proportions | Jacob Evans | 2017-11-23 | 4 | -18/+175 |
|\ | |||||
| * | Add blockchainLifecycle management to the ExpirationWatcher test | Brandon Millman | 2017-11-23 | 1 | -2/+6 |
| * | Merge branch 'development' into feature/orderExpired | Leonid | 2017-11-23 | 1 | -0/+3 |
| |\ | |||||
| | * | Fix tests | Leonid Logvinov | 2017-11-22 | 1 | -1/+1 |
| | * | Add instanceOf assertion | Leonid Logvinov | 2017-11-22 | 1 | -0/+1 |
| | * | Add postFormatter for logs | Leonid Logvinov | 2017-11-22 | 1 | -0/+2 |
| * | | Fix tests | Leonid Logvinov | 2017-11-22 | 1 | -5/+5 |
| * | | Address nits | Leonid Logvinov | 2017-11-21 | 1 | -7/+7 |
| * | | Fix async callbacks | Leonid Logvinov | 2017-11-21 | 2 | -13/+12 |
| * | | Merge branch 'development' into feature/orderExpired | Leonid | 2017-11-21 | 2 | -85/+139 |
| |\| | |||||
| | * | Fix nits | Jacob Evans | 2017-11-16 | 1 | -3/+1 |
| | * | Change to Async suffix convention | Jacob Evans | 2017-11-16 | 1 | -16/+16 |
| | * | test wording | Jacob Evans | 2017-11-16 | 1 | -1/+1 |
| | * | Add and Remove Fee Token with Maker Token | Jacob Evans | 2017-11-16 | 1 | -15/+33 |
| * | | Fix typos | Leonid Logvinov | 2017-11-21 | 1 | -1/+1 |
| * | | Rename orderLifetime to orderLifetimeS | Leonid Logvinov | 2017-11-21 | 1 | -6/+6 |
| * | | Reference types directly | Leonid Logvinov | 2017-11-21 | 1 | -4/+2 |
| * | | Add tests for expirationWatcher | Leonid Logvinov | 2017-11-18 | 1 | -0/+137 |
* | | | add a test constant for ZRX decimals | Jacob Evans | 2017-11-22 | 2 | -25/+29 |
* | | | Add a test for when the ratio is < 1 | Jacob Evans | 2017-11-22 | 1 | -9/+49 |
* | | | Remove only | Jacob Evans | 2017-11-22 | 1 | -1/+1 |
* | | | calculatedFillableAmountPlusFees | Jacob Evans | 2017-11-21 | 1 | -7/+7 |
* | | | Unit test edge case for ZRX and ZRX partial fill | Jacob Evans | 2017-11-21 | 1 | -33/+44 |
* | | | setting a failed test | Jacob Evans | 2017-11-21 | 1 | -11/+46 |
* | | | Move to base units | Jacob Evans | 2017-11-21 | 1 | -9/+10 |
* | | | Added unit test for calculator | Jacob Evans | 2017-11-21 | 1 | -0/+89 |
* | | | fix bug when fees and partial asymmetric | Jacob Evans | 2017-11-20 | 1 | -0/+26 |
* | | | Remove only | Jacob Evans | 2017-11-20 | 1 | -1/+1 |
* | | | refactor up | Jacob Evans | 2017-11-16 | 1 | -1/+1 |
* | | | Use 18 decimal place units | Jacob Evans | 2017-11-16 | 1 | -1/+1 |
* | | | Shortcut if everything satisfies in the non dependent use case | Jacob Evans | 2017-11-16 | 1 | -2/+26 |
* | | | Fix test | Jacob Evans | 2017-11-16 | 1 | -7/+5 |
* | | | Initial tests | Jacob Evans | 2017-11-16 | 1 | -1/+34 |
| |/ |/| | |||||
* | | Merge pull request #219 from 0xProject/feature/rounding-validation | Brandon Millman | 2017-11-15 | 1 | -73/+105 |
|\ \ | |||||
| * | | Fix tests | Leonid Logvinov | 2017-11-14 | 1 | -12/+11 |
| * | | Add a test for rounding error | Leonid Logvinov | 2017-11-14 | 1 | -0/+23 |
| * | | Add assertions for fillableTakerAmount | Leonid Logvinov | 2017-11-14 | 1 | -72/+82 |
* | | | Merge branch 'development' into feature/addJsonSchemas | Brandon Millman | 2017-11-15 | 2 | -9/+15 |
|\ \ \ | |||||
| * | | | Add snapshot save and revert to order_state_watcher_test.ts | Brandon Millman | 2017-11-15 | 1 | -0/+6 |
| | |/ | |/| | |||||
| * | | Renamed canceled to cancelled | Jacob Evans | 2017-11-14 | 2 | -9/+9 |
| |/ | |||||
* / | Add json-schemas package to mono repo | Brandon Millman | 2017-11-14 | 1 | -1/+1 |
|/ | |||||
* | Fix lint and ts issues | Fabio Berger | 2017-11-14 | 1 | -9/+9 |
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 23 | -0/+3258 |