aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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-20/+23
|\|
| * Merge branch 'development' into breakUp0xjsFabio Berger2018-05-111-17/+21
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-4/+4
| | |
| | * Fix linter issuesLeonid Logvinov2018-05-101-3/+3
| | |
| | * Remove deployer from metacoin and contract testsLeonid Logvinov2018-05-101-19/+22
| | |
| * | Merge branch 'development' into breakUp0xjsFabio Berger2018-05-101-3/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (38 commits) Add fallback image support to relayer grid tile Clear relayer grid state when fetching Configure the compiler to generate artifacts with deployedBytecode Implement loading and error state for relayer grid Fallback image for relayer grid tile Change relayer grid tile to link on header Display top tokens from backend Remove overflowZ property from portal Suggestions and fix bad merge Fix typo Only show untracked tokens Make wallet scrollable Add token flow Update The Ocean logo Fix artifacts paths Create an artifacts folder Introduce a var Add removeHexPrefix util method CHeck if ABI exists Improve the readability of the check for should compile ... # Conflicts: # .gitignore # 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
| | * Implement new artifacts formatLeonid Logvinov2018-05-071-3/+2
| | |
| * | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-2/+2
| |/ | | | | | | unifying library with the same interface
* | Miscellaneous style changes to the contracts package; specifically testsGreg Hysen2018-04-211-1/+1
| |
* | Removed ERC20 V1 Proxy + TokenTransferProxyGreg Hysen2018-04-211-0/+8
| |
* | Move utils dir into srcAmir Bandeali2018-04-211-5/+5
|/
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-4/+4
|
* Add sol-cover implementationLeonid Logvinov2018-03-121-3/+2
|
* Use the same templates as 0x.jsLeonid Logvinov2018-02-281-10/+20
|
* Change testsLeonid Logvinov2018-02-071-41/+44
|
* Remove authorized address magic from testsLeonid Logvinov2018-01-301-8/+1
|
* Make an RPC constructor param implicitLeonid Logvinov2018-01-301-1/+1
|
* Use an enum for contract nameLeonid Logvinov2018-01-301-4/+4
|
* Remove truffle from testsLeonid Logvinov2018-01-301-32/+56
|
* 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-13/+31
|
* Remove truffle from tokenTransferProxy testsLeonid Logvinov2018-01-301-0/+150