Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix remaining merge issues | Fabio Berger | 2018-08-22 | 1 | -3/+3 |
| | |||||
* | Merge development branch | Fabio Berger | 2018-08-22 | 1 | -0/+293 |
|\ | |||||
| * | Rename to Transaction Encoder. | Jacob Evans | 2018-08-18 | 2 | -124/+293 |
| | | | | | | | | Add tests for all encoding methods. | ||||
| * | [Contract-wrappers] Exchange execute transaction encoder | Jacob Evans | 2018-08-16 | 1 | -0/+124 |
| | | |||||
* | | Merge development | Fabio Berger | 2018-08-15 | 3 | -4/+102 |
|\| | |||||
| * | Rename to calldata utils | Brandon Millman | 2018-08-03 | 1 | -3/+3 |
| | | |||||
| * | Add tests | Brandon Millman | 2018-08-02 | 1 | -18/+19 |
| | | |||||
| * | Create marketBuyOrdersOptimizations | Brandon Millman | 2018-08-02 | 2 | -0/+44 |
| | | |||||
| * | Add more assertions | Brandon Millman | 2018-07-31 | 1 | -4/+56 |
| | | |||||
| * | Implement initial forwarder wrapper | Brandon Millman | 2018-07-31 | 1 | -0/+1 |
| | | |||||
* | | Make signature_util into an object literal so related functions are rendered ↵ | Fabio Berger | 2018-08-03 | 1 | -2/+2 |
|/ | | | | together in the docs | ||||
* | Add explicit HACK comment when we import assert | Brandon Millman | 2018-07-12 | 1 | -1/+1 |
| | |||||
* | Add revert reason parsing to error handling decorator | Leonid Logvinov | 2018-07-09 | 2 | -0/+6 |
| | |||||
* | Merge branch 'v2-prototype' into v2-contract-wrappers-WIP | Leonid Logvinov | 2018-07-05 | 1 | -0/+111 |
|\ | |||||
| * | Fix Tslint issues | Fabio Berger | 2018-06-26 | 3 | -8/+7 |
| | | |||||
* | | Add isSubscriptionToken assertion | Leonid Logvinov | 2018-06-29 | 1 | -0/+5 |
| | | |||||
* | | Use new signature verification method in assertions | Leonid Logvinov | 2018-06-29 | 1 | -9/+12 |
| | | |||||
* | | Remove unused params in filter_utils | Leonid Logvinov | 2018-06-29 | 1 | -13/+3 |
| | | |||||
* | | Start unused parameter names with underscore | Leonid Logvinov | 2018-06-29 | 1 | -4/+4 |
| | | |||||
* | | Remove exchange-related functionality for now | Leonid Logvinov | 2018-06-29 | 2 | -314/+0 |
|/ | |||||
* | Refactor orderValidationUtils to use the generated contract wrapper instead ↵ | Fabio Berger | 2018-06-11 | 1 | -7/+11 |
| | | | | of the higher-level one | ||||
* | Refactor ExchangeTransferSimulator public interface to accet an ↵ | Fabio Berger | 2018-06-11 | 1 | -7/+5 |
| | | | | AbstractBalanceAndProxyAllowanceLazyStore so that this module could be re-used in different contexts. | ||||
* | Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utils | Fabio Berger | 2018-06-07 | 4 | -5/+5 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (66 commits) Run prettier Remove unused variable Fix linting issues Change shouldRenderHeader prop to shouldHideHeader Get build and tests to pass typo Apply prettier Update contracts tests after rebase Apply various fixes based on PR feedback Document debug_increaseTime method and fix typo in devnet README Use an enum for ProviderType in contracts/src/utils/web3_wrapper Update contracts package README Update relevant changelogs Remove global gas estimate buffer Add Async suffix to relevant assertions Fix linter errors Update package.json and yarn.lock Update more things to work with both Geth and Ganache Small fixes and cleanup Add additional gas to calls to fillOrderNoThrow ... # Conflicts: # packages/order-watcher/src/order_watcher/order_watcher.ts # packages/react-docs/src/components/type.tsx # packages/website/ts/components/ui/lifecycle_raised_button.tsx # packages/website/ts/components/wallet/wallet.tsx | ||||
| * | Get build and tests to pass | fragosti | 2018-06-07 | 2 | -2/+8 |
| | | |||||
| * | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 4 | -7/+1 |
| | | |||||
* | | Move spawnSwitchErr to @0xproject/utils | Fabio Berger | 2018-06-06 | 1 | -3/+0 |
|/ | |||||
* | Fix TSLint rules | Fabio Berger | 2018-05-16 | 3 | -5/+7 |
| | |||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 3 | -5/+5 |
| | |||||
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 7 | -0/+554 |
unifying library with the same interface |