Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #455 from 0xProject/fix/coveralls | Leonid Logvinov | 2018-03-15 | 18 | -29/+263 |
|\ | | | | | Enable coverage reporting for all packages that have tests | ||||
| * | Enable coverage for all other packages with tests | Leonid Logvinov | 2018-03-15 | 14 | -6/+68 |
| | | |||||
| * | Fix parallel coverage results reporting | Leonid Logvinov | 2018-03-15 | 5 | -23/+195 |
|/ | |||||
* | Merge pull request #450 from 0xProject/convertScriptsToTs | Fabio Berger | 2018-03-14 | 138 | -476/+748 |
|\ | | | | | Convert Scripts to TS & Other Misc. Fixes | ||||
| * | Fix linter issuesx | Fabio Berger | 2018-03-14 | 2 | -1/+2 |
| | | |||||
| * | Remove outdated comment | Fabio Berger | 2018-03-14 | 1 | -3/+0 |
| | | |||||
| * | Add script copying to build command | Fabio Berger | 2018-03-14 | 1 | -1/+2 |
| | | |||||
| * | Add postpublish script to sol-cov | Fabio Berger | 2018-03-14 | 4 | -6/+18 |
| | | |||||
| * | Merge branch 'development' into convertScriptsToTs | Fabio Berger | 2018-03-14 | 119 | -1645/+4341 |
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | Merge pull request #453 from 0xProject/fix/contract-templates/transformData | Leonid Logvinov | 2018-03-14 | 1 | -0/+4 |
|\ \ | | | | | | | Transform input data before encoding | ||||
| * | | Transform input data before encoding for callAsync and ↵ | Amir Bandeali | 2018-03-14 | 1 | -0/+4 |
|/ / | | | | | | | getABIEncodedTransactionData | ||||
* | | Update coverage badge to show development coverage | Leonid Logvinov | 2018-03-14 | 1 | -1/+1 |
| | | |||||
* | | Configure post build hook | Leonid Logvinov | 2018-03-14 | 1 | -2/+3 |
| | | |||||
* | | Merge pull request #426 from 0xProject/feature/solcov | Leonid Logvinov | 2018-03-14 | 116 | -1620/+4307 |
|\ \ | | | | | | | Sol-cover | ||||
| * | | Notify coveralls after all tasks have finished | Leonid Logvinov | 2018-03-14 | 1 | -0/+2 |
| | | | |||||
| * | | Address feedback | Leonid Logvinov | 2018-03-14 | 2 | -14/+10 |
| | | | |||||
| * | | Revert "Report all coverage reports together" | Leonid Logvinov | 2018-03-14 | 6 | -187/+20 |
| | | | | | | | | | | | | This reverts commit 11ed5d62baa0cce4014afaf6986a0745cc853bef. | ||||
| * | | Report all coverage reports together | Leonid Logvinov | 2018-03-13 | 6 | -20/+187 |
| | | | |||||
| * | | Add other statement types | Leonid Logvinov | 2018-03-13 | 1 | -0/+24 |
| | | | |||||
| * | | Properly and consistently parse ENV vars | Leonid Logvinov | 2018-03-13 | 4 | -8/+9 |
| | | | |||||
| * | | Add forgotten file | Leonid Logvinov | 2018-03-13 | 1 | -0/+6 |
| | | | |||||
| * | | Start using solidity-parser-antlr | Leonid Logvinov | 2018-03-13 | 6 | -63/+361 |
| | | | |||||
| * | | Submit a TD PR | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | | | |||||
| * | | Add an explanatory comment for making ranges unique | Leonid Logvinov | 2018-03-12 | 1 | -0/+1 |
| | | | |||||
| * | | 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 | 11 | -32/+28 |
| | | | |||||
| * | | Fix comments | Leonid Logvinov | 2018-03-12 | 2 | -6/+4 |
| | | | |||||
| * | | Fix deployer CHANGELOG | Leonid Logvinov | 2018-03-12 | 1 | -7/+7 |
| | | | |||||
| * | | Merge branch 'feature/solcov' of github.com:0xProject/0x-monorepo into ↵ | Fabio Berger | 2018-03-12 | 2 | -0/+28 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | feature/solcov * 'feature/solcov' of github.com:0xProject/0x-monorepo: Add a HACK to detect coverage of the modifiers with no parameters | ||||
| | * | | Add a HACK to detect coverage of the modifiers with no parameters | Leonid Logvinov | 2018-03-12 | 2 | -0/+28 |
| | | | | |||||
| * | | | Improve the sol-cov readme | Fabio Berger | 2018-03-12 | 1 | -4/+8 |
| |/ / | |||||
| * | | Treap transactions to address 0x0 as contract creation | Leonid Logvinov | 2018-03-12 | 1 | -6/+4 |
| | | | |||||
| * | | Add sol-cov README | Leonid Logvinov | 2018-03-12 | 1 | -0/+63 |
| | | | |||||
| * | | Add an example deployment script | Leonid Logvinov | 2018-03-12 | 2 | -1/+31 |
| | | | |||||
| * | | Fix subproviders CHANGELOG | Leonid Logvinov | 2018-03-12 | 1 | -2/+5 |
| | | | |||||
| * | | Remove redundant Date.now() | Leonid Logvinov | 2018-03-12 | 3 | -2/+20 |
| | | | |||||
| * | | Make env variables parsing more strict and add docs | Leonid Logvinov | 2018-03-12 | 2 | -2/+11 |
| | | | |||||
| * | | Fix a typo | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | | | |||||
| * | | Make Deployer configurable by jsonrpcUrl instead of jsonrpcPort | Leonid Logvinov | 2018-03-12 | 8 | -20/+22 |
| | | | |||||
| * | | Use locks instead of semaphores in ledger subprovider | Leonid Logvinov | 2018-03-12 | 2 | -27/+15 |
| | | | |||||
| * | | Don't await lock releases | Leonid Logvinov | 2018-03-12 | 1 | -2/+2 |
| | | | |||||
| * | | Add support for async calls under coverage | Leonid Logvinov | 2018-03-12 | 4 | -25/+52 |
| | | | |||||
| * | | Fix coverage:report:html | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | | | |||||
| * | | Add builtin modifier 'constant' | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | | | |||||
| * | | Increase timeout | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | | | |||||
| * | | Keep coverage directory | Leonid Logvinov | 2018-03-12 | 1 | -0/+0 |
| | | | |||||
| * | | Fix sources list generation in a compiler | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | | | |||||
| * | | Fix a typo in tests | Leonid Logvinov | 2018-03-12 | 1 | -2/+2 |
| | | | |||||
| * | | Disable completed docs rule | Leonid Logvinov | 2018-03-12 | 2 | -48/+21 |
| | | | |||||
| * | | Run coverage on CI | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | | | |||||
| * | | Use custom fork of ganache-core | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | | | |||||
| * | | Don't do parallel calls | Leonid Logvinov | 2018-03-12 | 1 | -8/+4 |
| | | | |||||
| * | | Address feedback | Leonid Logvinov | 2018-03-12 | 6 | -14/+25 |
| | | | |||||
| * | | Make _getSingleFileCoverageForTrace a private static method | Leonid Logvinov | 2018-03-12 | 1 | -50/+51 |
| | | | |||||
| * | | Use better variable name | Leonid Logvinov | 2018-03-12 | 1 | -2/+2 |
| | | | |||||
| * | | Introduce redundant vars | Leonid Logvinov | 2018-03-12 | 1 | -3/+6 |
| | | | |||||
| * | | Throw an error if artifacts not found | Leonid Logvinov | 2018-03-12 | 1 | -0/+3 |
| | | | |||||
| * | | Fix a typo | Leonid Logvinov | 2018-03-12 | 1 | -1/+2 |
| | | | |||||
| * | | Use string enum for branch types | Leonid Logvinov | 2018-03-12 | 1 | -4/+10 |
| | | | |||||
| * | | Fix a typo | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | | | |||||
| * | | Remove initial implementation entry | Leonid Logvinov | 2018-03-12 | 1 | -4/+0 |
| | | | |||||
| * | | Document env variables | Leonid Logvinov | 2018-03-12 | 1 | -0/+9 |
| | | | |||||
| * | | Add double negation before using shouldUseInProcessGanache | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | | | |||||
| * | | Rename useInProcessGanache to shouldUseInProcessGanache | Leonid Logvinov | 2018-03-12 | 2 | -4/+4 |
| | | | |||||
| * | | Make coverage a module instead of a function | Leonid Logvinov | 2018-03-12 | 4 | -11/+16 |
| | | | |||||
| * | | Rename COVERAGE to SOLIDITY_COVERAGS | Leonid Logvinov | 2018-03-12 | 4 | -4/+4 |
| | | | |||||
| * | | Add better error handling in deployer constructor | Leonid Logvinov | 2018-03-12 | 1 | -3/+12 |
| | | | |||||
| * | | Move compiler URL to constants | Leonid Logvinov | 2018-03-12 | 2 | -1/+2 |
| | | | |||||
| * | | Handle an error while loading the compiler | Leonid Logvinov | 2018-03-12 | 1 | -0/+3 |
| | | | |||||
| * | | Introduce isCompilerAvailableLocally | Leonid Logvinov | 2018-03-12 | 1 | -1/+2 |
| | | | |||||
| * | | Fix variable name | Leonid Logvinov | 2018-03-12 | 1 | -5/+5 |
| | | | |||||
| * | | Rename getCoverageSubprovider to getCoverageSubproviderSingleton | Leonid Logvinov | 2018-03-12 | 4 | -6/+6 |
| | | | |||||
| * | | Improve migrations comment | Leonid Logvinov | 2018-03-12 | 1 | -2/+2 |
| | | | |||||
| * | | Stop making an assumption that contract code is immutable | Leonid Logvinov | 2018-03-12 | 3 | -52/+73 |
| | | | |||||
| * | | Cache code parsing | Leonid Logvinov | 2018-03-12 | 3 | -7/+22 |
| | | | |||||
| * | | use sourceList instead of sources | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | | | |||||
| * | | Improve compiler output type | Leonid Logvinov | 2018-03-12 | 1 | -1/+4 |
| | | | |||||
| * | | Use in-process Ganache in contracts | Leonid Logvinov | 2018-03-12 | 1 | -1/+2 |
| | | | |||||
| * | | Revert mocha timeout increase | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | | | |||||
| * | | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 110 | -1567/+3701 |
| | | | |||||
* | | | Separate published packages and typescript typings on README | Brandon Millman | 2018-03-14 | 1 | -22/+27 |
| | | | |||||
* | | | Merge pull request #449 from 0xProject/bug/website/portal-history-etherscan-tx | Fabio Berger | 2018-03-12 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix the Portal Etherscan Link always overriding to address | ||||
| * | | | Fix the default always overriding to address | Jacob Evans | 2018-03-12 | 1 | -1/+1 |
|/ / / | |||||
| | * | Move configuration into package.json configs section | Fabio Berger | 2018-03-14 | 26 | -162/+185 |
| | | | |||||
| | * | Consolidate docs generation and uploading logic | Fabio Berger | 2018-03-14 | 5 | -57/+32 |
| | | | |||||
| | * | Use async/await instead of promise syntax | Fabio Berger | 2018-03-14 | 1 | -15/+14 |
| | | | |||||
| | * | Move changelog entry | Fabio Berger | 2018-03-14 | 2 | -4/+5 |
| | | | |||||
| | * | remove unneeded include | Fabio Berger | 2018-03-14 | 4 | -4/+4 |
| | | | |||||
| | * | remove unused dep | Fabio Berger | 2018-03-14 | 1 | -1/+0 |
| | | | |||||
| | * | Fix lint issues | Fabio Berger | 2018-03-13 | 19 | -3/+21 |
| | | | |||||
| | * | Re-add linter to monorepo-scripts but with tslint-config dep at earlier ↵ | Fabio Berger | 2018-03-13 | 3 | -0/+12 |
| | | | | | | | | | | | | version to avoid cyclical dependency | ||||
| | * | small fixes | Fabio Berger | 2018-03-13 | 6 | -7/+10 |
| | | | |||||
| | * | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 122 | -297/+498 |
| | | | |||||
| | * | Fix gitignore | Fabio Berger | 2018-03-13 | 1 | -1/+1 |
| | | | |||||
| | * | Move abi-gen scripts to src | Fabio Berger | 2018-03-13 | 4 | -6/+16 |
| | | | |||||
| | * | Add missing dep | Fabio Berger | 2018-03-13 | 1 | -0/+1 |
| | | | |||||
| | * | Make git-ignore generic for all package scripts | Fabio Berger | 2018-03-13 | 1 | -1/+1 |
| | | | |||||
| | * | Move monorepo_scripts into src dir removing the need for a separate ↵ | Fabio Berger | 2018-03-13 | 9 | -188/+9 |
| | | | | | | | | | | | | globals.d.ts and tsconfig files | ||||
| | * | Convert 0x.js scripts to TS, move the prepublishUtils script to `dev-utils` ↵ | Fabio Berger | 2018-03-13 | 13 | -6/+206 |
| | | | | | | | | | | | | and also convert it to TS. | ||||
| | * | Add missing prettier devDep | Fabio Berger | 2018-03-12 | 1 | -0/+1 |
| | | | |||||
| | * | Use `isMetaMask` flag rather then constructor name for Metamask provider ↵ | Fabio Berger | 2018-03-12 | 1 | -4/+2 |
| |/ |/| | | | | | detection | ||||
* | | Add `OrderRelevantState` to public types in 0x.js docs configs | Fabio Berger | 2018-03-12 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #447 from 0xProject/refactorAnalytics | Fabio Berger | 2018-03-12 | 10 | -82/+84 |
|\ \ | | | | | | | Refactor Website Analytics | ||||
| * | | Fix tslint issues | Fabio Berger | 2018-03-10 | 4 | -3/+4 |
| | | | |||||
| * | | Refactor Analytics so that calls to ReactGA are all in a single module, ↵ | Fabio Berger | 2018-03-10 | 10 | -82/+83 |
| | | | | | | | | | | | | combining the provider type util function, moving GA id to configs and using utils.onPageLoadAsync | ||||
* | | | Merge pull request #448 from 0xProject/fix/abi-gen-readme | Leonid Logvinov | 2018-03-12 | 1 | -9/+18 |
|\ \ \ | |_|/ |/| | | Update README for abi-gen | ||||
| * | | Update README | Leonid Logvinov | 2018-03-12 | 1 | -9/+18 |
|/ / | |||||
* | | Improve README | Fabio Berger | 2018-03-11 | 1 | -9/+10 |
| | | |||||
* | | Merge pull request #444 from 0xProject/dedupWeb3Wrapper | Fabio Berger | 2018-03-11 | 21 | -278/+308 |
|\ \ | | | | | | | Remove custom web3Wrapper from website | ||||
| * | | Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we ↵ | Fabio Berger | 2018-03-11 | 6 | -13/+25 |
| | | | | | | | | | | | | don't sometimes pass an empty string and sometimes undefined | ||||
| * | | Fix userAddress bugs | Fabio Berger | 2018-03-11 | 4 | -11/+15 |
| | | | |||||
| * | | Replace local PRECISION constants with global config.AMOUNT_DISPLAY_PRECISION | Fabio Berger | 2018-03-11 | 5 | -13/+13 |
| | | | |||||
| * | | Get rid of getFirstAccountIfExistsAsync since no longer needed | Fabio Berger | 2018-03-11 | 1 | -9/+4 |
| | | | |||||
| * | | Use undefined rather then an empty string in blockchainWatcher | Fabio Berger | 2018-03-11 | 1 | -8/+8 |
| | | | |||||
| * | | Refactor blockchain to store userAddress as address or undefined | Fabio Berger | 2018-03-11 | 3 | -39/+68 |
| | | | |||||
| * | | Add pr number to changelog | Fabio Berger | 2018-03-11 | 1 | -1/+1 |
| | | | |||||
| * | | Create blockchainWatcher class and refactor Portal such that Ether amounts ↵ | Fabio Berger | 2018-03-10 | 11 | -94/+114 |
| | | | | | | | | | | | | are always passed around as baseUnits | ||||
| * | | Add getProvider method to web3Wrapper | Fabio Berger | 2018-03-10 | 2 | -0/+7 |
| | | | |||||
| * | | remove remaining declaration | Fabio Berger | 2018-03-09 | 1 | -1/+0 |
| | | | |||||
| * | | Remove _exchangeAddress instance var from blockchain class | Fabio Berger | 2018-03-09 | 1 | -10/+1 |
| | | | |||||
| * | | Remove duplicitous methods from website's webWrapper | Fabio Berger | 2018-03-09 | 2 | -36/+9 |
| | | | |||||
| * | | Fix comment | Fabio Berger | 2018-03-09 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #442 from 0xProject/addPackagePublishConfig | Fabio Berger | 2018-03-11 | 17 | -1/+52 |
|\ \ \ | |_|/ |/| | | Add Package Publish Config | ||||
| * | | Merge branch 'development' into addPackagePublishConfig | Fabio Berger | 2018-03-09 | 202 | -6416/+12974 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (94 commits) Update CHANGELOG Add solc 0.4.20 and 0.4.21 Prettier sra-report README Add new packages to top level README Updated @0xproject/utils in top level package.json Publish Updated CHANGELOGs Detail tests in the README Add support for ropsten and rinkeby Fix yarn.lock Update list of packages and organize them alphabetically Fix prettier issues Add support for going back to previous hashes via the browser back button to wiki Scroll to previous hashed elements when user clicks back button Add back strict null checks to react-shared package and fix issues remove ability to have implicit dependencies and add missing deps update license remove no-implicit-this Add example & screenshot to npmignore Remove `;` to be nice to windows users ... | ||||
| * | | | Add package.json publishConfig so that these packages are published as public. | Fabio Berger | 2018-03-08 | 17 | -1/+52 |
| | | | | |||||
* | | | | Merge pull request #445 from 0xProject/feature/web3-logging | Brandon Millman | 2018-03-10 | 1 | -18/+0 |
|\ \ \ \ | | | | | | | | | | | Fixed merge issue | ||||
| * | | | | Fixed merge issue | Tom Schmidt | 2018-03-10 | 1 | -18/+0 |
|/ / / / | |||||
* | | | | Merge pull request #441 from 0xProject/feature/website/web3-logging | Tom Schmidt | 2018-03-10 | 2 | -1/+38 |
|\ \ \ \ | |_|_|/ |/| | | | Add web3 provider logging to GA | ||||
| * | | | Merge branch 'development' into feature/website/web3-logging | Tom Schmidt | 2018-03-10 | 222 | -6570/+18519 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Fix tests by passing DummyToken args | Leonid Logvinov | 2018-03-09 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #443 from 0xProject/moveReactDocExample | Fabio Berger | 2018-03-09 | 54 | -48/+5271 |
|\ \ \ \ | | | | | | | | | | | Move `react-doc` example to separate sub-package | ||||
| * | | | | Fix tslint error | Fabio Berger | 2018-03-09 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Extend top-level tsconfigs | Fabio Berger | 2018-03-09 | 1 | -10/+2 |
| | | | | | |||||
| * | | | | Update README | Fabio Berger | 2018-03-09 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Update README | Fabio Berger | 2018-03-09 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | rm unnecessary npmignore | Fabio Berger | 2018-03-09 | 1 | -4/+0 |
| | | | | | |||||
| * | | | | remove example top-level dir | Fabio Berger | 2018-03-09 | 46 | -31/+29 |
| | | | | | |||||
| * | | | | Remove example from react-docs package to react-docs-example package | Fabio Berger | 2018-03-09 | 54 | -59/+5291 |
| | | | | | |||||
| * | | | | Fix isse of sourceMapLoader looking at node_modules | Fabio Berger | 2018-03-09 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Export DocsState | Fabio Berger | 2018-03-09 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Remove unused dep from subproviders | Fabio Berger | 2018-03-09 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Add missing dependencies | Fabio Berger | 2018-03-09 | 1 | -0/+3 |
|/ / / / | |||||
* | | | | Add missing package.json fields | Fabio Berger | 2018-03-09 | 2 | -1/+17 |
| | | | | |||||
* | | | | Improve README | Fabio Berger | 2018-03-09 | 1 | -1/+1 |
| | | | | |||||
* | | | | Remove screenshot and host it on S3 | Fabio Berger | 2018-03-09 | 3 | -2/+1 |
| |_|/ |/| | | |||||
* | | | Update CHANGELOG | Amir Bandeali | 2018-03-09 | 1 | -0/+4 |
| | | | |||||
* | | | Add solc 0.4.20 and 0.4.21 | Amir Bandeali | 2018-03-09 | 3 | -0/+48 |
| | | | |||||
* | | | Prettier sra-report README | Brandon Millman | 2018-03-09 | 1 | -7/+7 |
| | | | |||||
* | | | Add new packages to top level README | Brandon Millman | 2018-03-09 | 1 | -19/+22 |
| | | | |||||
* | | | Updated @0xproject/utils in top level package.json | Brandon Millman | 2018-03-09 | 1 | -1/+1 |
| | | | |||||
* | | | Publishcontracts@2.1.15@0xproject/website@0.0.18@0xproject/web3-wrapper@0.2.1@0xproject/utils@0.4.1@0xproject/types@0.3.1@0xproject/testnet-faucets@1.0.16@0xproject/subproviders@0.7.0@0xproject/sra-report@0.0.1@0xproject/react-shared@0.0.1@0xproject/react-docs@0.0.1@0xproject/json-schemas@0.7.14@0xproject/dev-utils@0.2.1@0xproject/deployer@0.2.1@0xproject/connect@0.6.3@0xproject/base-contract@0.0.3@0xproject/assert@0.2.0@0xproject/abi-gen@0.2.50x.js@0.33.1 | Brandon Millman | 2018-03-09 | 18 | -83/+83 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.33.1 - @0xproject/abi-gen@0.2.5 - @0xproject/assert@0.2.0 - @0xproject/base-contract@0.0.3 - @0xproject/connect@0.6.3 - contracts@2.1.15 - @0xproject/deployer@0.2.1 - @0xproject/dev-utils@0.2.1 - @0xproject/json-schemas@0.7.14 - @0xproject/react-docs@0.0.1 - @0xproject/react-shared@0.0.1 - @0xproject/sra-report@0.0.1 - @0xproject/subproviders@0.7.0 - @0xproject/testnet-faucets@1.0.16 - @0xproject/types@0.3.1 - @0xproject/utils@0.4.1 - @0xproject/web3-wrapper@0.2.1 - @0xproject/website@0.0.18 | ||||
* | | | Updated CHANGELOGs | Brandon Millman | 2018-03-09 | 7 | -6/+8 |
| | | | |||||
* | | | Merge pull request #412 from 0xProject/feature/sra-reporter | Brandon Millman | 2018-03-09 | 21 | -43/+1809 |
|\ \ \ | | | | | | | | | Implement initial sra-report command line tool | ||||
| * | | | Detail tests in the README | Brandon Millman | 2018-03-09 | 1 | -0/+13 |
| | | | | |||||
| * | | | Add support for ropsten and rinkeby | Brandon Millman | 2018-03-09 | 4 | -1/+17 |
| | | | | |||||
| * | | | Fix yarn.lock | Brandon Millman | 2018-03-09 | 1 | -4/+139 |
| | | | | |||||
| * | | | Merge branch 'development' into feature/sra-reporter | Brandon Millman | 2018-03-09 | 179 | -6620/+11355 |
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (68 commits) Update list of packages and organize them alphabetically Fix prettier issues Add support for going back to previous hashes via the browser back button to wiki Scroll to previous hashed elements when user clicks back button Add back strict null checks to react-shared package and fix issues remove ability to have implicit dependencies and add missing deps update license remove no-implicit-this Add example & screenshot to npmignore Remove `;` to be nice to windows users Use unencoded @ symbol, browser will fix Fix external type links Add comment about commented out CSS exception Update prettier since the previous version had a bug when dealing with css files Fix css files with prettier Added base-contract package to README Prettify test jsons Update yarn.lock Improve README Feedback ... | ||||
* | | | | Update list of packages and organize them alphabetically | Fabio Berger | 2018-03-09 | 1 | -17/+19 |
| | | | | |||||
* | | | | Merge pull request #438 from 0xProject/extractDocs | Fabio Berger | 2018-03-08 | 161 | -6297/+11030 |
|\ \ \ \ | |_|_|/ |/| | | | Extract Docs Template To Separate Package | ||||
| * | | | Fix prettier issues | Fabio Berger | 2018-03-08 | 3 | -3/+7 |
| | | | | |||||
| * | | | Merge branch 'development' into extractDocs | Fabio Berger | 2018-03-08 | 19 | -171/+295 |
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Added base-contract package to README Update yarn.lock Improve README Feedback README on derivation path Use our dev seed derivation path. README Add ledger-node package as optional dependency Force shouldGetChainCode to true in types Nuke tests for now Remove old ledger Update ledgerco packages Remove only Fix a typo Add PR name Improve an error message when an inorrect number of constructor params is passed | ||||
* | | | | Merge pull request #419 from 0xProject/fix/deployer-args | Leonid Logvinov | 2018-03-08 | 8 | -13/+32 |
|\ \ \ \ | | | | | | | | | | | 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 |
| | | | | | |||||
| * | | | | Add PR name | 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 | 8 | -14/+33 |
| | | | | | |||||
* | | | | | Merge pull request #437 from 0xProject/feature/subproviders/update-ledgerco | Jacob Evans | 2018-03-08 | 10 | -158/+262 |
|\ \ \ \ \ | | | | | | | | | | | | | Update ledgerco packages | ||||
| * | | | | | Update yarn.lock | Fabio Berger | 2018-03-08 | 1 | -98/+158 |
| | | | | | | |||||
| * | | | | | Improve README | Fabio Berger | 2018-03-08 | 1 | -7/+5 |
| | | | | | | |||||
| * | | | | | Feedback | Jacob Evans | 2018-03-08 | 4 | -9/+10 |
| | | | | | | |||||
| * | | | | | README on derivation path | Jacob Evans | 2018-03-08 | 2 | -0/+13 |
| | | | | | | |||||
| * | | | | | Use our dev seed derivation path. | Jacob Evans | 2018-03-08 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Ensuring our signer address is 0x5409ed021d9299bf6814279a6a1411a7e866a631 | ||||
| * | | | | | README | Jacob Evans | 2018-03-07 | 1 | -0/+20 |
| | | | | | | |||||
| * | | | | | Add ledger-node package as optional dependency | Jacob Evans | 2018-03-07 | 4 | -184/+208 |
| | | | | | | |||||
| * | | | | | Force shouldGetChainCode to true in types | Jacob Evans | 2018-03-06 | 1 | -2/+4 |
| | | | | | | |||||
| * | | | | | Nuke tests for now | Jacob Evans | 2018-03-06 | 6 | -230/+209 |
| | | | | | | |||||
| * | | | | | Remove old ledger | Jacob Evans | 2018-03-06 | 2 | -39/+0 |
| | | | | | | |||||
| * | | | | | Update ledgerco packages | Jacob Evans | 2018-03-06 | 5 | -32/+76 |
| | | | | | | |||||
* | | | | | | Added base-contract package to README | Brandon Millman | 2018-03-08 | 1 | -0/+1 |
| | | | | | | |||||
| | | * | | | Add support for going back to previous hashes via the browser back button to ↵ | Fabio Berger | 2018-03-08 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | wiki | ||||
| | | * | | | Scroll to previous hashed elements when user clicks back button | Fabio Berger | 2018-03-08 | 1 | -0/+10 |
| | | | | | | |||||
| | | * | | | Add back strict null checks to react-shared package and fix issues | Fabio Berger | 2018-03-08 | 5 | -13/+30 |
| | | | | | | |||||
| | | * | | | remove ability to have implicit dependencies and add missing deps | Fabio Berger | 2018-03-08 | 4 | -2/+5 |
| | | | | | | |||||
| | | * | | | update license | Fabio Berger | 2018-03-08 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | remove no-implicit-this | Fabio Berger | 2018-03-08 | 2 | -2/+0 |
| | | | | | | |||||
| | | * | | | Add example & screenshot to npmignore | Fabio Berger | 2018-03-08 | 1 | -0/+2 |
| | | | | | | |||||
| | | * | | | Remove `;` to be nice to windows users | Fabio Berger | 2018-03-08 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | Use unencoded @ symbol, browser will fix | Fabio Berger | 2018-03-08 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | Fix external type links | Fabio Berger | 2018-03-08 | 1 | -2/+1 |
| | | | | | | |||||
| | | * | | | Add comment about commented out CSS exception | Fabio Berger | 2018-03-08 | 2 | -12/+24 |
| | | | | | | |||||
| | | * | | | Update prettier since the previous version had a bug when dealing with css files | Fabio Berger | 2018-03-08 | 2 | -4/+4 |
| | | | | | | |||||
| | | * | | | Fix css files with prettier | Fabio Berger | 2018-03-08 | 6 | -460/+1331 |
| | | | | | | |||||
| | | * | | | Prettify test jsons | Fabio Berger | 2018-03-08 | 2 | -6909/+6717 |
| | | | | | | |||||
| | | * | | | Flesh out the README | Fabio Berger | 2018-03-07 | 2 | -4/+47 |
| | | | | | | |||||
| | | * | | | Fix source line numbers in docJson since source needs to be identical to ↵ | Fabio Berger | 2018-03-07 | 2 | -563/+1007 |
| | | | | | | | | | | | | | | | | | | | | | | | | Github version tag for them to line up. | ||||
| | | * | | | fix source link | Fabio Berger | 2018-03-07 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | Add command to deploy react-docs example | Fabio Berger | 2018-03-07 | 2 | -1/+4 |
| | | | | | | |||||
| | | * | | | Make sure we apply the appropriate syntax highlighting depending on the ↵ | Fabio Berger | 2018-03-07 | 5 | -4/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | language of the docs | ||||
| | | * | | | Fix link color | Fabio Berger | 2018-03-07 | 1 | -0/+4 |
| | | | | | | |||||
| | | * | | | Move remaining type configs to topLevel DocsInfoConfigs | Fabio Berger | 2018-03-07 | 8 | -115/+176 |
| | | | | | | |||||
| | | * | | | Update 0.1.12 json to add types | Fabio Berger | 2018-03-07 | 1 | -1333/+3190 |
| | | | | | | |||||
| | | * | | | Update 0.2.0 doc json to include types | Fabio Berger | 2018-03-07 | 3 | -1705/+2271 |
| | | | | | | |||||
| | | * | | | Move RawLogEntry to types package | Fabio Berger | 2018-03-07 | 3 | -12/+16 |
| | | | | | | |||||
| | | * | | | Small improvements to docs | Fabio Berger | 2018-03-07 | 1 | -5/+5 |
| | | | | | | |||||
| | | * | | | Allow user to change versions in demo example | Fabio Berger | 2018-03-07 | 4 | -58/+2780 |
| | | | | | | |||||
| | | * | | | Add onSelectedVersion callback so it can be handled in any way the caller wishes | Fabio Berger | 2018-03-07 | 9 | -17/+35 |
| | | | | | | |||||
| | | * | | | Add back icons to example so that link icon renders | Fabio Berger | 2018-03-07 | 8 | -5166/+789 |
| | | | | | | |||||
| | | * | | | hide sidebar scrollbar unless onHover | Fabio Berger | 2018-03-07 | 2 | -2/+29 |
| | | | | | | |||||
| | | * | | | Move example to it's own folder | Fabio Berger | 2018-03-07 | 35 | -10/+10 |
| | | | | | | |||||
| | | * | | | Add example docs to react-docs package | Fabio Berger | 2018-03-07 | 43 | -141/+2396 |
| | | | | | | |||||
| | | * | | | Fix tslint errors | Fabio Berger | 2018-03-07 | 8 | -10/+8 |
| | | | | | | |||||
| | | * | | | Make sidebar header configurable | Fabio Berger | 2018-03-07 | 6 | -38/+57 |
| | | | | | | |||||
| | | * | | | Add publishConfig to package.json so that packages are published as public ↵ | Fabio Berger | 2018-03-07 | 2 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | under the @0xproject namespace | ||||
| | | * | | | re-org index.ts | Fabio Berger | 2018-03-07 | 1 | -3/+3 |
| | | | | | | |||||
| | | * | | | Remove menuSubsectionsBySection prop from Documentation component | Fabio Berger | 2018-03-07 | 2 | -3/+2 |
| | | | | | | |||||
| | | * | | | Rename docsVersion prop to selectedVersion and docsVersions to versions for ↵ | Fabio Berger | 2018-03-06 | 2 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | clarity | ||||
| | | * | | | Move DocsInfo out of the components folder | Fabio Berger | 2018-03-06 | 10 | -12/+12 |
| | | | | | | |||||
| | | * | | | Remove location prop | Fabio Berger | 2018-03-06 | 2 | -3/+1 |
| | | | | | | |||||
| | | * | | | Move Documentation to the `@0xproject/react-docs` package | Fabio Berger | 2018-03-06 | 59 | -488/+653 |
| | | | | | | |||||
| | | * | | | Merge branch 'development' into extractDocs | Fabio Berger | 2018-03-06 | 12 | -6/+95 |
| | | |\ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Also show staging 0x.js docs on development Fix source links in docs with a hack to support old and new versions of the TypeDoc JSON files remove from devDeps Remove date for now Add ethers typescript typings to 0x.js deps. The library works without this atm since another dep of 0x.js has it as a dep. But it's more robust to have it here. Add missing instructions to add external types to tsconfig.json after installing the package | ||||
* | | | | | | Also show staging 0x.js docs on development | Fabio Berger | 2018-03-06 | 1 | -3/+3 |
| | | | | | | |||||
* | | | | | | Fix source links in docs with a hack to support old and new versions of the ↵ | Fabio Berger | 2018-03-06 | 1 | -2/+13 |
|/ / / / / | | | | | | | | | | | | | | | | TypeDoc JSON files | ||||
| | * | | | Moved over all pages/shared components and dependencies to react-shared | Fabio Berger | 2018-03-05 | 69 | -150/+169 |
| | | | | | |||||
| | * | | | Bug fixes | Fabio Berger | 2018-03-05 | 19 | -29/+48 |
| | | | | | |||||
| | * | | | Merge branch 'development' into extractDocs | Fabio Berger | 2018-03-05 | 41 | -150/+179 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (22 commits) Fix bugs in postpublish_utils.js Update @0xproject/utils in top-level package.json Changelog tweaks Publish Updated CHANGELOGS Fix typo Add PR number to changelog entry Add changelog update to subproviders package Add `numberOfAccounts` param to `LedgerSubprovider` method `getAccountsAsync` and add tests Remove unnecessary type assertion Move web3 typings from devDeps to deps remove extrenuous comma Add PR number Add changelog entries from types and utils Add changelog entry to subproviders Remove extra comma Move web3 and ethers types to deps for utils package Make web3 typings a dep for web3Wrapper Make web3 typings a dep for subproviders reorder deps ... # Conflicts: # packages/website/package.json | ||||
| | * \ \ \ | Merge branch '0x.js/updateTypeDoc' into extractDocs | Fabio Berger | 2018-03-04 | 10 | -55/+68 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 0x.js/updateTypeDoc: Fix comments Add comments Don't need any external packages for 0x connect docs yet Instead of adding `@0xproject/types` to tsconfig.json, let's only add it when calling TypeDoc Fix styling Make prettier ignore postpublish_utils Update yarn.lock | ||||
| | * | | | | | Add clean command | Fabio Berger | 2018-03-04 | 1 | -1/+2 |
| | | | | | | | |||||
| | * | | | | | Add changelog and readme | Fabio Berger | 2018-03-04 | 2 | -0/+50 |
| | | | | | | | |||||
| | * | | | | | remove top-level configs | Fabio Berger | 2018-03-04 | 3 | -12/+0 |
| | | | | | | | |||||
| | * | | | | | Add react-shared as dep of website | Fabio Berger | 2018-03-04 | 1 | -0/+1 |
| | | | | | | | |||||
| | * | | | | | Setup initial react-shared sub-package | Fabio Berger | 2018-03-04 | 14 | -0/+197 |
| | | | | | | | |||||
| | * | | | | | Move over AnchorTitle and associated elements | Fabio Berger | 2018-03-04 | 18 | -125/+28 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'development' into extractDocs | Fabio Berger | 2018-03-04 | 32 | -72/+97 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Update yarn.lock Update all mentions of the repo name being `0x.js` to `0x-monorepo` | ||||
| | | | | | * | | Add publish config to package.json | Fabio Berger | 2018-03-08 | 1 | -0/+3 |
| | | | | | | | | |||||
| | | | | | * | | Disable completed docs linting for globals | Brandon Millman | 2018-03-07 | 1 | -0/+1 |
| | | | | | | | | |||||
| | | | | | * | | Add name to environment | Brandon Millman | 2018-03-07 | 1 | -0/+3 |
| | | | | | | | | |||||
| | | | | | * | | Add relevant newman typings | Brandon Millman | 2018-03-07 | 1 | -1/+3 |
| | | | | | | | | |||||
| | | | | | * | | Random fixes | Brandon Millman | 2018-03-07 | 2 | -2/+1 |
| | | | | | | | | |||||
| | | | | | * | | Print error message when no orders are found from /orders | Brandon Millman | 2018-03-07 | 1 | -1/+3 |
| | | | | | | | | |||||
| | | | | | * | | Refactor environment factory and generalize token environment keys | Brandon Millman | 2018-03-07 | 4 | -79/+99 |
| | | | | | | | | |||||
| | | | | | * | | Flesh out README | Brandon Millman | 2018-03-07 | 2 | -10/+62 |
| | | | | | | | | |||||
| | | | | | * | | Add support for custom environment file | Brandon Millman | 2018-03-06 | 2 | -15/+25 |
| | | | | | | | | |||||
| | | | | | * | | Prettier | Brandon Millman | 2018-03-06 | 5 | -985/+922 |
| | | | | | | | | |||||
| | | | | | * | | Add options for exporting environment and collection files | Brandon Millman | 2018-03-06 | 1 | -3/+18 |
| | | | | | | | | |||||
| | | | | | * | | Add comment to environment factory | Brandon Millman | 2018-03-06 | 1 | -3/+8 |
| | | | | | | | | |||||
| | | | | | * | | Change all globals in environment variables | Brandon Millman | 2018-03-06 | 7 | -995/+1006 |
| | | | | | | | | |||||
| | | | | | * | | Change url command line option to endpoint-url | Brandon Millman | 2018-03-06 | 2 | -9/+9 |
| | | | | | | | | |||||
| | | | | | * | | Rename isHttpUrl to isWebUri in assert package | Brandon Millman | 2018-03-06 | 5 | -7/+11 |
| | | | | | | | | |||||
| | | | | | * | | Update 0x package versions and fix yarn.lock | Brandon Millman | 2018-03-06 | 2 | -9/+25 |
| | | | | | | | |