| Commit message (Expand) | Author | Age | Files | Lines |
* | Use make-promises-safe as a preloader instead of manually importing | Alex Browne | 2018-06-22 | 10 | -10/+0 |
* | Add event to setSignatureValidatorApproval, rename signer => signerAddress ac... | Amir Bandeali | 2018-06-22 | 1 | -2/+50 |
* | Add senderAddress to Fill and Cancel logs, add comments to events and types | Amir Bandeali | 2018-06-22 | 1 | -0/+2 |
* | Linter | Greg Hysen | 2018-06-21 | 1 | -2/+1 |
* | Changed wording of two tests #nit | Greg Hysen | 2018-06-21 | 1 | -2/+2 |
* | Minor improvements to MixinSignatureValidator tests | Greg Hysen | 2018-06-21 | 1 | -14/+8 |
* | Remove .only | Greg Hysen | 2018-06-21 | 1 | -1/+1 |
* | Fixed two mislabelled revert reasons + Signature Validator revert tests worki... | Greg Hysen | 2018-06-21 | 1 | -6/+10 |
* | Twenty new tests for MixinSignatureValidator. Fixed handling of unsupported t... | Greg Hysen | 2018-06-21 | 1 | -15/+386 |
* | Merge pull request #637 from 0xProject/bug/contracts/eip712-191-prefix | Jacob Evans | 2018-06-20 | 1 | -3/+7 |
|\ |
|
| * | Merge branch 'v2-prototype' into bug/contracts/eip712-191-prefix | Jacob Evans | 2018-06-18 | 20 | -608/+1380 |
| |\ |
|
| * | | Update Order utils to use eip712 | Jacob Evans | 2018-06-06 | 2 | -8/+6 |
| * | | Add missing EIP191 prefix for EIP712 | Jacob Evans | 2018-06-05 | 1 | -2/+7 |
* | | | ERC721Proxy Always call safeTransferFrom | Jacob Evans | 2018-06-20 | 1 | -2/+6 |
* | | | Rename makerEpoch => orderEpoch | Amir Bandeali | 2018-06-20 | 2 | -20/+20 |
* | | | Make cancelOrdersUpTo compatible with sender abstraction | Amir Bandeali | 2018-06-20 | 1 | -0/+112 |
| |/
|/| |
|
* | | Rename popByte and popAddress | Amir Bandeali | 2018-06-13 | 1 | -6/+6 |
* | | Hard code test addresses/bytes32 instead of generating pseudorandom ones | Amir Bandeali | 2018-06-13 | 1 | -19/+16 |
* | | Unpop byte rather than making deep copy | Amir Bandeali | 2018-06-13 | 1 | -0/+4 |
* | | Make ZRX_PROXY_ID constant rather than popping it from ZRX_ASSET_DATA | Amir Bandeali | 2018-06-13 | 4 | -4/+4 |
* | | Add tests for deepCopyBytes and missing write methods from LibBytes | Amir Bandeali | 2018-06-13 | 1 | -70/+185 |
* | | Pop id from assetData before dispatching to AssetProxies | Amir Bandeali | 2018-06-13 | 4 | -60/+136 |
* | | Fix no-unused-variable tslint rule to include parameters and fix issues | Fabio Berger | 2018-06-12 | 1 | -1/+1 |
* | | Implement SolidityProfiler & adapt sol-cov to work with Geth | Leonid Logvinov | 2018-06-09 | 1 | -0/+5 |
* | | Linter changes to contracts | Greg Hysen | 2018-06-09 | 4 | -21/+6 |
* | | Updated LibBytes error messages | Greg Hysen | 2018-06-08 | 1 | -22/+30 |
* | | Cleanup after last rebase | Greg Hysen | 2018-06-08 | 4 | -6/+5 |
* | | Updated tests to use new revert handler | Greg Hysen | 2018-06-08 | 2 | -13/+13 |
* | | Minor fixes after rebase | Greg Hysen | 2018-06-08 | 1 | -14/+6 |
* | | Camelcase in memCopy | Greg Hysen | 2018-06-08 | 1 | -1/+1 |
* | | Style updates to contracts | Greg Hysen | 2018-06-08 | 3 | -10/+4 |
* | | Union types for generalized decodeAssetData | Greg Hysen | 2018-06-08 | 1 | -2/+2 |
* | | Removed setting makerAssetData/takerAssetData from tests where values are sam... | Greg Hysen | 2018-06-08 | 1 | -34/+0 |
* | | Style updates to ERC721 onReceiver | Greg Hysen | 2018-06-08 | 2 | -3/+14 |
* | | Fixes after rebasing | Greg Hysen | 2018-06-08 | 3 | -8/+6 |
* | | Fixed up after rebasing. Contracts build and tests pass | Greg Hysen | 2018-06-08 | 5 | -34/+21 |
* | | Style audit for proxies + libmem + libbytes | Greg Hysen | 2018-06-08 | 2 | -27/+32 |
* | | Call safeTransferFrom only when there is receiver data present | Greg Hysen | 2018-06-08 | 2 | -12/+14 |
* | | Resolved edge case in Memcpy where where send would eventually turn "negative... | Greg Hysen | 2018-06-08 | 1 | -133/+137 |
* | | Removed the LibAssetProxyDecoder. Merged decode functions into the proxies. T... | Greg Hysen | 2018-06-08 | 1 | -5/+5 |
* | | Converged on naming scheme for asset data: renamed all instances of assetMeta... | Greg Hysen | 2018-06-08 | 9 | -223/+190 |
* | | proxyData -> assetData | Greg Hysen | 2018-06-08 | 1 | -1/+1 |
* | | Add tests for word loop iteration | Remco Bloemen | 2018-06-08 | 1 | -2/+6 |
* | | Add test for zero-size overlap | Remco Bloemen | 2018-06-08 | 1 | -1/+3 |
* | | Add test cases | Remco Bloemen | 2018-06-08 | 1 | -17/+133 |
* | | Cleanup test script | Remco Bloemen | 2018-06-08 | 1 | -16/+1 |
* | | Convert Solidity tests to vectors | Remco Bloemen | 2018-06-08 | 1 | -29/+6 |
* | | Generate tests from vectors | Remco Bloemen | 2018-06-08 | 1 | -2/+40 |
* | | Tests for writing bytes to nested bytes | Greg Hysen | 2018-06-08 | 1 | -9/+91 |
* | | Tons of tests around nested byte arrays and ERC721 receiver | Greg Hysen | 2018-06-08 | 3 | -18/+165 |
* | | Test for onReceived erc721 callback | Greg Hysen | 2018-06-08 | 2 | -3/+121 |
* | | LibAssetProxyDecoder tests | Greg Hysen | 2018-06-08 | 1 | -26/+30 |
* | | Foundation for TestLibAssetProxyDecoder | Greg Hysen | 2018-06-08 | 2 | -1/+73 |
* | | Tests for libMem | Greg Hysen | 2018-06-08 | 1 | -0/+68 |
* | | Add missing awaitTransactionSuccessAsync calls | Alex Browne | 2018-06-08 | 2 | -23/+53 |
* | | Fix tslint issues | Fabio Berger | 2018-06-08 | 2 | -2/+2 |
* | | Fix missing paths | Fabio Berger | 2018-06-08 | 1 | -4/+4 |
* | | Fixed path | Fabio Berger | 2018-06-07 | 2 | -10/+10 |
* | | merge v2-prototype | Fabio Berger | 2018-06-07 | 16 | -290/+303 |
|\ \ |
|
| * \ | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-06-07 | 13 | -206/+263 |
| |\ \ |
|
| | * | | Apply prettier | Alex Browne | 2018-06-07 | 2 | -3/+10 |
| | * | | Update contracts tests after rebase | Alex Browne | 2018-06-07 | 2 | -14/+14 |
| | * | | Apply various fixes based on PR feedback | Alex Browne | 2018-06-07 | 2 | -11/+54 |
| | * | | Add Async suffix to relevant assertions | Alex Browne | 2018-06-07 | 13 | -103/+103 |
| | * | | Fix linter errors | Alex Browne | 2018-06-07 | 1 | -6/+2 |
| | * | | Update more things to work with both Geth and Ganache | Alex Browne | 2018-06-07 | 2 | -16/+28 |
| | * | | Small fixes and cleanup | Alex Browne | 2018-06-07 | 1 | -2/+2 |
| | * | | Add additional gas to calls to fillOrderNoThrow | Alex Browne | 2018-06-07 | 2 | -146/+49 |
| | * | | Throw in web3-wrapper when rawCallResult is '0x' | Alex Browne | 2018-06-07 | 1 | -6/+4 |
| | * | | Fix some more test cases, especially those that call increaseTime | Alex Browne | 2018-06-07 | 3 | -55/+58 |
| | * | | Update more tests to pass on Geth | Alex Browne | 2018-06-07 | 2 | -21/+15 |
| | * | | Get LibBytes tests working on both Ganache and Geth | Alex Browne | 2018-06-07 | 1 | -24/+28 |
| | * | | Update exchange/transactions tests for Geth error messages | Alex Browne | 2018-06-07 | 1 | -4/+4 |
| | * | | Update some tests after rebase | Alex Browne | 2018-06-07 | 3 | -20/+29 |
| | * | | Add more transactions to Geth on init. Skip tests that are failing. | Alex Browne | 2018-06-07 | 6 | -20/+135 |
| | * | | Replace constant.REVERT test assertions with expectRevertOrAlwaysFailingTrans... | Alex Browne | 2018-06-07 | 11 | -168/+141 |
| | * | | Update code after rebase | Alex Browne | 2018-06-07 | 1 | -20/+0 |
| | * | | Use Geth for contract tests | Alex Browne | 2018-06-07 | 1 | -0/+20 |
| | |/ |
|
| * / | Linter now passes | fragosti | 2018-06-06 | 16 | -70/+26 |
| |/ |
|
* / | move generated contract wrappers from `contract_wrappers/generated/` to `gene... | Fabio Berger | 2018-06-06 | 17 | -45/+45 |
|/ |
|
* | Rebase from v2-prototype | Jacob Evans | 2018-06-05 | 2 | -38/+2 |
* | Update Exchange statuses, revert instead of emmitting event on fill/cancel fa... | Amir Bandeali | 2018-06-05 | 5 | -71/+70 |
* | Improve comments and remove unused imports | Fabio Berger | 2018-06-02 | 1 | -1/+1 |
* | Fix tslint issues | Fabio Berger | 2018-06-02 | 2 | -3/+2 |
* | Merge branch 'v2-prototype' into refactor/order-utils/for-v2 | Fabio Berger | 2018-06-02 | 9 | -27/+63 |
|\ |
|
| * | Fix linter errors | Leonid Logvinov | 2018-06-01 | 2 | -2/+2 |
| * | Introduce ethereum-types package | Leonid Logvinov | 2018-06-01 | 6 | -6/+8 |
| * | Fix build | Amir Bandeali | 2018-06-01 | 1 | -1/+1 |
| * | Merge pull request #640 from 0xProject/await-transaction-success | Alex Browne | 2018-05-31 | 4 | -21/+54 |
| |\ |
|
| | * | Pass in a provider and instantiate a new web3Wrapper in token_registry_wrapper | Alex Browne | 2018-05-31 | 1 | -1/+1 |
| | * | Add awaitTransactionSuccess where needed | Alex Browne | 2018-05-31 | 3 | -20/+53 |
* | | | fix method rename | Fabio Berger | 2018-06-01 | 1 | -1/+1 |
* | | | Merge branch 'v2-prototype' into refactor/order-utils/for-v2 | Fabio Berger | 2018-06-01 | 8 | -13/+185 |
|\| | |
|
| * | | Check length before accessing indices, add awaitTransactionSuccess where need... | Amir Bandeali | 2018-05-31 | 1 | -13/+27 |
| * | | Add back before/after snapshots for each test | Amir Bandeali | 2018-05-31 | 16 | -0/+97 |
| * | | Fix formatting and tests | Amir Bandeali | 2018-05-31 | 14 | -90/+6 |
| * | | Update Whitelist | Amir Bandeali | 2018-05-31 | 1 | -0/+1 |
| * | | Use last byte of signature as signature type | Amir Bandeali | 2018-05-31 | 3 | -32/+28 |
| * | | Remove TxOrigin signature type, modify whitelist to use Validator signature type | Amir Bandeali | 2018-05-31 | 2 | -4/+7 |
| * | | Update Whitelist contract with comments, also require maker to be whitelisted | Amir Bandeali | 2018-05-31 | 1 | -4/+29 |
| * | | Add example whitelist contract and minimum tests | Amir Bandeali | 2018-05-31 | 1 | -2/+89 |
| * | | Add Validator signature type | Amir Bandeali | 2018-05-31 | 1 | -1/+1 |
| * | | Add deepCopyBytes method to LibBytes | Amir Bandeali | 2018-05-31 | 1 | -0/+34 |
| |/ |
|
* | | Introduce OrderWithoutExchangeAddress type since this is what get's sent to t... | Fabio Berger | 2018-05-31 | 1 | -6/+6 |
* | | Initial refactor of order-utils. Move many utils from contracts into this pac... | Fabio Berger | 2018-05-30 | 9 | -65/+38 |
|/ |
|
* | Remove contracts -> @0xproject/order-utils dependency | Leonid Logvinov | 2018-05-26 | 3 | -102/+85 |
* | Merge pull request #571 from 0xProject/feature/contracts/proxyOwner | Amir Bandeali | 2018-05-25 | 5 | -319/+404 |
|\ |
|
| * | Use web3-wrapper instead of 0x.js, update logDecoder | Amir Bandeali | 2018-05-25 | 1 | -5/+4 |
| * | Cleanup tests | Amir Bandeali | 2018-05-25 | 3 | -5/+11 |
| * | Move readFirst4 to LibBytes | Amir Bandeali | 2018-05-25 | 2 | -19/+11 |
| * | Add old MultiSig to previous contracts, cleanup file structure | Amir Bandeali | 2018-05-25 | 2 | -7/+7 |
| * | Fix build | Amir Bandeali | 2018-05-25 | 1 | -2/+6 |
| * | Address feedback, rename contract to AssetProxyOwner | Amir Bandeali | 2018-05-25 | 1 | -17/+17 |
| * | Update multisig tests and utils | Amir Bandeali | 2018-05-25 | 3 | -228/+312 |
* | | Merge branch 'v2-prototype' into feature/contracts/eip712-order-hash | Fabio Berger | 2018-05-25 | 6 | -10/+9 |
|\ \ |
|
| * | | Fix linter issues | Leonid Logvinov | 2018-05-25 | 2 | -2/+2 |
| * | | Migrate migrations to v2 | Leonid Logvinov | 2018-05-25 | 6 | -10/+9 |
| |/ |
|
* | | Use domain separator for exchange address | Jacob Evans | 2018-05-25 | 1 | -2/+8 |
* | | publicGetOrderSchemaHash -> getOrderSchemaHash | Jacob Evans | 2018-05-25 | 1 | -1/+1 |
* | | Update order hash to match latest eip712 | Jacob Evans | 2018-05-25 | 1 | -0/+6 |
|/ |
|
* | Check transaction receipt status codes where applicable | Alex Browne | 2018-05-24 | 11 | -60/+84 |
* | Move contract utils | Leonid Logvinov | 2018-05-24 | 4 | -379/+2 |
* | Merge branch 'v2-prototype' into feature/truffle-sol-cov | Leonid Logvinov | 2018-05-24 | 16 | -267/+251 |
|\ |
|
| * | Fix Tslint error caused by "PromiseLike" value | Fabio Berger | 2018-05-23 | 1 | -0/+6 |
| * | Fix import | Fabio Berger | 2018-05-23 | 1 | -1/+1 |
| * | Fix await calls | Fabio Berger | 2018-05-23 | 1 | -12/+3 |
| * | Refactor etherToken test to use contract-wrappers | Fabio Berger | 2018-05-23 | 1 | -22/+36 |
| * | Fix ExchangeWrapper | Fabio Berger | 2018-05-23 | 5 | -11/+5 |
| * | Fix imports | Fabio Berger | 2018-05-23 | 1 | -1/+0 |
| * | Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDep | Fabio Berger | 2018-05-23 | 16 | -189/+447 |
| |\ |
|
| * | | Remove 0x.js dep from contracts | Fabio Berger | 2018-05-23 | 16 | -240/+208 |
* | | | 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 | 2 | -1/+24 |
| |/
|/| |
|
* | | Merge branch 'v2-prototype' of github.com:0xProject/0x-monorepo into v2-proto... | Fabio Berger | 2018-05-23 | 15 | -175/+418 |
|\ \ |
|
| * \ | Merge pull request #601 from 0xProject/contracts-test-fixes | Alex Browne | 2018-05-23 | 15 | -175/+418 |
| |\ \ |
|
| | * | | Rename some variables in multi_sig_with_time_lock.ts | Alex Browne | 2018-05-23 | 1 | -10/+10 |
| | * | | Remove extra awaitTransactionMinedAsync calls | Alex Browne | 2018-05-23 | 1 | -4/+2 |
| | * | | Apply changes to test/exchange/match_orders.ts | Alex Browne | 2018-05-22 | 1 | -6/+18 |
| | * | | Fix some unhandled promise rejections | Alex Browne | 2018-05-22 | 2 | -4/+8 |
| | * | | Add awaitTransactionMinedAsync after every sent transaction | Alex Browne | 2018-05-22 | 9 | -155/+293 |
| | * | | Add missing blockchainLifecycle calls to contracts tests | Alex Browne | 2018-05-22 | 14 | -0/+91 |
* | | | | Fix tslint issues | Fabio Berger | 2018-05-23 | 2 | -10/+13 |
|/ / / |
|
* | | | Merge pull request #605 from 0xProject/fix/multiple/build-errors | Fabio Berger | 2018-05-23 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add missing return types | Remco Bloemen | 2018-05-22 | 1 | -1/+1 |
| |/ |
|
* | | merge development | Fabio Berger | 2018-05-23 | 2 | -4/+4 |
|\ \
| |/
|/| |
|
| * | Merge pull request #594 from 0xProject/improvement/addCustomTslintRules | Fabio Berger | 2018-05-23 | 3 | -8/+8 |
| |\ |
|
| | * | Fix TSLint rules | Fabio Berger | 2018-05-16 | 3 | -8/+8 |
* | | | Merge pull request #572 from 0xProject/feature/contracts/atomicMatching | Greg Hysen | 2018-05-22 | 4 | -16/+1200 |
|\ \ \ |
|
| * | | | orderFilledAmount -> orderTakerAssetFilledAmount | Greg Hysen | 2018-05-19 | 1 | -12/+12 |
| * | | | Rebased against v2-prototype | Greg Hysen | 2018-05-19 | 3 | -11/+13 |
| * | | | Moved feeTokenAddress to MatchOrderTester constructor. Since it is constant, ... | Greg Hysen | 2018-05-19 | 2 | -138/+126 |
| * | | | Cleaned up interface for decoding proxy data. Added a general decoder, which ... | Greg Hysen | 2018-05-19 | 1 | -12/+10 |
| * | | | Style improvements to the match orders typescript test class | Greg Hysen | 2018-05-19 | 1 | -18/+14 |
| * | | | The OrderInfo struct is now returned by the getOrderInfo function | Greg Hysen | 2018-05-19 | 1 | -64/+41 |
| * | | | Throw if the left or right orders do not compute the correct fill results. I ... | Greg Hysen | 2018-05-19 | 1 | -10/+8 |
| * | | | Style changes to atomic order matching | Greg Hysen | 2018-05-19 | 2 | -2/+1 |
| * | | | Atomic Order Matching - Tests | Greg Hysen | 2018-05-19 | 4 | -17/+1243 |
* | | | | merge development | Fabio Berger | 2018-05-22 | 10 | -1/+10 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * / | Use make-promises-safe to catch unhandled rejections in tests | Alex Browne | 2018-05-17 | 12 | -0/+12 |
| |/ |
|
| * | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 1 | -1/+1 |
* | | Merge branch 'development' into v2-prototype | Amir Bandeali | 2018-05-16 | 19 | -267/+250 |
|\| |
|
| * | Merge branch 'development' into breakUp0xjs | Fabio Berger | 2018-05-11 | 14 | -159/+285 |
| |\ |
|
| | * | Fix linter errors | Leonid Logvinov | 2018-05-11 | 12 | -12/+12 |
| | * | Remove unused deployer docs configs | Leonid Logvinov | 2018-05-10 | 13 | -50/+50 |
| | * | Fix linter issues | Leonid Logvinov | 2018-05-10 | 12 | -49/+53 |
| | * | Remove deployer from metacoin and contract tests | Leonid Logvinov | 2018-05-10 | 14 | -150/+271 |
| * | | Fix tslint errors | Fabio Berger | 2018-05-10 | 1 | -1/+1 |
| * | | Merge branch 'development' into breakUp0xjs | Fabio Berger | 2018-05-10 | 2 | -4/+3 |
| |\| |
|
| | * | Implement new artifacts format | Leonid Logvinov | 2018-05-07 | 2 | -4/+3 |
| * | | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin... | Fabio Berger | 2018-05-10 | 4 | -7/+8 |
| |/ |
|
* | | Move Authorizable to AssetProxy dir, rename to MixinAuthorizable | Amir Bandeali | 2018-05-08 | 1 | -3/+3 |
* | | Make LibBytes methods internal, add TestLibBytes | Amir Bandeali | 2018-05-05 | 1 | -22/+30 |
* | | Add tests for batchTransferFrom | Amir Bandeali | 2018-05-02 | 1 | -151/+296 |
* | | Add hard coded proxyId into each AssetProxy | Amir Bandeali | 2018-05-01 | 2 | -0/+22 |
* | | Make all lib functions internal, add contracts for testing | Amir Bandeali | 2018-04-27 | 3 | -178/+248 |
* | | Add tests and comments | Amir Bandeali | 2018-04-27 | 1 | -15/+25 |
* | | Add tests | Amir Bandeali | 2018-04-27 | 1 | -4/+38 |
* | | Update tests and utils | Amir Bandeali | 2018-04-27 | 1 | -0/+161 |
* | | Fix prettier | Fabio Berger | 2018-04-25 | 1 | -3/+9 |
* | | Fix merge conflict issues | Fabio Berger | 2018-04-24 | 2 | -2/+0 |
* | | merge v2-prototype | Fabio Berger | 2018-04-24 | 5 | -188/+213 |
|\ \ |
|
| * | | Rename variables, create private validation methods in token wrappers | Amir Bandeali | 2018-04-24 | 5 | -189/+212 |
* | | | Fix tests | Amir Bandeali | 2018-04-24 | 6 | -175/+59 |
|/ / |
|
* | | Fix and cleanup tests | Amir Bandeali | 2018-04-24 | 6 | -672/+574 |
* | | Rename proxyUtils => assetProxyUtils | Amir Bandeali | 2018-04-23 | 5 | -51/+51 |
* | | Rename missed variables | Amir Bandeali | 2018-04-23 | 3 | -254/+254 |
* | | Add missing async suffix | Amir Bandeali | 2018-04-22 | 1 | -11/+11 |
* | | Rename token => asset | Amir Bandeali | 2018-04-22 | 4 | -453/+453 |
* | | Rename DummyToken => DummyERC20Token | Amir Bandeali | 2018-04-22 | 7 | -37/+37 |
* | | export proxyUtils instead of individual functions | Amir Bandeali | 2018-04-22 | 5 | -51/+51 |
* | | Remove unused constructor arguments | Amir Bandeali | 2018-04-22 | 3 | -6/+3 |
* | | Added tests for (most functions in) LibBytes. The write methods are not curre... | Greg Hysen | 2018-04-21 | 1 | -0/+238 |
* | | Renamed addAssetProxy back to registerAssetProxy; this seemed to cause less c... | Greg Hysen | 2018-04-21 | 3 | -18/+18 |
* | | Inlined decodeMetadata in the proxies and removed encodeMetadata (already exi... | Greg Hysen | 2018-04-21 | 1 | -60/+0 |
* | | Miscellaneous style changes to the contracts package; specifically tests | Greg Hysen | 2018-04-21 | 5 | -19/+34 |
* | | Ran prettier | Greg Hysen | 2018-04-21 | 4 | -58/+15 |
* | | renaming after tokenTransferProxy was removed | Greg Hysen | 2018-04-21 | 4 | -127/+127 |
* | | Removed ERC20 V1 Proxy + TokenTransferProxy | Greg Hysen | 2018-04-21 | 7 | -333/+80 |
* | | switched to constants in default order params. | Greg Hysen | 2018-04-21 | 2 | -4/+4 |
* | | Reverted change that allowed ERC721 transfer proxy to be called with amount 0... | Greg Hysen | 2018-04-21 | 1 | -11/+10 |
* | | Removed takerTokenAddress and makerTokenAddress from Order struct. | Greg Hysen | 2018-04-21 | 3 | -176/+159 |
* | | Added clarity to not-authorized test case in dispatcher | Greg Hysen | 2018-04-21 | 1 | -3/+4 |
* | | More testing of common functionality across proxies | Greg Hysen | 2018-04-21 | 1 | -19/+58 |
* | | Updates to proxy tests. | Greg Hysen | 2018-04-21 | 1 | -13/+13 |
* | | More authorized -> owner in test comments | Greg Hysen | 2018-04-21 | 1 | -3/+3 |
* | | Removed unnecessary deployments in test | Greg Hysen | 2018-04-21 | 1 | -17/+1 |
* | | Moved ERC721 FillOrderNoThrow tests into wrapper | Greg Hysen | 2018-04-21 | 2 | -45/+60 |
* | | Style improvements to the Asset Proxy tests | Greg Hysen | 2018-04-21 | 2 | -134/+140 |
* | | Replaced instances of `accounts[0]` with `owner` in contracts test cases | Greg Hysen | 2018-04-21 | 5 | -23/+26 |
* | | Minor changes to typescript tests | Greg Hysen | 2018-04-21 | 1 | -4/+4 |
* | | Updated ERC20 v1 proxy names in tests | Greg Hysen | 2018-04-21 | 3 | -7/+7 |
* | | Ran prettier/linter on new contract tests | Greg Hysen | 2018-04-21 | 3 | -4/+0 |
* | | Added comments around deploying contracts to helper/wrapper tests | Greg Hysen | 2018-04-21 | 2 | -65/+34 |
* | | TS styles in core contract tests | Greg Hysen | 2018-04-21 | 1 | -91/+38 |
* | | Added more comments to proxy tests | Greg Hysen | 2018-04-21 | 1 | -52/+25 |
* | | Cleaned up TS in dispatcher tests | Greg Hysen | 2018-04-21 | 1 | -44/+36 |
* | | Removed some unused ERC721 tokens | Greg Hysen | 2018-04-21 | 1 | -62/+13 |
* | | Minor style improvements to asset proxy utils | Greg Hysen | 2018-04-21 | 5 | -62/+62 |
* | | makerAssetProxyData/takerAssetProxyData -> makerAssetData/takerAssetData | Greg Hysen | 2018-04-21 | 3 | -28/+28 |
* | | nilAddress to ZeroEx.NULL_ADDRESS | Greg Hysen | 2018-04-21 | 5 | -27/+22 |
* | | Removed unnecessary assetProxyManagerAddress | Greg Hysen | 2018-04-21 | 5 | -29/+17 |
* | | setAssetProxy to addAssetProxy | Greg Hysen | 2018-04-21 | 4 | -21/+21 |
* | | Renamed TransferProxy to Proxy | Greg Hysen | 2018-04-21 | 4 | -11/+13 |
* | | Renaming TransferProxy to Proxy | Greg Hysen | 2018-04-21 | 5 | -48/+48 |
* | | Asset Proxy Dispatcher | Greg Hysen | 2018-04-21 | 5 | -20/+1366 |
* | | Add back require statements and tests (will move to another PR) | Amir Bandeali | 2018-04-21 | 1 | -0/+42 |
* | | Revert variable naming | Amir Bandeali | 2018-04-21 | 3 | -303/+313 |
* | | Update Solidity syntax and comments | Amir Bandeali | 2018-04-21 | 2 | -20/+15 |
* | | Add tests for marketBuyOrders | Amir Bandeali | 2018-04-21 | 1 | -2/+172 |
* | | Add marketBuyOrders, rename variables, and fx old tests | Amir Bandeali | 2018-04-21 | 3 | -419/+355 |
* | | Fix build errors | Amir Bandeali | 2018-04-21 | 1 | -13/+21 |
* | | Separate filled/cancelled errors | Amir Bandeali | 2018-04-21 | 1 | -2/+2 |
* | | Remove partial cancels | Amir Bandeali | 2018-04-21 | 2 | -69/+4 |
* | | updated test name to reflect smart contracts | Greg Hysen | 2018-04-21 | 1 | -1/+1 |
* | | Change from cancelOrdersBefore to cancelOrdersUpTo. The effect is that orders... | Greg Hysen | 2018-04-21 | 1 | -23/+27 |
* | | Renamed all instances of timestamp to salt. Clarified test case wording. | Greg Hysen | 2018-04-21 | 1 | -15/+15 |
* | | Fixed spacing | Greg Hysen | 2018-04-21 | 1 | -51/+51 |
* | | Implementation and tests in the protocol for cancelling all orders up to a sp... | Greg Hysen | 2018-04-21 | 1 | -0/+67 |
* | | Add private keys for testrpc mnemonic | Amir Bandeali | 2018-04-21 | 3 | -6/+6 |
* | | Address feedback and lint | Amir Bandeali | 2018-04-21 | 2 | -6/+3 |
* | | Add tests for fillOrderNoThrow based functions | Amir Bandeali | 2018-04-21 | 2 | -130/+302 |
* | | Fix package.json | Amir Bandeali | 2018-04-21 | 1 | -1/+0 |
* | | Add fillOrderNoThrow to exchange wrapper and add test | Amir Bandeali | 2018-04-21 | 1 | -6/+48 |
* | | Modify tests to work with new utils | Amir Bandeali | 2018-04-21 | 4 | -584/+632 |
* | | Fix log decoding | Amir Bandeali | 2018-04-21 | 1 | -13/+13 |
* | | Add logDecoder, remove outdated tests | Amir Bandeali | 2018-04-21 | 1 | -13/+14 |