aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/unlimited_allowance_token.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update file structureAmir Bandeali2018-06-301-191/+0
|
* Rename RevertReasons to RevertReason since singular enum names are more commonFabio Berger2018-06-261-4/+4
|
* Move RevertReasons to @0xproject/types packageFabio Berger2018-06-251-1/+1
|
* Rename ContractLibErrors to RevertReasonsFabio Berger2018-06-231-4/+4
|
* Move constants over to ContractLibError enum and update all testsFabio Berger2018-06-231-3/+4
|
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-221-1/+0
|
* Fix tslint issuesFabio Berger2018-06-081-1/+1
|
* merge v2-prototypeFabio Berger2018-06-071-9/+11
|\
| * Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-071-6/+10
| |\ | | | | | | | | | feature/improve-linting
| | * Add Async suffix to relevant assertionsAlex Browne2018-06-071-4/+4
| | |
| | * Update more things to work with both Geth and GanacheAlex Browne2018-06-071-6/+9
| | |
| | * Update more tests to pass on GethAlex Browne2018-06-071-12/+9
| | |
| | * Add more transactions to Geth on init. Skip tests that are failing.Alex Browne2018-06-071-5/+8
| | |
| | * Replace constant.REVERT test assertions with ↵Alex Browne2018-06-071-4/+5
| | | | | | | | | | | | expectRevertOrAlwaysFailingTransaction
| * | Linter now passesfragosti2018-06-061-3/+1
| |/
* / move generated contract wrappers from `contract_wrappers/generated/` to ↵Fabio Berger2018-06-061-1/+1
|/ | | | `generated_contract_wrappers` in package with no non-generated contract wrappers
* Add awaitTransactionSuccess where neededAlex Browne2018-05-311-17/+41
|
* Remove contracts -> @0xproject/order-utils dependencyLeonid Logvinov2018-05-261-33/+29
|
* Check transaction receipt status codes where applicableAlex Browne2018-05-241-1/+1
|
* Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDepFabio Berger2018-05-231-1/+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
| * Merge pull request #601 from 0xProject/contracts-test-fixesAlex Browne2018-05-231-1/+10
| |\ | | | | | | Contracts test fixes
| | * Add awaitTransactionMinedAsync after every sent transactionAlex Browne2018-05-221-1/+4
| | |
| | * Add missing blockchainLifecycle calls to contracts testsAlex Browne2018-05-221-0/+6
| | |
* | | Remove 0x.js dep from contractsFabio Berger2018-05-231-25/+25
|/ /
* | merge developmentFabio Berger2018-05-231-2/+2
|\ \ | |/ |/|
| * Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-231-2/+2
| |\ | | | | | | Add more tslint rules
| | * Fix TSLint rulesFabio Berger2018-05-161-2/+2
| | |
* | | merge developmentFabio Berger2018-05-221-0/+1
|\| |
| * | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-0/+1
| |/
* | Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-9/+11
|\|
| * Fix linter errorsLeonid Logvinov2018-05-111-1/+1
| |
| * Remove unused deployer docs configsLeonid Logvinov2018-05-101-2/+2
| |
| * Fix linter issuesLeonid Logvinov2018-05-101-1/+1
| |
| * Remove deployer from metacoin and contract testsLeonid Logvinov2018-05-101-4/+11
| |
* | Fix and cleanup testsAmir Bandeali2018-04-241-4/+6
| |
* | Rename DummyToken => DummyERC20TokenAmir Bandeali2018-04-221-4/+4
| |
* | Move utils dir into srcAmir Bandeali2018-04-211-2/+2
|/
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-3/+3
|
* Add sol-cover implementationLeonid Logvinov2018-03-121-3/+2
|
* Improve an error message when an inorrect number of constructor params is passedLeonid Logvinov2018-02-281-1/+1
|
* Use the same templates as 0x.jsLeonid Logvinov2018-02-281-1/+1
|
* Change testsLeonid Logvinov2018-02-071-9/+13
|
* Get rid of suffixed contract versioning and replace it with a poor-mans ↵Fabio Berger2018-02-031-6/+20
| | | | package manager. Versions are stored locally, and are generated in a copy-on-write basis as required
* Make an RPC constructor param implicitLeonid Logvinov2018-01-301-1/+1
|
* Use an enum for contract nameLeonid Logvinov2018-01-301-1/+2
|
* Remove truffle from testsLeonid Logvinov2018-01-301-6/+5
|
* Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-301-6/+3
|
* Remove truffle from UnlimitedAllowanceToken testsLeonid Logvinov2018-01-301-5/+19
|
* Remove truffle from tokenTransferProxy testsLeonid Logvinov2018-01-301-0/+127