aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/ether_token.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update file structureAmir Bandeali2018-06-301-138/+0
|
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-221-1/+0
|
* merge v2-prototypeFabio Berger2018-06-071-7/+6
|\
| * Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-071-5/+4
| |\ | | | | | | | | | feature/improve-linting
| | * Add Async suffix to relevant assertionsAlex Browne2018-06-071-3/+3
| | |
| | * Update more tests to pass on GethAlex Browne2018-06-071-9/+6
| | |
| | * Update some tests after rebaseAlex Browne2018-06-071-2/+4
| | |
| * | Linter now passesfragosti2018-06-061-2/+2
| |/
* / 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-1/+4
|
* Remove contracts -> @0xproject/order-utils dependencyLeonid Logvinov2018-05-261-31/+22
|
* Check transaction receipt status codes where applicableAlex Browne2018-05-241-3/+12
|
* Fix await callsFabio Berger2018-05-231-12/+3
|
* Refactor etherToken test to use contract-wrappersFabio Berger2018-05-231-22/+36
|
* Fix importsFabio Berger2018-05-231-1/+0
|
* Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDepFabio Berger2018-05-231-3/+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
| * Add missing blockchainLifecycle calls to contracts testsAlex Browne2018-05-221-0/+7
| |
* | Remove 0x.js dep from contractsFabio Berger2018-05-231-3/+4
|/
* 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/+8
|\|
| * Merge branch 'development' into breakUp0xjsFabio Berger2018-05-111-3/+5
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix ganache subprovider config Fix a bug in compiler config precedence Fix linter errors Fix templates Remove unused deployer docs configs Add a legacy endpoint for the deployer Add a check for compiler output Add a comment Put ARTIFACTS_VERSION in a config Improve a comment Remove _applyDefaultsToDeployTxDataAsync Add a HACK comment Fix linter issues Rename deployer to sol-compiler Remove deployer Remove deployer from 0x.js and migrations Configure migrations with a compiler.json Remove deployer from metacoin and contract tests Update wallet footer and add remove token functionality # Conflicts: # .gitignore # packages/0x.js/package.json # packages/0x.js/src/0x.ts # packages/contracts/package.json # packages/contracts/test/multi_sig_with_time_lock.ts # packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts # packages/contracts/util/artifacts.ts # packages/deployer/test/deployer_test.ts # packages/migrations/package.json
| | * 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-3/+5
| | |
| * | Fix tslint errorsFabio Berger2018-05-101-1/+1
| | |
| * | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-3/+3
| |/ | | | | | | unifying library with the same interface
* / Move utils dir into srcAmir Bandeali2018-04-211-2/+2
|/
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-4/+4
|
* Add sol-cover implementationLeonid Logvinov2018-03-121-3/+2
|
* Make an RPC constructor param implicitLeonid Logvinov2018-01-301-1/+1
|
* Use an enum for contract nameLeonid Logvinov2018-01-301-1/+2
|
* Remove promisified web3 functions from testsLeonid Logvinov2018-01-301-14/+8
|
* 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 UnlimitedAllowanceTokenV2 testsLeonid Logvinov2018-01-301-2/+1
|
* Remove truffle from MultiSigWalletWithTimeLockExceptRemoveAuthAddr testsLeonid Logvinov2018-01-301-1/+1
|
* Remove truffle from Ether Token testsLeonid Logvinov2018-01-301-12/+24
|
* Remove truffle from tokenTransferProxy testsLeonid Logvinov2018-01-301-0/+124