Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 3 | -4/+4 |
| | |||||
* | Handle revert with reason when decoding call result | Jacob Evans | 2018-09-28 | 1 | -1/+6 |
| | | | | | | We use in-process ganache which throws on an RPC error. This means all of our tests get a nice revert error thrown when testing against ganache. This is not possible with RPC providers and a revert with reason result is returned. Our callAsync doesn't handle this and attempts to decode the revert with reason error log as a successful log, which results in an error while decoding. This only works with our fork of ethers https://github.com/ethers-io/ethers.js/pull/188 and will need to be re-worked when updating to Ethers.js 4 | ||||
* | Remove all in-package monorepo-scripts by adding doc gen/upload and ↵ | Fabio Berger | 2018-07-30 | 1 | -8/+0 |
| | | | | aggregate release note publishing to publish script | ||||
* | Merge pull request #883 from 0xProject/feature/tslint-improvements | Leonid Logvinov | 2018-07-18 | 1 | -2/+2 |
|\ | | | | | New tslint rules | ||||
| * | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 1 | -2/+2 |
| | | |||||
* | | Mine a dummy block in blockchain_lifecycle to re-apply any time offset | Alex Browne | 2018-07-18 | 1 | -14/+25 |
|/ | |||||
* | Export Web3ProviderEngine from subproviders package | Fabio Berger | 2018-07-13 | 1 | -4/+3 |
| | |||||
* | -fetch'; | Fabio Berger | 2018-07-13 | 1 | -7/+7 |
| | |||||
* | merge v2-prototype | Fabio Berger | 2018-07-04 | 1 | -17/+9 |
|\ | |||||
| * | Move NodeType caching out of web3-wrapper and into our internal code | Alex Browne | 2018-07-04 | 1 | -2/+10 |
| | | |||||
| * | Improve robustness of revert reason assertions | Alex Browne | 2018-07-03 | 1 | -19/+3 |
| | | |||||
* | | Remove hack since latest web3-provider-engine fixed underlying issue | Fabio Berger | 2018-07-04 | 1 | -5/+0 |
|/ | |||||
* | Improve reliability of the minimum block number hack for the devnet/geth | Alex Browne | 2018-06-29 | 1 | -1/+37 |
| | |||||
* | Introduce subprovider for printing revert stack traces | Alex Browne | 2018-06-15 | 1 | -0/+1 |
| | |||||
* | Fix no-unused-variable tslint rule to include parameters and fix issues | Fabio Berger | 2018-06-12 | 1 | -1/+1 |
| | |||||
* | Implement SolidityProfiler & adapt sol-cov to work with Geth | Leonid Logvinov | 2018-06-09 | 1 | -0/+1 |
| | |||||
* | Fix linting issues | fragosti | 2018-06-07 | 1 | -1/+0 |
| | |||||
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-07 | 2 | -10/+53 |
|\ | | | | | | | feature/improve-linting | ||||
| * | Update more things to work with both Geth and Ganache | Alex Browne | 2018-06-07 | 1 | -8/+3 |
| | | |||||
| * | Remove extra logs and other small fixes | Alex Browne | 2018-06-07 | 1 | -2/+0 |
| | | |||||
| * | Add ability to quickly switch between Geth and Ganache by changing a const | Alex Browne | 2018-06-07 | 1 | -1/+7 |
| | | |||||
| * | Add more transactions to Geth on init. Skip tests that are failing. | Alex Browne | 2018-06-07 | 1 | -0/+2 |
| | | |||||
| * | Use Geth for contract tests | Alex Browne | 2018-06-07 | 2 | -9/+50 |
| | | |||||
* | | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 2 | -3/+0 |
|/ | |||||
* | Introduce ethereum-types package | Leonid Logvinov | 2018-06-01 | 1 | -1/+1 |
| | |||||
* | Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMIT | Amir Bandeali | 2018-05-31 | 2 | -3/+3 |
| | |||||
* | Increase block gas limit | Amir Bandeali | 2018-05-31 | 2 | -1/+2 |
| | |||||
* | Remove web3Factory.create and remove dev-tools dependency on sol-cov | Leonid Logvinov | 2018-05-23 | 3 | -42/+1 |
| | |||||
* | Make sol-cov work with truffle and other artifact adapters | Leonid Logvinov | 2018-05-23 | 1 | -2/+3 |
| | |||||
* | Fix TSLint issues | Fabio Berger | 2018-05-15 | 1 | -3/+12 |
| | |||||
* | Merge branch 'development' into breakUp0xjs | Fabio Berger | 2018-05-11 | 2 | -4/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ganache subprovider config | Leonid Logvinov | 2018-05-11 | 1 | -2/+2 |
| | | |||||
| * | Fix linter issues | Leonid Logvinov | 2018-05-10 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'development' into breakUp0xjs | Fabio Berger | 2018-05-10 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Fix artifacts paths | Leonid Logvinov | 2018-05-07 | 1 | -1/+1 |
| | | |||||
* | | Add var returns | Fabio Berger | 2018-05-10 | 1 | -2/+4 |
| | | |||||
* | | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 2 | -0/+67 |
|/ | | | | unifying library with the same interface | ||||
* | Merge branch 'development' into feature/0x.js/remove-hd-wallet-from-test | Jacob Evans | 2018-04-17 | 1 | -2/+2 |
|\ | |||||
| * | Fix tests | Leonid Logvinov | 2018-04-12 | 1 | -2/+2 |
| | | |||||
* | | Update the Changelog with pr number | Jacob Evans | 2018-04-14 | 1 | -1/+1 |
| | | |||||
* | | Remove truffle-hdwallet from 0x.js tests | Jacob Evans | 2018-04-13 | 1 | -1/+5 |
|/ | |||||
* | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 2 | -3/+2 |
| | |||||
* | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 1 | -1/+0 |
| | |||||
* | Merge branch 'development' into convertScriptsToTs | Fabio Berger | 2018-03-14 | 7 | -79/+99 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (71 commits) Transform input data before encoding for callAsync and getABIEncodedTransactionData Update coverage badge to show development coverage Configure post build hook Notify coveralls after all tasks have finished Address feedback Revert "Report all coverage reports together" Separate published packages and typescript typings on README Report all coverage reports together Add other statement types Properly and consistently parse ENV vars Add forgotten file Start using solidity-parser-antlr Fix the default always overriding to address Submit a TD PR Add an explanatory comment for making ranges unique Fix a typo in handling env variables Introduce TESTRPC_FIRST_ADDRESS Make BlockchainLifecycle accept only web3Wrapper Fix comments Fix deployer CHANGELOG ... # Conflicts: # README.md # packages/deployer/package.json # packages/subproviders/src/globals.d.ts # yarn.lock | ||||
| * | Properly and consistently parse ENV vars | Leonid Logvinov | 2018-03-13 | 3 | -6/+7 |
| | | |||||
| * | Fix a typo in handling env variables | Leonid Logvinov | 2018-03-12 | 1 | -3/+3 |
| | | |||||
| * | Introduce TESTRPC_FIRST_ADDRESS | Leonid Logvinov | 2018-03-12 | 2 | -1/+4 |
| | | |||||
| * | Make BlockchainLifecycle accept only web3Wrapper | Leonid Logvinov | 2018-03-12 | 1 | -4/+2 |
| | | |||||
| * | Remove redundant Date.now() | Leonid Logvinov | 2018-03-12 | 1 | -0/+19 |
| | | |||||
| * | Make env variables parsing more strict and add docs | Leonid Logvinov | 2018-03-12 | 1 | -2/+9 |
| | | |||||
| * | Address feedback | Leonid Logvinov | 2018-03-12 | 1 | -1/+2 |
| | | |||||
| * | Add double negation before using shouldUseInProcessGanache | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | | |||||
| * | Rename useInProcessGanache to shouldUseInProcessGanache | Leonid Logvinov | 2018-03-12 | 1 | -3/+3 |
| | | |||||
| * | Make coverage a module instead of a function | Leonid Logvinov | 2018-03-12 | 3 | -9/+14 |
| | | |||||
| * | Rename COVERAGE to SOLIDITY_COVERAGS | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | | |||||
| * | Rename getCoverageSubprovider to getCoverageSubproviderSingleton | Leonid Logvinov | 2018-03-12 | 3 | -4/+4 |
| | | |||||
| * | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 6 | -79/+65 |
| | | |||||
* | | Move configuration into package.json configs section | Fabio Berger | 2018-03-14 | 1 | -2/+3 |
| | | |||||
* | | Fix lint issues | Fabio Berger | 2018-03-13 | 1 | -0/+1 |
| | | |||||
* | | small fixes | Fabio Berger | 2018-03-13 | 2 | -2/+1 |
| | | |||||
* | | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 4 | -96/+11 |
| | | |||||
* | | Convert 0x.js scripts to TS, move the prepublishUtils script to `dev-utils` ↵ | Fabio Berger | 2018-03-13 | 4 | -0/+99 |
|/ | | | | and also convert it to TS. | ||||
* | Change imports order | Leonid Logvinov | 2018-02-15 | 1 | -1/+2 |
| | |||||
* | Move subproviders from dev-utils to subproviders | Leonid Logvinov | 2018-02-15 | 3 | -64/+1 |
| | |||||
* | Remove constructor arg | Leonid Logvinov | 2018-01-30 | 2 | -4/+5 |
| | |||||
* | Make an RPC constructor param implicit | Leonid Logvinov | 2018-01-30 | 1 | -2/+3 |
| | |||||
* | Remove truffle from tests | Leonid Logvinov | 2018-01-30 | 1 | -1/+2 |
| | |||||
* | Refactor contracts tests to not use injected web3 instance | Leonid Logvinov | 2018-01-30 | 6 | -0/+111 |
| | |||||
* | Fix a stupid RPC bug which caused the port togo over 65535 | Leonid Logvinov | 2018-01-17 | 1 | -1/+1 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 2 | -3/+3 |
| | |||||
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 2 | -25/+25 |
| | |||||
* | Fix connect unused vars | Leonid Logvinov | 2017-12-15 | 1 | -1/+0 |
| | |||||
* | Implement first custom linter rule async-suffix | Leonid Logvinov | 2017-12-15 | 1 | -3/+0 |
| | |||||
* | Create dev-utils with blockchainLifecycle in it | Leonid Logvinov | 2017-12-14 | 3 | -0/+89 |