aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* Merge branch 'v2-prototype' into feature/truffle-sol-covLeonid Logvinov2018-05-2416-267/+251
|\
| * Fix Tslint error caused by "PromiseLike" valueFabio Berger2018-05-231-0/+6
| * Fix importFabio Berger2018-05-231-1/+1
| * Fix await callsFabio Berger2018-05-231-12/+3
| * Refactor etherToken test to use contract-wrappersFabio Berger2018-05-231-22/+36
| * Fix ExchangeWrapperFabio Berger2018-05-235-11/+5
| * Fix importsFabio Berger2018-05-231-1/+0
| * Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDepFabio Berger2018-05-2316-189/+447
| |\
| * | Remove 0x.js dep from contractsFabio Berger2018-05-2316-240/+208
* | | Parse compiler.json in SolCompilerArtifactsAdapterLeonid Logvinov2018-05-231-3/+1
* | | Fix a bug in CALL-like opcode handlingLeonid Logvinov2018-05-231-3/+3
* | | Rename ZeroExArtifactAdapter to SolCompilerArtifactAdapterLeonid Logvinov2018-05-231-2/+2
* | | Assign then returnLeonid Logvinov2018-05-231-1/+2
* | | Introduce CONFIG_FILELeonid Logvinov2018-05-231-1/+2
* | | Remove web3Factory.create and remove dev-tools dependency on sol-covLeonid Logvinov2018-05-232-1/+24
| |/ |/|
* | Merge branch 'v2-prototype' of github.com:0xProject/0x-monorepo into v2-proto...Fabio Berger2018-05-2315-175/+418
|\ \
| * \ Merge pull request #601 from 0xProject/contracts-test-fixesAlex Browne2018-05-2315-175/+418
| |\ \
| | * | Rename some variables in multi_sig_with_time_lock.tsAlex Browne2018-05-231-10/+10
| | * | Remove extra awaitTransactionMinedAsync callsAlex Browne2018-05-231-4/+2
| | * | Apply changes to test/exchange/match_orders.tsAlex Browne2018-05-221-6/+18
| | * | Fix some unhandled promise rejectionsAlex Browne2018-05-222-4/+8
| | * | Add awaitTransactionMinedAsync after every sent transactionAlex Browne2018-05-229-155/+293
| | * | Add missing blockchainLifecycle calls to contracts testsAlex Browne2018-05-2214-0/+91
* | | | Fix tslint issuesFabio Berger2018-05-232-10/+13
|/ / /
* | | Merge pull request #605 from 0xProject/fix/multiple/build-errorsFabio Berger2018-05-231-1/+1
|\ \ \ | |_|/ |/| |
| * | Add missing return typesRemco Bloemen2018-05-221-1/+1
| |/
* | merge developmentFabio Berger2018-05-232-4/+4
|\ \ | |/ |/|
| * Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-233-8/+8
| |\
| | * Fix TSLint rulesFabio Berger2018-05-163-8/+8
* | | Merge pull request #572 from 0xProject/feature/contracts/atomicMatchingGreg Hysen2018-05-224-16/+1200
|\ \ \
| * | | orderFilledAmount -> orderTakerAssetFilledAmountGreg Hysen2018-05-191-12/+12
| * | | Rebased against v2-prototypeGreg Hysen2018-05-193-11/+13
| * | | Moved feeTokenAddress to MatchOrderTester constructor. Since it is constant, ...Greg Hysen2018-05-192-138/+126
| * | | Cleaned up interface for decoding proxy data. Added a general decoder, which ...Greg Hysen2018-05-191-12/+10
| * | | Style improvements to the match orders typescript test classGreg Hysen2018-05-191-18/+14
| * | | The OrderInfo struct is now returned by the getOrderInfo functionGreg Hysen2018-05-191-64/+41
| * | | Throw if the left or right orders do not compute the correct fill results. I ...Greg Hysen2018-05-191-10/+8
| * | | Style changes to atomic order matchingGreg Hysen2018-05-192-2/+1
| * | | Atomic Order Matching - TestsGreg Hysen2018-05-194-17/+1243
* | | | merge developmentFabio Berger2018-05-2210-1/+10
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-1712-0/+12
| |/
| * Add missing type definitionsLeonid Logvinov2018-05-141-1/+1
* | Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-1619-267/+250
|\|
| * Merge branch 'development' into breakUp0xjsFabio Berger2018-05-1114-159/+285
| |\
| | * Fix linter errorsLeonid Logvinov2018-05-1112-12/+12
| | * Remove unused deployer docs configsLeonid Logvinov2018-05-1013-50/+50
| | * Fix linter issuesLeonid Logvinov2018-05-1012-49/+53
| | * Remove deployer from metacoin and contract testsLeonid Logvinov2018-05-1014-150/+271
| * | Fix tslint errorsFabio Berger2018-05-101-1/+1
| * | Merge branch 'development' into breakUp0xjsFabio Berger2018-05-102-4/+3
| |\|
| | * Implement new artifacts formatLeonid Logvinov2018-05-072-4/+3
| * | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-104-7/+8
| |/
* | Move Authorizable to AssetProxy dir, rename to MixinAuthorizableAmir Bandeali2018-05-081-3/+3
* | Make LibBytes methods internal, add TestLibBytesAmir Bandeali2018-05-051-22/+30
* | Add tests for batchTransferFromAmir Bandeali2018-05-021-151/+296
* | Add hard coded proxyId into each AssetProxyAmir Bandeali2018-05-012-0/+22
* | Make all lib functions internal, add contracts for testingAmir Bandeali2018-04-273-178/+248
* | Add tests and commentsAmir Bandeali2018-04-271-15/+25
* | Add testsAmir Bandeali2018-04-271-4/+38
* | Update tests and utilsAmir Bandeali2018-04-271-0/+161
* | Fix prettierFabio Berger2018-04-251-3/+9
* | Fix merge conflict issuesFabio Berger2018-04-242-2/+0
* | merge v2-prototypeFabio Berger2018-04-245-188/+213
|\ \
| * | Rename variables, create private validation methods in token wrappersAmir Bandeali2018-04-245-189/+212
* | | Fix testsAmir Bandeali2018-04-246-175/+59
|/ /
* | Fix and cleanup testsAmir Bandeali2018-04-246-672/+574
* | Rename proxyUtils => assetProxyUtilsAmir Bandeali2018-04-235-51/+51
* | Rename missed variablesAmir Bandeali2018-04-233-254/+254
* | Add missing async suffixAmir Bandeali2018-04-221-11/+11
* | Rename token => assetAmir Bandeali2018-04-224-453/+453
* | Rename DummyToken => DummyERC20TokenAmir Bandeali2018-04-227-37/+37
* | export proxyUtils instead of individual functionsAmir Bandeali2018-04-225-51/+51
* | Remove unused constructor argumentsAmir Bandeali2018-04-223-6/+3
* | Added tests for (most functions in) LibBytes. The write methods are not curre...Greg Hysen2018-04-211-0/+238
* | Renamed addAssetProxy back to registerAssetProxy; this seemed to cause less c...Greg Hysen2018-04-213-18/+18
* | Inlined decodeMetadata in the proxies and removed encodeMetadata (already exi...Greg Hysen2018-04-211-60/+0
* | Miscellaneous style changes to the contracts package; specifically testsGreg Hysen2018-04-215-19/+34
* | Ran prettierGreg Hysen2018-04-214-58/+15
* | renaming after tokenTransferProxy was removedGreg Hysen2018-04-214-127/+127
* | Removed ERC20 V1 Proxy + TokenTransferProxyGreg Hysen2018-04-217-333/+80
* | switched to constants in default order params.Greg Hysen2018-04-212-4/+4
* | Reverted change that allowed ERC721 transfer proxy to be called with amount 0...Greg Hysen2018-04-211-11/+10
* | Removed takerTokenAddress and makerTokenAddress from Order struct.Greg Hysen2018-04-213-176/+159
* | Added clarity to not-authorized test case in dispatcherGreg Hysen2018-04-211-3/+4
* | More testing of common functionality across proxiesGreg Hysen2018-04-211-19/+58
* | Updates to proxy tests.Greg Hysen2018-04-211-13/+13
* | More authorized -> owner in test commentsGreg Hysen2018-04-211-3/+3
* | Removed unnecessary deployments in testGreg Hysen2018-04-211-17/+1
* | Moved ERC721 FillOrderNoThrow tests into wrapperGreg Hysen2018-04-212-45/+60
* | Style improvements to the Asset Proxy testsGreg Hysen2018-04-212-134/+140
* | Replaced instances of `accounts[0]` with `owner` in contracts test casesGreg Hysen2018-04-215-23/+26
* | Minor changes to typescript testsGreg Hysen2018-04-211-4/+4
* | Updated ERC20 v1 proxy names in testsGreg Hysen2018-04-213-7/+7
* | Ran prettier/linter on new contract testsGreg Hysen2018-04-213-4/+0
* | Added comments around deploying contracts to helper/wrapper testsGreg Hysen2018-04-212-65/+34
* | TS styles in core contract testsGreg Hysen2018-04-211-91/+38
* | Added more comments to proxy testsGreg Hysen2018-04-211-52/+25
* | Cleaned up TS in dispatcher testsGreg Hysen2018-04-211-44/+36
* | Removed some unused ERC721 tokensGreg Hysen2018-04-211-62/+13
* | Minor style improvements to asset proxy utilsGreg Hysen2018-04-215-62/+62
* | makerAssetProxyData/takerAssetProxyData -> makerAssetData/takerAssetDataGreg Hysen2018-04-213-28/+28
* | nilAddress to ZeroEx.NULL_ADDRESSGreg Hysen2018-04-215-27/+22
* | Removed unnecessary assetProxyManagerAddressGreg Hysen2018-04-215-29/+17
* | setAssetProxy to addAssetProxyGreg Hysen2018-04-214-21/+21