aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/util
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'development' into breakUp0xjsFabio Berger2018-05-102-28/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-072-28/+12
| |
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-20/+20
|/ | | | unifying library with the same interface
* Fix commentsFabio Berger2018-04-181-8/+8
|
* Move NULL_BYTES to @0xproject/utilsFabio Berger2018-04-111-1/+0
|
* Move common types out of web3 typesLeonid Logvinov2018-03-272-5/+6
|
* Merge pull request #419 from 0xProject/fix/deployer-argsLeonid Logvinov2018-03-081-0/+6
|\ | | | | Improve an error message when an incorrect number of constructor param…
| * Improve an error message when an inorrect number of constructor params is passedLeonid Logvinov2018-02-281-0/+6
| |
* | Initial implementation of Arbitrage contract with testsLeonid Logvinov2018-03-022-1/+10
|/
* Change backend for contracts contractsLeonid Logvinov2018-02-281-3/+3
|
* Fix namingsLeonid Logvinov2018-02-281-2/+2
|
* Use the same templates as 0x.jsLeonid Logvinov2018-02-283-8/+10
|
* Use Order and SignedOrder type from 0x.jsLeonid Logvinov2018-02-077-255/+142
|
* Introduce SignedOrder class and remove type assertionsLeonid Logvinov2018-02-076-104/+142
|
* Make orderHashHex a getter instead of a propertyLeonid Logvinov2018-02-073-6/+4
|
* Add missing asyncLeonid Logvinov2018-02-071-1/+1
|
* Change utilsLeonid Logvinov2018-02-074-32/+41
|
* Fix artifacts pathAmir Bandeali2018-02-071-10/+10
|
* Rename directoriesAmir Bandeali2018-02-032-12/+10
|
* Rename previous contracts, fix imports, add nested file structureAmir Bandeali2018-02-031-1/+0
|
* Use an enum for contract nameLeonid Logvinov2018-01-301-12/+13
|
* Normalize the dependenciesLeonid Logvinov2018-01-304-20/+17
|
* Make awaitTransactionMinedAsync non-generic againLeonid Logvinov2018-01-301-7/+7
|
* Remove truffle from testsLeonid Logvinov2018-01-308-61/+123
|
* Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-301-1/+0
|
* Remove truffle from tokenTransferProxy testsLeonid Logvinov2018-01-301-0/+1
|
* Move deployer to a separate packageLeonid Logvinov2018-01-181-9/+9
|
* Fix linter errorsLeonid Logvinov2018-01-041-2/+1
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-046-9/+6
|
* Apply prettier configLeonid Logvinov2018-01-0310-98/+167
|
* Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-211-3/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Move call to error reporter to end of handler so that even if reporting the error takes a while, it doesn't block the UI Update outdated WETH ranges Fix conditional Fix top-padding Publish Update CHANGELOGs Add slashes to base URLs Fix linter issue Fix WETH symbol Update snapshot and artifacts Replace our EtherTokens with WETH9 from maker Fix test description Fix a typo Add err==null assertions Add WETH9 tests Use the new snapshot including WETH9 and it's artifacts Add WETH9 and mirations Fix WETH events watching Fix a typo Init the _etherTokenContractsByAddress ...
| * Replace our EtherTokens with WETH9 from makerLeonid Logvinov2017-12-201-3/+1
| |
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-206-34/+34
|/
* Fix connect unused varsLeonid Logvinov2017-12-151-1/+0
|
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-143-55/+1
|
* Add gas limits to failing testsAmir Bandeali2017-12-131-0/+3
|
* Update 0x.js version, fix build errorsAmir Bandeali2017-12-131-0/+1
|
* Add updated contracts, reorganize contract file structureAmir Bandeali2017-12-131-0/+2
|
* Add tests for ERC20Token and EtherToken_v2Amir Bandeali2017-12-131-2/+2
|
* Fix errors with new testrpc versionAmir Bandeali2017-12-131-0/+1
|
* Add version to new EtherToken, fix typosAmir Bandeali2017-12-131-0/+2
|
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-2/+2
|
* Make class methods that don't use 'this' staticAmir Bandeali2017-12-011-11/+11
|
* Fix indentationsAmir Bandeali2017-11-3011-575/+577
|
* Add contracts to packages, fix most linting errorsAmir Bandeali2017-11-3013-0/+735