aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/multi_sig_with_time_lock.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update file structureAmir Bandeali2018-06-301-168/+0
|
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-221-1/+0
|
* merge v2-prototypeFabio Berger2018-06-071-13/+13
|\
| * Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-071-8/+10
| |\ | | | | | | | | | feature/improve-linting
| | * Add Async suffix to relevant assertionsAlex Browne2018-06-071-4/+4
| | |
| | * Fix some more test cases, especially those that call increaseTimeAlex Browne2018-06-071-9/+2
| | |
| | * Add more transactions to Geth on init. Skip tests that are failing.Alex Browne2018-06-071-0/+9
| | |
| | * Replace constant.REVERT test assertions with ↵Alex Browne2018-06-071-7/+7
| | | | | | | | | | | | expectRevertOrAlwaysFailingTransaction
| * | Linter now passesfragosti2018-06-061-5/+3
| |/
* / 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
* Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+1
|
* Add back before/after snapshots for each testAmir Bandeali2018-05-311-0/+6
|
* Add old MultiSig to previous contracts, cleanup file structureAmir Bandeali2018-05-251-3/+3
|
* Update multisig tests and utilsAmir Bandeali2018-05-251-107/+43
|
* Check transaction receipt status codes where applicableAlex Browne2018-05-241-9/+18
|
* Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDepFabio Berger2018-05-231-13/+41
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Rename some variables in multi_sig_with_time_lock.tsAlex Browne2018-05-231-10/+10
| |
| * Remove extra awaitTransactionMinedAsync callsAlex Browne2018-05-231-4/+2
| |
| * Add awaitTransactionMinedAsync after every sent transactionAlex Browne2018-05-221-3/+9
| |
| * Add missing blockchainLifecycle calls to contracts testsAlex Browne2018-05-221-0/+12
| |
* | Remove 0x.js dep from contractsFabio Berger2018-05-231-9/+8
|/
* 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-19/+13
|\|
| * Fix linter errorsLeonid Logvinov2018-05-111-1/+1
| |
| * Remove unused deployer docs configsLeonid Logvinov2018-05-101-3/+3
| |
| * Fix linter issuesLeonid Logvinov2018-05-101-2/+2
| |
| * Remove deployer from metacoin and contract testsLeonid Logvinov2018-05-101-16/+12
| |
| * Implement new artifacts formatLeonid Logvinov2018-05-071-1/+1
| |
* | Move utils dir into srcAmir Bandeali2018-04-211-4/+4
|/
* Merge branch 'development' into removeMigrateStepFabio Berger2018-04-051-4/+4
|\ | | | | | | | | | | | | | | * development: Fix tests Call static functions as static Address feedback Move our contract templates to accept Provider instead of Web3Wrapper
| * Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-4/+4
| |
* | Fix typosFabio Berger2018-04-041-2/+2
|/
* Add sol-cover implementationLeonid Logvinov2018-03-121-11/+4
|
* Use the same templates as 0x.jsLeonid Logvinov2018-02-281-7/+15
|
* Change testsLeonid Logvinov2018-02-071-33/+37
|
* Make an RPC constructor param implicitLeonid Logvinov2018-01-301-3/+3
|
* Use an enum for contract nameLeonid Logvinov2018-01-301-3/+7
|
* Remove truffle from testsLeonid Logvinov2018-01-301-76/+137
|
* Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-301-9/+7
|
* Remove truffle from UnlimitedAllowanceToken testsLeonid Logvinov2018-01-301-0/+7
|
* Remove truffle from MultiSigWalletWithTimeLock testsLeonid Logvinov2018-01-301-4/+10
|
* Remove truffle from tokenTransferProxy testsLeonid Logvinov2018-01-301-0/+115