Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v2-prototype' into fix/five_decimal_scenario | Fabio Berger | 2018-07-02 | 29 | -0/+3451 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (75 commits) Update relayer grid tiles to use Text Fix build Update file structure Update 2.0.0 artifacts Move ledgerhq module declarations to typescript-typings Export LedgerEthereumClient type in subproviders Update artifacts Add logging and updated artifacts Fix migrations Run prettier Add Kovan artifacts Use ledger subprovider Add Kovan migrations Remove state variable from Link component in Portal Make registerAssetProxy append only Update staging api link Change getTransactionReceipt to awaitTransactionMined Move /docs route to the end Remove extra call to scrollIntoView for wallet in onboarding Update expectRevertReasonOrAlwaysFailingTransactionAsync to check status codes ... | ||||
| * | Fix build | Amir Bandeali | 2018-06-30 | 3 | -25/+27 |
| | | |||||
| * | Update file structure | Amir Bandeali | 2018-06-30 | 28 | -0/+3368 |
|/ | |||||
* | Move contract utils | Leonid Logvinov | 2018-05-24 | 2 | -377/+0 |
| | |||||
* | Merge branch 'v2-prototype' into feature/truffle-sol-cov | Leonid Logvinov | 2018-05-24 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDep | Fabio Berger | 2018-05-23 | 1 | -7/+10 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | | Remove 0x.js dep from contracts | Fabio Berger | 2018-05-23 | 1 | -1/+1 |
| | | | |||||
* | | | Parse compiler.json in SolCompilerArtifactsAdapter | Leonid Logvinov | 2018-05-23 | 1 | -3/+1 |
| | | | |||||
* | | | Fix a bug in CALL-like opcode handling | Leonid Logvinov | 2018-05-23 | 1 | -3/+3 |
| | | | |||||
* | | | Rename ZeroExArtifactAdapter to SolCompilerArtifactAdapter | Leonid Logvinov | 2018-05-23 | 1 | -2/+2 |
| | | | |||||
* | | | Assign then return | Leonid Logvinov | 2018-05-23 | 1 | -1/+2 |
| | | | |||||
* | | | Introduce CONFIG_FILE | Leonid Logvinov | 2018-05-23 | 1 | -1/+2 |
| | | | |||||
* | | | Remove web3Factory.create and remove dev-tools dependency on sol-cov | Leonid Logvinov | 2018-05-23 | 1 | -0/+21 |
| |/ |/| | |||||
* | | Fix tslint issues | Fabio Berger | 2018-05-23 | 1 | -6/+9 |
| | | |||||
* | | Add missing return types | Remco Bloemen | 2018-05-22 | 1 | -1/+1 |
|/ | |||||
* | orderFilledAmount -> orderTakerAssetFilledAmount | Greg Hysen | 2018-05-19 | 1 | -12/+12 |
| | |||||
* | Rebased against v2-prototype | Greg Hysen | 2018-05-19 | 1 | -2/+2 |
| | |||||
* | Moved feeTokenAddress to MatchOrderTester constructor. Since it is constant, ↵ | Greg Hysen | 2018-05-19 | 1 | -118/+125 |
| | | | | we dont need to pass it in on each call. | ||||
* | Cleaned up interface for decoding proxy data. Added a general decoder, which ↵ | Greg Hysen | 2018-05-19 | 1 | -12/+10 |
| | | | | should be useful for the forwarding contract code. | ||||
* | Style improvements to the match orders typescript test class | Greg Hysen | 2018-05-19 | 1 | -18/+14 |
| | |||||
* | Style changes to atomic order matching | Greg Hysen | 2018-05-19 | 1 | -1/+0 |
| | |||||
* | Atomic Order Matching - Tests | Greg Hysen | 2018-05-19 | 1 | -0/+353 |
| | |||||
* | Merge branch 'development' into v2-prototype | Amir Bandeali | 2018-05-16 | 3 | -39/+0 |
|\ | |||||
| * | Remove unused deployer docs configs | Leonid Logvinov | 2018-05-10 | 1 | -1/+1 |
| | | |||||
| * | Remove deployer from metacoin and contract tests | Leonid Logvinov | 2018-05-10 | 2 | -19/+5 |
| | | |||||
* | | Move utils dir into src | Amir Bandeali | 2018-04-21 | 1 | -1/+1 |
|/ | |||||
* | Simplify the tests | Fabio Berger | 2018-04-11 | 1 | -1/+1 |
| | |||||
* | Move migrations into separate monorepo subpackage and hook it up to 0x.js ↵ | Fabio Berger | 2018-04-09 | 1 | -1/+1 |
| | | | | and contracts | ||||
* | Move away from using web3 directly in 0x.js tests | Fabio Berger | 2018-04-06 | 1 | -3/+4 |
| | |||||
* | Fix tests | Leonid Logvinov | 2018-04-05 | 1 | -2/+1 |
| | |||||
* | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -1/+2 |
| | |||||
* | Make Deployer configurable by jsonrpcUrl instead of jsonrpcPort | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | Rename useInProcessGanache to shouldUseInProcessGanache | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | Use in-process Ganache in contracts | Leonid Logvinov | 2018-03-12 | 1 | -1/+2 |
| | |||||
* | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 2 | -0/+8 |
| | |||||
* | Fix artifacts path | Amir Bandeali | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | Rename directories | Amir Bandeali | 2018-02-03 | 1 | -1/+1 |
| | |||||
* | Remove truffle from tests | Leonid Logvinov | 2018-01-30 | 1 | -0/+16 |
| | |||||
* | Remove truffle from tokenTransferProxy tests | Leonid Logvinov | 2018-01-30 | 1 | -0/+13 |