Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'development' into breakUp0xjs | Fabio Berger | 2018-05-11 | 14 | -159/+285 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 errors | Leonid Logvinov | 2018-05-11 | 12 | -12/+12 |
| | | |||||
| * | Remove unused deployer docs configs | Leonid Logvinov | 2018-05-10 | 13 | -50/+50 |
| | | |||||
| * | Fix linter issues | Leonid Logvinov | 2018-05-10 | 12 | -49/+53 |
| | | |||||
| * | Remove deployer from metacoin and contract tests | Leonid Logvinov | 2018-05-10 | 14 | -150/+271 |
| | | |||||
* | | Fix tslint errors | Fabio Berger | 2018-05-10 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'development' into breakUp0xjs | Fabio Berger | 2018-05-10 | 2 | -4/+3 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 format | Leonid Logvinov | 2018-05-07 | 2 | -4/+3 |
| | | |||||
* | | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 4 | -7/+8 |
|/ | | | | unifying library with the same interface | ||||
* | Move NULL_BYTES to @0xproject/utils | Fabio Berger | 2018-04-11 | 1 | -3/+3 |
| | |||||
* | Simplify the tests | Fabio Berger | 2018-04-11 | 1 | -1/+1 |
| | |||||
* | Move migrations into separate monorepo subpackage and hook it up to 0x.js ↵ | Fabio Berger | 2018-04-09 | 1 | -1/+1 |
| | | | | and contracts | ||||
* | Move away from using web3 directly in 0x.js tests | Fabio Berger | 2018-04-06 | 1 | -3/+4 |
| | |||||
* | Merge branch 'development' into removeMigrateStep | Fabio Berger | 2018-04-05 | 14 | -55/+51 |
|\ | | | | | | | | | | | | | | | * development: Fix tests Call static functions as static Address feedback Move our contract templates to accept Provider instead of Web3Wrapper | ||||
| * | Fix tests | Leonid Logvinov | 2018-04-05 | 2 | -3/+1 |
| | | |||||
| * | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 13 | -53/+51 |
| | | |||||
* | | Fix typos | Fabio Berger | 2018-04-04 | 1 | -2/+2 |
|/ | |||||
* | Properly and consistently parse ENV vars | Leonid Logvinov | 2018-03-13 | 1 | -2/+2 |
| | |||||
* | Make Deployer configurable by jsonrpcUrl instead of jsonrpcPort | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | Add support for async calls under coverage | Leonid Logvinov | 2018-03-12 | 1 | -4/+8 |
| | |||||
* | Fix a typo in tests | Leonid Logvinov | 2018-03-12 | 1 | -2/+2 |
| | |||||
* | Don't do parallel calls | Leonid Logvinov | 2018-03-12 | 1 | -8/+4 |
| | |||||
* | Rename useInProcessGanache to shouldUseInProcessGanache | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | Make coverage a module instead of a function | Leonid Logvinov | 2018-03-12 | 1 | -2/+2 |
| | |||||
* | Rename COVERAGE to SOLIDITY_COVERAGS | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | Rename getCoverageSubprovider to getCoverageSubproviderSingleton | Leonid Logvinov | 2018-03-12 | 1 | -2/+2 |
| | |||||
* | Use in-process Ganache in contracts | Leonid Logvinov | 2018-03-12 | 1 | -1/+2 |
| | |||||
* | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 15 | -44/+42 |
| | |||||
* | Fix tests by passing DummyToken args | Leonid Logvinov | 2018-03-09 | 1 | -2/+2 |
| | |||||
* | Merge pull request #419 from 0xProject/fix/deployer-args | Leonid Logvinov | 2018-03-08 | 5 | -11/+11 |
|\ | | | | | Improve an error message when an incorrect number of constructor param… | ||||
| * | Remove only | Leonid Logvinov | 2018-02-28 | 1 | -1/+1 |
| | | |||||
| * | Fix a typo | Leonid Logvinov | 2018-02-28 | 1 | -1/+1 |
| | | |||||
| * | Improve an error message when an inorrect number of constructor params is passed | Leonid Logvinov | 2018-02-28 | 5 | -12/+12 |
| | | |||||
* | | Adjust the tests | Leonid Logvinov | 2018-03-02 | 1 | -37/+47 |
| | | |||||
* | | Make tests slightly nicer | Leonid Logvinov | 2018-03-02 | 1 | -16/+23 |
| | | |||||
* | | Remove only | Leonid Logvinov | 2018-03-02 | 1 | -1/+1 |
| | | |||||
* | | Don't pass tokenGet and tokenGive because we can get them from 0x order | Leonid Logvinov | 2018-03-02 | 1 | -3/+1 |
| | | |||||
* | | Fix a typo | Leonid Logvinov | 2018-03-02 | 1 | -2/+2 |
| | | |||||
* | | Fix the comment | Leonid Logvinov | 2018-03-02 | 1 | -1/+1 |
| | | |||||
* | | Remove false-positive linter failure because of chai-as-pronmised incorrect ↵ | Leonid Logvinov | 2018-03-02 | 1 | -0/+1 |
| | | | | | | | | types | ||||
* | | Assert that the balances don't change if arbitrage fails | Leonid Logvinov | 2018-03-02 | 1 | -4/+7 |
| | | |||||
* | | Initial implementation of Arbitrage contract with tests | Leonid Logvinov | 2018-03-02 | 1 | -0/+207 |
|/ | |||||
* | Change backend for contracts contracts | Leonid Logvinov | 2018-02-28 | 1 | -4/+4 |
| | |||||
* | Fix namings | Leonid Logvinov | 2018-02-28 | 1 | -2/+2 |
| | |||||
* | Use the same templates as 0x.js | Leonid Logvinov | 2018-02-28 | 10 | -47/+85 |
| | |||||
* | Fix build by using local events types | Leonid Logvinov | 2018-02-28 | 3 | -12/+19 |
| | |||||
* | Fix namings | Leonid Logvinov | 2018-02-09 | 1 | -84/+90 |
| | |||||
* | Use Order and SignedOrder type from 0x.js | Leonid Logvinov | 2018-02-07 | 3 | -241/+233 |
| | |||||
* | Introduce SignedOrder class and remove type assertions | Leonid Logvinov | 2018-02-07 | 3 | -220/+223 |
| | |||||
* | Make orderHashHex a getter instead of a property | Leonid Logvinov | 2018-02-07 | 2 | -26/+37 |
| | |||||
* | Special-case ZRXToken snake case conversion | Leonid Logvinov | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | Change tests | Leonid Logvinov | 2018-02-07 | 10 | -207/+275 |
| | |||||
* | Fix artifacts path | Amir Bandeali | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | Update contract versions, fix tests | Amir Bandeali | 2018-02-03 | 1 | -1/+1 |
| | |||||
* | Rename directories | Amir Bandeali | 2018-02-03 | 1 | -1/+1 |
| | |||||
* | Get rid of suffixed contract versioning and replace it with a poor-mans ↵ | Fabio Berger | 2018-02-03 | 2 | -158/+20 |
| | | | | package manager. Versions are stored locally, and are generated in a copy-on-write basis as required | ||||
* | Remove authorized address magic from tests | Leonid Logvinov | 2018-01-30 | 1 | -8/+1 |
| | |||||
* | Remove accounts magic from tests | Leonid Logvinov | 2018-01-30 | 3 | -8/+4 |
| | |||||
* | Make an RPC constructor param implicit | Leonid Logvinov | 2018-01-30 | 12 | -14/+14 |
| | |||||
* | Use an enum for contract name | Leonid Logvinov | 2018-01-30 | 12 | -35/+47 |
| | |||||
* | Remove promisified web3 functions from tests | Leonid Logvinov | 2018-01-30 | 1 | -14/+8 |
| | |||||
* | Normalize the dependencies | Leonid Logvinov | 2018-01-30 | 2 | -37/+26 |
| | |||||
* | Remove truffle from tests | Leonid Logvinov | 2018-01-30 | 13 | -276/+374 |
| | |||||
* | Refactor contracts tests to not use injected web3 instance | Leonid Logvinov | 2018-01-30 | 12 | -81/+46 |
| | |||||
* | Remove truffle from Exchange tests | Leonid Logvinov | 2018-01-30 | 3 | -20/+65 |
| | |||||
* | Remove truffle from ZRXToken tests | Leonid Logvinov | 2018-01-30 | 1 | -11/+19 |
| | |||||
* | Remove truffle from UnlimitedAllowanceToken tests | Leonid Logvinov | 2018-01-30 | 2 | -5/+26 |
| | |||||
* | Remove truffle from UnlimitedAllowanceTokenV2 tests | Leonid Logvinov | 2018-01-30 | 5 | -14/+22 |
| | |||||
* | Remove truffle from TokenRegistry tests | Leonid Logvinov | 2018-01-30 | 1 | -12/+28 |
| | |||||
* | Remove truffle from MultiSigWalletWithTimeLock tests | Leonid Logvinov | 2018-01-30 | 1 | -4/+10 |
| | |||||
* | Remove truffle from MultiSigWalletWithTimeLockExceptRemoveAuthAddr tests | Leonid Logvinov | 2018-01-30 | 2 | -14/+32 |
| | |||||
* | Remove truffle from Ether Token tests | Leonid Logvinov | 2018-01-30 | 1 | -12/+24 |
| | |||||
* | Remove truffle from tokenTransferProxy tests | Leonid Logvinov | 2018-01-30 | 2 | -39/+37 |
| | |||||
* | Remove truffle from tokenTransferProxy tests | Leonid Logvinov | 2018-01-30 | 13 | -54/+75 |
| | |||||
* | Fix linter errors | Leonid Logvinov | 2018-01-04 | 2 | -4/+2 |
| | |||||
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 8 | -8/+8 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 12 | -530/+715 |
| | |||||
* | Replace our EtherTokens with WETH9 from maker | Leonid Logvinov | 2017-12-20 | 1 | -166/+0 |
| | |||||
* | Remove reliance on testrpc snapshot in ZRX tests | Amir Bandeali | 2017-12-20 | 1 | -20/+18 |
| | |||||
* | Fix tests in contracts | Fabio Berger | 2017-12-17 | 2 | -13/+11 |
| | |||||
* | Fix connect unused vars | Leonid Logvinov | 2017-12-15 | 3 | -7/+3 |
| | |||||
* | Move more shared utils into utils package and reuse them | Leonid Logvinov | 2017-12-14 | 1 | -2/+4 |
| | |||||
* | Formatting fixes | Amir Bandeali | 2017-12-13 | 4 | -18/+27 |
| | |||||
* | fix tests after merging with development | Amir Bandeali | 2017-12-13 | 1 | -3/+3 |
| | |||||
* | Add gas limits to failing tests | Amir Bandeali | 2017-12-13 | 5 | -14/+28 |
| | |||||
* | Refactor unlimited allowance logic out of ERC20Token | Amir Bandeali | 2017-12-13 | 3 | -1/+1 |
| | |||||
* | Update 0x.js version, fix build errors | Amir Bandeali | 2017-12-13 | 6 | -10/+25 |
| | |||||
* | Add updated contracts, reorganize contract file structure | Amir Bandeali | 2017-12-13 | 2 | -4/+4 |
| | |||||
* | Add tests for ERC20Token and EtherToken_v2 | Amir Bandeali | 2017-12-13 | 2 | -4/+171 |
| | |||||
* | Fix errors with new testrpc version | Amir Bandeali | 2017-12-13 | 7 | -44/+44 |
| | |||||
* | Add version to new EtherToken, fix typos | Amir Bandeali | 2017-12-13 | 1 | -0/+118 |
| | |||||
* | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 2 | -6/+6 |
| | |||||
* | Fix linter error | Leonid Logvinov | 2017-12-02 | 1 | -1/+1 |
| | |||||
* | Make class methods that don't use 'this' static | Amir Bandeali | 2017-12-01 | 1 | -2/+2 |
| | |||||
* | Fix indentations | Amir Bandeali | 2017-11-30 | 11 | -1844/+1873 |
| | |||||
* | Add contracts to packages, fix most linting errors | Amir Bandeali | 2017-11-30 | 12 | -0/+2255 |