aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/test
Commit message (Expand)AuthorAgeFilesLines
* More small artifacts updates/changesAlex Browne2018-09-051-1/+1
* Fix broken testBrandon Millman2018-08-281-2/+3
* Add test for order validatorBrandon Millman2018-08-282-0/+142
* Remove some unused variables in forwarder wrapper testBrandon Millman2018-08-281-3/+0
* Fix remaining merge issuesFabio Berger2018-08-221-2/+2
* Merge development branchFabio Berger2018-08-222-1/+212
|\
| * remove v2 contract artifactsF. Eugene Aumson2018-08-211-1/+1
| * Rename to Transaction Encoder.Jacob Evans2018-08-182-113/+211
| * [Contract-wrappers] Exchange execute transaction encoderJacob Evans2018-08-161-0/+113
* | Cleanup contract-wrappers index.tsFabio Berger2018-08-206-20/+11
* | Fix additional merge conflictsFabio Berger2018-08-151-1/+1
|/
* Update orderFactory interfaceBrandon Millman2018-08-041-8/+2
* Rename to calldata utilsBrandon Millman2018-08-031-8/+8
* Add testsBrandon Millman2018-08-021-0/+66
* Update forwarder_wrapper_testBrandon Millman2018-07-311-0/+16
* Write initial test for forwarder_wrapperBrandon Millman2018-07-311-12/+69
* Fix spelling error in exchange wrapper testsBrandon Millman2018-07-311-1/+1
* Add getOrdersInfo to exchange_wrapperBrandon Millman2018-07-311-0/+9
* Implement initial forwarder wrapperBrandon Millman2018-07-311-0/+57
* Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-181-3/+3
|\
| * Merge pull request #884 from 0xProject/export-more-0x.jsFabio Berger2018-07-181-3/+3
| |\
| | * Rename assetProxyUtils to assetDataUtilsFabio Berger2018-07-171-3/+3
* | | MergeLeonid Logvinov2018-07-181-2/+2
* | | Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-182-39/+1
|\| |
| * | Merge pull request #883 from 0xProject/feature/tslint-improvementsLeonid Logvinov2018-07-181-1/+1
| |\ \ | | |/ | |/|
| | * Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
| * | Remove no-longer needed testsFabio Berger2018-07-171-38/+0
| |/
* | Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-162-4/+2
|\|
| * Export Web3ProviderEngine from subproviders packageFabio Berger2018-07-132-4/+2
* | Export forgotten stuff from contract-wrappersLeonid Logvinov2018-07-131-2/+2
|/
* Contract Wrappers - Ether token block rangeJacob Evans2018-07-111-5/+9
* Fix testsLeonid Logvinov2018-07-062-3/+9
* Fix prettierLeonid Logvinov2018-07-051-1/+2
* Fix merge conflictsLeonid Logvinov2018-07-051-10/+2
* Adjust commentsLeonid Logvinov2018-07-051-7/+0
* Rename Proxie to ProxyLeonid Logvinov2018-07-051-4/+2
* Rearrange assertions t match parameter orderLeonid Logvinov2018-07-051-7/+9
* Fix match orders test and add a validation TODOLeonid Logvinov2018-07-051-2/+9
* Add tests for exchange contract wrapperLeonid Logvinov2018-07-051-1029/+313
* Update dummy tokens addresses in token_utilsLeonid Logvinov2018-07-051-3/+3
* Remove only from testsLeonid Logvinov2018-07-051-1/+1
* Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-054-3/+1238
|\
| * Fix Tslint issuesFabio Berger2018-06-264-7/+7
* | Fix build after rebaseLeonid Logvinov2018-06-291-1/+1
* | Add a commentLeonid Logvinov2018-06-291-0/+2
* | Assign true values to names varsLeonid Logvinov2018-06-291-8/+13
* | Fix a typoLeonid Logvinov2018-06-291-1/+1
* | Set the interval to 0 in awaitTranscationSuccessAsyncLeonid Logvinov2018-06-294-22/+28
* | Make promises dangerousLeonid Logvinov2018-06-293-3/+0
* | Add a TODO commentLeonid Logvinov2018-06-291-0/+1
* | Rename getApprovedAsync to getApprovedIfExistsAsyncLeonid Logvinov2018-06-291-3/+6
* | Refactor event subscription testsLeonid Logvinov2018-06-291-13/+27
* | Implement ERC721 token wrapper and token transfer proxy with testsLeonid Logvinov2018-06-292-0/+496
* | Refactor ERC20 token transfer proxy and it's testsLeonid Logvinov2018-06-291-4/+4
* | Refactor ERC20 token wrapper and it's testsLeonid Logvinov2018-06-291-128/+185
* | Refactor ether token wrapper testLeonid Logvinov2018-06-291-53/+64
* | Export txDefaults from web3_wrapper.tsLeonid Logvinov2018-06-291-3/+7
* | Refactor tokenUtils to not use tokenRegistryLeonid Logvinov2018-06-291-30/+42
* | Add new test constantsLeonid Logvinov2018-06-291-0/+8
* | Skip & refactor artifacts testsLeonid Logvinov2018-06-291-15/+9
* | Run V2 migrations instead of V1 before testsLeonid Logvinov2018-06-291-3/+3
* | Remove exchange-related functionality for nowLeonid Logvinov2018-06-294-2026/+0
|/
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-229-9/+0
* Merge branch 'v2-prototype' into fix/contract-wrappers/exchangeTransferSimulatorFabio Berger2018-06-121-1/+1
|\
| * Increase timeout for contract migrationsLeonid Logvinov2018-06-091-1/+1
* | Refactor ExchangeTransferSimulator public interface to accet an AbstractBalan...Fabio Berger2018-06-112-2/+12
|/
* Linter now passesfragosti2018-06-061-2/+0
* Try enabling no-unused-variable...fragosti2018-06-0510-13/+9
* Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMITAmir Bandeali2018-05-311-1/+1
* Migrate migrations to v2Leonid Logvinov2018-05-251-2/+2
* Check transaction receipt status codes where applicableAlex Browne2018-05-244-27/+27
* Remove web3Factory.create and remove dev-tools dependency on sol-covLeonid Logvinov2018-05-232-5/+4
* Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-233-3/+11
|\
| * Disable magic number rule in more places where it isn't helping code readabilityFabio Berger2018-05-171-10/+10
| * Fix TSLint rulesFabio Berger2018-05-163-8/+16
* | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-179-0/+9
|/
* Fix TSLint issuesFabio Berger2018-05-152-2/+2
* remove unused modulesFabio Berger2018-05-111-18/+0
* Fix prettierFabio Berger2018-05-112-2/+6
* Update global_hooksFabio Berger2018-05-111-3/+14
* Remove last artifactFabio Berger2018-05-101-39/+0
* Remove artifactsFabio Berger2018-05-1013-5490/+0
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-1029-0/+8825