Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change logDecoder back into class, remove awaitTransactionMined from ↵ | Amir Bandeali | 2018-05-31 | 1 | -23/+19 |
| | | | | multiSigWrapper | ||||
* | Merge pull request #571 from 0xProject/feature/contracts/proxyOwner | Amir Bandeali | 2018-05-25 | 1 | -4/+2 |
|\ | | | | | Update MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress | ||||
| * | Use web3-wrapper instead of 0x.js, update logDecoder | Amir Bandeali | 2018-05-25 | 1 | -4/+2 |
| | | |||||
* | | Migrate migrations to v2 | Leonid Logvinov | 2018-05-25 | 1 | -2/+2 |
|/ | |||||
* | Check transaction receipt status codes where applicable | Alex Browne | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | Fix ExchangeWrapper | Fabio Berger | 2018-05-23 | 1 | -3/+5 |
| | |||||
* | Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDep | Fabio Berger | 2018-05-23 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Fix tslint issues Add `are` to boolean naming conventions Fix tslint Fix the tsutils version, fixing ts typings issue Rename some variables in multi_sig_with_time_lock.ts Remove extra awaitTransactionMinedAsync calls Update artifacts Update yarn.lock Fix warnings in Metacoin Upgrade UglifyJS to include ES6 support Add CancelOrder and MatchOrder types Add missing return types Ignore classnames linter rule Apply changes to test/exchange/match_orders.ts Fix some unhandled promise rejections Add awaitTransactionMinedAsync after every sent transaction Add missing blockchainLifecycle calls to contracts tests # Conflicts: # packages/contracts/src/utils/exchange_wrapper.ts # packages/contracts/test/asset_proxy/proxies.ts # packages/contracts/test/exchange/dispatcher.ts # packages/contracts/test/multi_sig_with_time_lock.ts | ||||
| * | Add missing return types | Remco Bloemen | 2018-05-22 | 1 | -1/+1 |
| | | |||||
* | | Remove 0x.js dep from contracts | Fabio Berger | 2018-05-23 | 1 | -6/+5 |
|/ | |||||
* | Removed redundant log decode call | Greg Hysen | 2018-05-19 | 1 | -2/+0 |
| | |||||
* | The OrderInfo struct is now returned by the getOrderInfo function | Greg Hysen | 2018-05-19 | 1 | -5/+3 |
| | |||||
* | Style changes to atomic order matching | Greg Hysen | 2018-05-19 | 1 | -6/+8 |
| | |||||
* | Atomic Order Matching - Tests | Greg Hysen | 2018-05-19 | 1 | -0/+22 |
| | |||||
* | Make all lib functions internal, add contracts for testing | Amir Bandeali | 2018-04-27 | 1 | -31/+0 |
| | |||||
* | Update tests and utils | Amir Bandeali | 2018-04-27 | 1 | -1/+15 |
| | |||||
* | Fix tests | Amir Bandeali | 2018-04-24 | 1 | -2/+19 |
| | |||||
* | Rename missed variables | Amir Bandeali | 2018-04-23 | 1 | -1/+1 |
| | |||||
* | Add missing async suffix | Amir Bandeali | 2018-04-22 | 1 | -1/+1 |
| | |||||
* | Rename token => asset | Amir Bandeali | 2018-04-22 | 1 | -30/+30 |
| | |||||
* | Revert variable naming | Amir Bandeali | 2018-04-21 | 1 | -31/+31 |
| | |||||
* | Add marketBuyOrders, rename variables, and fx old tests | Amir Bandeali | 2018-04-21 | 1 | -29/+59 |
| | |||||
* | Fix build errors | Amir Bandeali | 2018-04-21 | 1 | -8/+2 |
| | |||||
* | Remove partial cancels | Amir Bandeali | 2018-04-21 | 1 | -18/+5 |
| | |||||
* | Change from cancelOrdersBefore to cancelOrdersUpTo. The effect is that ↵ | Greg Hysen | 2018-04-21 | 1 | -2/+2 |
| | | | | orders with salt <= to maker epoch will be cancelled (previously, it was salt < maker epoch) | ||||
* | Renamed all instances of timestamp to salt. Clarified test case wording. | Greg Hysen | 2018-04-21 | 1 | -2/+2 |
| | |||||
* | Fixed spacing | Greg Hysen | 2018-04-21 | 1 | -2/+2 |
| | |||||
* | Implementation and tests in the protocol for cancelling all orders up to a ↵ | Greg Hysen | 2018-04-21 | 1 | -0/+12 |
| | | | | specific time | ||||
* | Address feedback and lint | Amir Bandeali | 2018-04-21 | 1 | -79/+15 |
| | |||||
* | Add tests for fillOrderNoThrow based functions | Amir Bandeali | 2018-04-21 | 1 | -0/+42 |
| | |||||
* | Add fillOrderNoThrow to exchange wrapper and add test | Amir Bandeali | 2018-04-21 | 1 | -0/+21 |
| | |||||
* | Add utils for hashing and signing orders, update wrappers | Amir Bandeali | 2018-04-21 | 1 | -6/+10 |
| | |||||
* | Modify utils to work with new signature format | Amir Bandeali | 2018-04-21 | 1 | -37/+19 |
| | |||||
* | Use new logDecoder interface | Amir Bandeali | 2018-04-21 | 1 | -7/+7 |
| | |||||
* | Rename variables | Amir Bandeali | 2018-04-21 | 1 | -21/+21 |
| | |||||
* | Move log decoding logic to exchange wrapper | Amir Bandeali | 2018-04-21 | 1 | -11/+39 |
| | |||||
* | Add logDecoder, remove outdated tests | Amir Bandeali | 2018-04-21 | 1 | -8/+2 |
| | |||||
* | Move utils dir into src | Amir Bandeali | 2018-04-21 | 1 | -0/+204 |