aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test
Commit message (Expand)AuthorAgeFilesLines
* Use != instead of > in loops, add sanity checks to market fill functionsAmir Bandeali2018-07-231-1/+1
* Add more tests and fixesAmir Bandeali2018-07-232-406/+475
* Get actual gasPrice from transaction instead of setting defaultAmir Bandeali2018-07-231-35/+34
* Use transferFrom instead of safeTransferFromAmir Bandeali2018-07-231-1/+0
* Fix minimal testsAmir Bandeali2018-07-233-729/+747
* Add tests to verify ZRX_ASSET_DATAAmir Bandeali2018-07-232-0/+18
* Move example contracts into new examples dirAmir Bandeali2018-07-232-12/+12
* Merge pull request #877 from 0xProject/feature/contracts/removeERC721CallbackAmir Bandeali2018-07-232-109/+6
|\
| * Fixed merge errorsGreg Hysen2018-07-181-2/+0
| * Fixed merge errorGreg Hysen2018-07-181-11/+11
| * Ran prettierGreg Hysen2018-07-181-11/+11
| * Removed receiverData from ERC721 Proxy Id generationGreg Hysen2018-07-181-2/+2
| * Removed receiverData and `onReceive` callback from ERC721 proxy.Greg Hysen2018-07-182-105/+4
* | Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-1818-182/+201
|\|
| * Merge pull request #884 from 0xProject/export-more-0x.jsFabio Berger2018-07-1818-182/+201
| |\
| | * Fix prettierFabio Berger2018-07-182-9/+3
| | * Fix linterFabio Berger2018-07-181-1/+1
| | * merge v2-prototypeFabio Berger2018-07-1812-131/+451
| | |\
| | * | Rename decodeAssetDataId to decodeAssetProxyId for consistencyFabio Berger2018-07-184-11/+11
| | * | Move encodeUint256 & decodeUint256 out of assetDataUtils since we don't want ...Fabio Berger2018-07-184-6/+31
| | * | Rename assetProxyUtils to assetDataUtilsFabio Berger2018-07-1716-176/+176
* | | | MergeLeonid Logvinov2018-07-181-1/+1
|/ / /
* | | Merge pull request #883 from 0xProject/feature/tslint-improvementsLeonid Logvinov2018-07-1815-47/+49
|\ \ \ | |_|/ |/| |
| * | Fix tslint issuesLeonid Logvinov2018-07-1715-47/+49
| |/
* | Add tests for getOrderInfo and getOrdersInfoAmir Bandeali2018-07-183-5/+311
* | Fix bugs having to do with block timestamps and order expirationTimesAlex Browne2018-07-1711-128/+142
|/
* Remove extra ERC20ProxyId from Forwarder constructorJacob Evans2018-07-111-2/+1
* Use 0.4.10 in AssetProxyOwner, add readBytes4 to contract and remove LibBytesAmir Bandeali2018-07-114-7/+33
* Fix importsLeonid Logvinov2018-07-061-2/+2
* Merge pull request #822 from 0xProject/v2-contract-wrappers-WIPLeonid Logvinov2018-07-0614-66/+68
|\
| * Make it possible to configure block polling interval in base contract wrapperLeonid Logvinov2018-07-0514-66/+68
* | Types: Move Forwarder Revert Reason into types packageJacob Evans2018-07-061-13/+6
* | Forwarder specify the revert reasonsJacob Evans2018-07-061-21/+31
* | Forwarder fix linter errorJacob Evans2018-07-061-1/+1
* | Update to new assertionsJacob Evans2018-07-061-18/+16
* | Merge pull request #522 from 0xProject/feature/contracts/forwarderJacob Evans2018-07-065-0/+1056
|\ \ | |/ |/|
| * Forwarding contract (squashed commits)Jacob Evans2018-07-065-0/+1056
* | Move NodeType caching out of web3-wrapper and into our internal codeAlex Browne2018-07-041-2/+8
* | Add TransactionReceiptStatus type to ethereum-typesAlex Browne2018-07-041-2/+2
* | Improve robustness of revert reason assertionsAlex Browne2018-07-0317-185/+228
* | Fix bug where 18 decimal tokens instead of 5 decimal tokens createdFabio Berger2018-07-021-1/+1
* | Disable custom-no-magic-number for blockFabio Berger2018-07-021-0/+2
* | Remove unused variableFabio Berger2018-07-021-1/+0
* | Merge branch 'v2-prototype' into fix/five_decimal_scenarioFabio Berger2018-07-0247-397/+3793
|\|
| * Fix buildAmir Bandeali2018-06-306-30/+30
| * Update file structureAmir Bandeali2018-06-3046-162/+3532
| * Make registerAssetProxy append onlyAmir Bandeali2018-06-305-141/+42
| * Update expectRevertReasonOrAlwaysFailingTransactionAsync to check status codesAlex Browne2018-06-301-21/+3
| * Fix deployment to gethAmir Bandeali2018-06-301-6/+5
| * Fix testsAmir Bandeali2018-06-301-71/+134
* | Print out entire orderFill scenarioFabio Berger2018-07-021-7/+1
|/
* Reduce the userAddresses to the individual addresses actually used by tests, ...Fabio Berger2018-06-286-18/+30
* Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-274-216/+45
|\
| * Add more revert reasons to testsAmir Bandeali2018-06-273-19/+43
| * Make dispatchTransferFrom revert with reason from AssetProxy on failureAmir Bandeali2018-06-271-2/+2
| * Remove redundant files, hard code function selector in dispatchTransferFrom, ...Amir Bandeali2018-06-272-192/+0
* | Move combinatorial fillOrder tests into the `fill_ordere` test fileFabio Berger2018-06-272-48/+21
* | Fix testsFabio Berger2018-06-271-3/+6
* | Merge branch 'refactor/check-revert-reasons' into feature/combinatorial-testingFabio Berger2018-06-2710-86/+86
|\|
| * Temporarily switch revert reasons to `TransferFailed`. Should be `InvalidAmou...Fabio Berger2018-06-271-2/+2
| * Rename RevertReasons to RevertReason since singular enum names are more commonFabio Berger2018-06-2610-95/+95
| * Merge branch 'v2-prototype' into refactor/check-revert-reasonsFabio Berger2018-06-267-60/+34
| |\
* | | Rename to singularFabio Berger2018-06-261-9/+9
* | | Fix merge issuesFabio Berger2018-06-261-1/+4
* | | Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-267-75/+45
|\ \ \ | | |/ | |/|
| * | Don't use variables for revert reasonsAmir Bandeali2018-06-261-2/+4
| * | Run prettier and fix linting errorsAmir Bandeali2018-06-261-18/+6
| * | Fix testsAmir Bandeali2018-06-264-5/+4
| * | Update testsRemco Bloemen2018-06-261-2/+2
| * | Update testsRemco Bloemen2018-06-262-33/+20
| * | WIPRemco Bloemen2018-06-261-0/+1
| * | Remove proxyId argument from dispatchTransferFromRemco Bloemen2018-06-262-7/+4
* | | Fix inconsistency between contract and reference implementation of order vali...Fabio Berger2018-06-261-0/+2
* | | Prettier fixesFabio Berger2018-06-261-4/+1
* | | Fix tslint issuesFabio Berger2018-06-263-4/+1
* | | merge check-revert-reasonsFabio Berger2018-06-2510-22/+14
|\ \ \ | | |/ | |/|
| * | Move RevertReasons to @0xproject/types packageFabio Berger2018-06-2510-22/+14
| * | Add missing importFabio Berger2018-06-251-1/+4
* | | Add missing importFabio Berger2018-06-251-1/+4
* | | merge check-revert-reasonsFabio Berger2018-06-2510-108/+172
|\| |
| * | Merge branch 'v2-prototype' into refactor/check-revert-reasonsFabio Berger2018-06-255-366/+539
| |\|
| * | Fix tslintFabio Berger2018-06-234-4/+4
| * | Fix prettierFabio Berger2018-06-235-15/+13
| * | Rename ContractLibErrors to RevertReasonsFabio Berger2018-06-2310-95/+95
| * | Remove revert reason 'Exchange' prefixFabio Berger2018-06-231-1/+1
| * | Move constants over to ContractLibError enum and update all testsFabio Berger2018-06-233-29/+32
| * | Fix test now that contract reverts with messageFabio Berger2018-06-221-5/+3
| * | Add revert reason checks to wrapper testsFabio Berger2018-06-221-10/+19
| * | Fix testsFabio Berger2018-06-221-2/+2
| * | Change Whitelist error messages to conform to rest and added revert reason ch...Fabio Berger2018-06-221-16/+24
| * | Add revert reason checks to match_orders testsFabio Berger2018-06-221-7/+18
| * | Fix testsFabio Berger2018-06-221-2/+2
| * | Merge branch 'v2-prototype' into refactor/check-revert-reasonsFabio Berger2018-06-2211-27/+435
| |\ \
| * | | Check revert reason in dispatcher testsFabio Berger2018-06-222-5/+13
| * | | remove unused importFabio Berger2018-06-221-1/+0
| * | | Test revert reasons in proxy testsFabio Berger2018-06-211-11/+23
| * | | remove onlyFabio Berger2018-06-211-1/+1
| * | | Check revert reasons in Authorizable testsFabio Berger2018-06-211-6/+14
| * | | remove .onlyFabio Berger2018-06-211-1/+1
| * | | Update core tests to actually check revert messageFabio Berger2018-06-211-34/+53
* | | | Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-2514-393/+974
|\ \ \ \ | | |_|/ | |/| |
| * | | Add modifier and tests for removeAuthorizedAddressAtIndexAmir Bandeali2018-06-231-0/+69
| * | | Update and add testsAmir Bandeali2018-06-232-170/+269
| * | | Move isFunctionRemoveAuthorizedAddress to testRemco Bloemen2018-06-231-7/+18
| * | | Refactor LibBytes.readBytes4 for consistencyRemco Bloemen2018-06-231-3/+7
| * | | Add trailing garbage testcase for LibBytes.equalsRemco Bloemen2018-06-231-0/+10
| * | | Rename bytes.equalsRemco Bloemen2018-06-231-13/+13
| * | | Rename read/writeBytesWithLengthRemco Bloemen2018-06-231-29/+29
| * | | Merge LibMem and LibBytesRemco Bloemen2018-06-233-191/+171
| * | | Use provided mem in refernce memcpyRemco Bloemen2018-06-231-2/+2
| | |/ | |/|
| * | Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-2210-10/+0
| * | Add event to setSignatureValidatorApproval, rename signer => signerAddress ac...Amir Bandeali2018-06-221-2/+50
| * | Add senderAddress to Fill and Cancel logs, add comments to events and typesAmir Bandeali2018-06-221-0/+2
| * | LinterGreg Hysen2018-06-211-2/+1
| * | Changed wording of two tests #nitGreg Hysen2018-06-211-2/+2
| * | Minor improvements to MixinSignatureValidator testsGreg Hysen2018-06-211-14/+8
| * | Remove .onlyGreg Hysen2018-06-211-1/+1
| * | Fixed two mislabelled revert reasons + Signature Validator revert tests worki...Greg Hysen2018-06-211-6/+10
| * | Twenty new tests for MixinSignatureValidator. Fixed handling of unsupported t...Greg Hysen2018-06-211-15/+386
| |/
* | Add support for approveAll in assetWrapper and fillOrderScenariosFabio Berger2018-06-211-1/+39
* | Split balance and allowance amount types in prep of adding the "unlimited" al...Fabio Berger2018-06-201-13/+14
* | Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-204-20/+140
|\|
| * Merge pull request #637 from 0xProject/bug/contracts/eip712-191-prefixJacob Evans2018-06-201-3/+7
| |\
| | * Merge branch 'v2-prototype' into bug/contracts/eip712-191-prefixJacob Evans2018-06-1820-608/+1380
| | |\
| | * | Update Order utils to use eip712Jacob Evans2018-06-062-8/+6
| | * | Add missing EIP191 prefix for EIP712Jacob Evans2018-06-051-2/+7
| * | | ERC721Proxy Always call safeTransferFromJacob Evans2018-06-201-2/+6
| * | | Rename makerEpoch => orderEpochAmir Bandeali2018-06-202-20/+20
| * | | Make cancelOrdersUpTo compatible with sender abstractionAmir Bandeali2018-06-201-0/+112
| | |/ | |/|
* | | Remove hack in ERC20WrapperFabio Berger2018-06-196-6/+24
* | | Add ability to tweak the relevant balances/allowances for the maker and taker...Fabio Berger2018-06-152-43/+57
* | | - Refactor assetWrapper to contain more of the normalizing logic instead of e...Fabio Berger2018-06-152-2/+3
* | | Rename OrderAmountScenario to OrderAssetAmountScenario and convert generateOr...Fabio Berger2018-06-142-17/+11
* | | Use a defaultFillScenario in fillOrder testsFabio Berger2018-06-141-36/+39
* | | Replace initial set of legacy manually written fillOrder tests with declarati...Fabio Berger2018-06-142-434/+186
* | | Add ability to specify takerAssetFillAmount and taker scenarios as part of a ...Fabio Berger2018-06-141-6/+12
* | | Move orderFill combinatorialTests to exchange folderFabio Berger2018-06-131-4/+4
* | | Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-138-140/+332
|\| |
| * | Rename popByte and popAddressAmir Bandeali2018-06-131-6/+6
| * | Hard code test addresses/bytes32 instead of generating pseudorandom onesAmir Bandeali2018-06-131-19/+16
| * | Unpop byte rather than making deep copyAmir Bandeali2018-06-131-0/+4
| * | Make ZRX_PROXY_ID constant rather than popping it from ZRX_ASSET_DATAAmir Bandeali2018-06-134-4/+4
| * | Add tests for deepCopyBytes and missing write methods from LibBytesAmir Bandeali2018-06-131-70/+185
| * | Pop id from assetData before dispatching to AssetProxiesAmir Bandeali2018-06-134-60/+136
* | | Implement initial set of orderFill combinatorial testsFabio Berger2018-06-131-240/+22
* | | Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-1213-244/+810
|\| |
| * | Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-1/+1
| * | Implement SolidityProfiler & adapt sol-cov to work with GethLeonid Logvinov2018-06-091-0/+5
| * | Linter changes to contractsGreg Hysen2018-06-094-21/+6
| * | Updated LibBytes error messagesGreg Hysen2018-06-081-22/+30
| * | Cleanup after last rebaseGreg Hysen2018-06-084-6/+5
| * | Updated tests to use new revert handlerGreg Hysen2018-06-082-13/+13
| * | Minor fixes after rebaseGreg Hysen2018-06-081-14/+6
| * | Camelcase in memCopyGreg Hysen2018-06-081-1/+1
| * | Style updates to contractsGreg Hysen2018-06-083-10/+4
| * | Union types for generalized decodeAssetDataGreg Hysen2018-06-081-2/+2
| * | Removed setting makerAssetData/takerAssetData from tests where values are sam...Greg Hysen2018-06-081-34/+0
| * | Style updates to ERC721 onReceiverGreg Hysen2018-06-082-3/+14
| * | Fixes after rebasingGreg Hysen2018-06-083-8/+6
| * | Fixed up after rebasing. Contracts build and tests passGreg Hysen2018-06-085-34/+21
| * | Style audit for proxies + libmem + libbytesGreg Hysen2018-06-082-27/+32
| * | Call safeTransferFrom only when there is receiver data presentGreg Hysen2018-06-082-12/+14
| * | Resolved edge case in Memcpy where where send would eventually turn "negative...Greg Hysen2018-06-081-133/+137
| * | Removed the LibAssetProxyDecoder. Merged decode functions into the proxies. T...Greg Hysen2018-06-081-5/+5
| * | Converged on naming scheme for asset data: renamed all instances of assetMeta...Greg Hysen2018-06-089-223/+190
| * | proxyData -> assetDataGreg Hysen2018-06-081-1/+1
| * | Add tests for word loop iterationRemco Bloemen2018-06-081-2/+6
| * | Add test for zero-size overlapRemco Bloemen2018-06-081-1/+3
| * | Add test casesRemco Bloemen2018-06-081-17/+133
| * | Cleanup test scriptRemco Bloemen2018-06-081-16/+1
| * | Convert Solidity tests to vectorsRemco Bloemen2018-06-081-29/+6
| * | Generate tests from vectorsRemco Bloemen2018-06-081-2/+40
| * | Tests for writing bytes to nested bytesGreg Hysen2018-06-081-9/+91
| * | Tons of tests around nested byte arrays and ERC721 receiverGreg Hysen2018-06-083-18/+165
| * | Test for onReceived erc721 callbackGreg Hysen2018-06-082-3/+121
| * | LibAssetProxyDecoder testsGreg Hysen2018-06-081-26/+30
| * | Foundation for TestLibAssetProxyDecoderGreg Hysen2018-06-082-1/+73
| * | Tests for libMemGreg Hysen2018-06-081-0/+68
| * | Add missing awaitTransactionSuccessAsync callsAlex Browne2018-06-082-23/+53
* | | Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-0817-44/+44
|\| |
| * | Fix tslint issuesFabio Berger2018-06-082-2/+2
| * | Fix missing pathsFabio Berger2018-06-081-4/+4
| * | Fixed pathFabio Berger2018-06-072-10/+10
| * | merge v2-prototypeFabio Berger2018-06-0716-290/+303
| |\ \
| * | | move generated contract wrappers from `contract_wrappers/generated/` to `gene...Fabio Berger2018-06-0617-45/+45
| | |/ | |/|
* | | Merge branch 'fix/order-utils/remaining-v2-changes' into feature/combinatoria...Fabio Berger2018-06-082-2/+2
|\ \ \
| * | | Fix tslint failureFabio Berger2018-06-082-2/+2
| | |/ | |/|
* / | POC: Generates an order from spec, get's the amount fillableFabio Berger2018-06-081-0/+266
|/ /
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-0713-206/+263
|\ \
| * | Apply prettierAlex Browne2018-06-072-3/+10
| * | Update contracts tests after rebaseAlex Browne2018-06-072-14/+14
| * | Apply various fixes based on PR feedbackAlex Browne2018-06-072-11/+54
| * | Add Async suffix to relevant assertionsAlex Browne2018-06-0713-103/+103
| * | Fix linter errorsAlex Browne2018-06-071-6/+2
| * | Update more things to work with both Geth and GanacheAlex Browne2018-06-072-16/+28
| * | Small fixes and cleanupAlex Browne2018-06-071-2/+2
| * | Add additional gas to calls to fillOrderNoThrowAlex Browne2018-06-072-146/+49
| * | Throw in web3-wrapper when rawCallResult is '0x'Alex Browne2018-06-071-6/+4
| * | Fix some more test cases, especially those that call increaseTimeAlex Browne2018-06-073-55/+58
| * | Update more tests to pass on GethAlex Browne2018-06-072-21/+15
| * | Get LibBytes tests working on both Ganache and GethAlex Browne2018-06-071-24/+28
| * | Update exchange/transactions tests for Geth error messagesAlex Browne2018-06-071-4/+4
| * | Update some tests after rebaseAlex Browne2018-06-073-20/+29
| * | Add more transactions to Geth on init. Skip tests that are failing.Alex Browne2018-06-076-20/+135
| * | Replace constant.REVERT test assertions with expectRevertOrAlwaysFailingTrans...Alex Browne2018-06-0711-168/+141
| * | Update code after rebaseAlex Browne2018-06-071-20/+0
| * | Use Geth for contract testsAlex Browne2018-06-071-0/+20
| |/
* / Linter now passesfragosti2018-06-0616-70/+26
|/
* Rebase from v2-prototypeJacob Evans2018-06-052-38/+2
* Update Exchange statuses, revert instead of emmitting event on fill/cancel fa...Amir Bandeali2018-06-055-71/+70
* Improve comments and remove unused importsFabio Berger2018-06-021-1/+1
* Fix tslint issuesFabio Berger2018-06-022-3/+2
* Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-029-27/+63
|\
| * Fix linter errorsLeonid Logvinov2018-06-012-2/+2
| * Introduce ethereum-types packageLeonid Logvinov2018-06-016-6/+8
| * Fix buildAmir Bandeali2018-06-011-1/+1
| * Merge pull request #640 from 0xProject/await-transaction-successAlex Browne2018-05-314-21/+54
| |\
| | * Pass in a provider and instantiate a new web3Wrapper in token_registry_wrapperAlex Browne2018-05-311-1/+1
| | * Add awaitTransactionSuccess where neededAlex Browne2018-05-313-20/+53
* | | fix method renameFabio Berger2018-06-011-1/+1
* | | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-018-13/+185
|\| |
| * | Check length before accessing indices, add awaitTransactionSuccess where need...Amir Bandeali2018-05-311-13/+27
| * | Add back before/after snapshots for each testAmir Bandeali2018-05-3116-0/+97
| * | Fix formatting and testsAmir Bandeali2018-05-3114-90/+6
| * | Update WhitelistAmir Bandeali2018-05-311-0/+1
| * | Use last byte of signature as signature typeAmir Bandeali2018-05-313-32/+28
| * | Remove TxOrigin signature type, modify whitelist to use Validator signature typeAmir Bandeali2018-05-312-4/+7
| * | Update Whitelist contract with comments, also require maker to be whitelistedAmir Bandeali2018-05-311-4/+29
| * | Add example whitelist contract and minimum testsAmir Bandeali2018-05-311-2/+89
| * | Add Validator signature typeAmir Bandeali2018-05-311-1/+1
| * | Add deepCopyBytes method to LibBytesAmir Bandeali2018-05-311-0/+34
| |/
* | Introduce OrderWithoutExchangeAddress type since this is what get's sent to t...Fabio Berger2018-05-311-6/+6
* | Initial refactor of order-utils. Move many utils from contracts into this pac...Fabio Berger2018-05-309-65/+38
|/
* Remove contracts -> @0xproject/order-utils dependencyLeonid Logvinov2018-05-263-102/+85
* Merge pull request #571 from 0xProject/feature/contracts/proxyOwnerAmir Bandeali2018-05-255-319/+404
|\
| * Use web3-wrapper instead of 0x.js, update logDecoderAmir Bandeali2018-05-251-5/+4
| * Cleanup testsAmir Bandeali2018-05-253-5/+11
| * Move readFirst4 to LibBytesAmir Bandeali2018-05-252-19/+11
| * Add old MultiSig to previous contracts, cleanup file structureAmir Bandeali2018-05-252-7/+7
| * Fix buildAmir Bandeali2018-05-251-2/+6
| * Address feedback, rename contract to AssetProxyOwnerAmir Bandeali2018-05-251-17/+17
| * Update multisig tests and utilsAmir Bandeali2018-05-253-228/+312
* | Merge branch 'v2-prototype' into feature/contracts/eip712-order-hashFabio Berger2018-05-256-10/+9
|\ \
| * | Fix linter issuesLeonid Logvinov2018-05-252-2/+2
| * | Migrate migrations to v2Leonid Logvinov2018-05-256-10/+9
| |/
* | Use domain separator for exchange addressJacob Evans2018-05-251-2/+8
* | publicGetOrderSchemaHash -> getOrderSchemaHashJacob Evans2018-05-251-1/+1
* | Update order hash to match latest eip712Jacob Evans2018-05-251-0/+6
|/
* Check transaction receipt status codes where applicableAlex Browne2018-05-2411-60/+84
* Move contract utilsLeonid Logvinov2018-05-244-379/+2