aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-191-5/+5
|
* Merge developmentLeonid Logvinov2019-01-101-5/+8
|\
| * Python contract demo, with lots of refactoring (#1485)F. Eugene Aumson2019-01-091-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refine Order for Web3 compat. & add conversions Changed some of the fields in the Order class so that it can be passed to our contracts via Web3. Added conversion utilities so that an Order can be easily converted to and from a JSON-compatible dict (specifically by encoding/decoding the `bytes` fields), to facilitate validation against the JSON schema. Also modified JSON order schema to accept integers in addition to stringified integers. * Fixes for json_schemas Has-types indicator file, py.typed, was not being included in package. Schemas were not being properly gathered into package installation. * Add test/demo of Exchange.getOrderInfo() * web3 bug workaround * Fix problem packaging contract artifacts * Move contract addresses to their own package * Move contract artifacts to their own package * Add scripts to install, test & lint all components * prettierignore files in local python dev env * Correct missing coverage analysis for sra_client * CI cache lint: don't save, re-use from test-python * tag hacks as hacks * correct merge mistake * remove local strip_0x() in favor of eth_utils * remove json schemas from old order_utils location * correct merge mistake * doctest json schemas via command-line, not code
| * Update README.mdChris Kalani2019-01-091-1/+1
| |
| * Update README.mdChris Kalani2019-01-091-1/+1
| | | | | | Fixing logo
| * Move zero_ex.json_schemas to its own packageF. Eugene Aumson2018-12-151-4/+5
| |
* | Refactor out sol-cov, sol-profiler and sol-trace into their separate packagesLeonid Logvinov2019-01-081-1/+3
|/
* fix(sra_client.py): Fix version badge in READMEF. Eugene Aumson2018-12-141-1/+1
| | | | | | * Correct Python SRA client version badge * Fix spacing for prettier
* feat(sra_client.py)F. Eugene Aumson2018-12-121-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Code generation scripts * Generated code * Change test config to hit 0x-launch-kit * Ran prettier on generated code * First test case, of get_asset_pairs() * Use launch kit docker image to faciliate CI tests * Fix markdown rendering for GitHub and PyPI * Add URL for PyPI to link back to GitHub * Add one-line package description to README.md * Remove git_push.sh * Remove unimplemented tests * Add sra_client to top-level README package list * Remove repeated-everywhere long description * Add shorcuts for publishing * Remove TypeScript examples
* Fix typo in top level READMEBrandon Millman2018-12-111-7/+6
|
* Update top level README packages list with instantBrandon Millman2018-12-111-0/+2
|
* Replace packages/contracts with contracts/coreLeonid Logvinov2018-12-031-1/+1
|
* Put python package above TS/JS packagesFabio Berger2018-11-221-6/+6
|
* Reduce title sizeFabio Berger2018-11-211-1/+1
|
* reduce text side in READMEFabio Berger2018-11-211-7/+7
|
* Improve top-level READMEFabio Berger2018-11-211-59/+60
|
* fix(order_utils.py): publish docs to S3, not RTD (#1264)F. Eugene Aumson2018-11-171-0/+8
| | | | | Publishing to readthedocs.io (RTD) wasn't working, for various reasons. Changed to publish docs to S3.
* Update README.mdLiam Horne2018-10-251-0/+4
|
* chore: Update list of published packages in top-level READMEAlex Browne2018-10-191-23/+31
|
* chore: change README.md from 0xproject to 0xJacob Evans2018-10-181-34/+34
|
* Remove sra-reportLeonid Logvinov2018-10-181-2/+1
|
* Fix typoBrandon Millman2018-10-051-1/+1
|
* Add asset-buyer to published packages section in READMEBrandon Millman2018-10-051-0/+1
|
* Add order-utils to README listFabio Berger2018-09-221-2/+3
|
* Run prettierfragosti2018-08-251-1/+1
|
* Rename sra-api to sra-specfragosti2018-08-241-1/+1
|
* Remove trailing slashFabio Berger2018-08-241-1/+1
|
* Improve READMEFabio Berger2018-08-221-1/+1
|
* Apply prettirfragosti2018-08-211-1/+1
|
* Add sra-api to READMEfragosti2018-08-211-0/+1
|
* Change Yarn verson in READMEFabio Berger2018-08-191-7/+1
|
* Add note about needing Yarn 1.6 to READMEFabio Berger2018-07-271-3/+5
|
* Add developer mailing list link to READMEAmir Bandeali2018-07-031-0/+3
|
* Merge pull request #578 from 0xProject/document-node-versionAlex Browne2018-05-161-0/+2
|\ | | | | Document Node.js version requirement and add it to package.json
| * Change minimum Node version to 6.12Alex Browne2018-05-151-1/+1
| |
| * Document Node.js version requirement and add it to package.jsonAlex Browne2018-05-151-0/+2
| |
* | Fix prettierFabio Berger2018-05-151-0/+14
| |
* | Move from using lerna multi-package commands to wsrun, update README's ↵Fabio Berger2018-05-151-13/+54
|/ | | | accordingly
* Improve a commentLeonid Logvinov2018-05-101-21/+21
|
* Rename deployer to sol-compilerLeonid Logvinov2018-05-101-2/+2
|
* Remove Greenkeeper from READMEOlaf Tomalka2018-04-121-1/+0
| | | Greenkeeper doesn't support Monorepos as of yet
* Merge branch 'development' into fix/docImprovementsFabio Berger2018-04-121-20/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (31 commits) Prettier ignore Metacoin artifacts Publish Updated CHANGELOGS Improve deployer error message Fix 0x.js tests Fix lint issue Simply export Move NULL_BYTES to @0xproject/utils Simplify the tests Fix lint error Add step to publishing that upload staging doc jsons, deploys staging website, opens every docs page and asks the dev to confirm that each one renders properly before publishing Fix web3Wrapper build command Add top-level `yarn lerna:stage_docs` to upload docJsons to the staging S3 bucket for all packages with a docs page Refactor publish script to have it's main execution body be lean and discrete steps Removed unused command Remove 0x.js test artifacts Fix tslint Move migrations into separate monorepo subpackage and hook it up to 0x.js and contracts Remove unused var Refactor RedundantRpcSubprovider into RedundantSubprovider ... # Conflicts: # packages/react-docs/CHANGELOG.json
| * Update dev-utils and subproviders tests to use ganache in-process providerFabio Berger2018-04-041-20/+2
| |
* | Small fix to READMEFabio Berger2018-04-111-1/+1
|/
* small README fixesFabio Berger2018-04-021-2/+2
|
* Update docs list in READMEFabio Berger2018-04-021-0/+5
|
* Improve READMEFabio Berger2018-03-301-3/+7
|
* Add clean-state testsLeonid Logvinov2018-03-271-29/+28
|
* Add new public packages to top-level READMEFabio Berger2018-03-191-18/+20
|
* Merge branch 'development' into convertScriptsToTsFabio Berger2018-03-141-24/+28
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Update coverage badge to show development coverageLeonid Logvinov2018-03-141-1/+1
| |
| * Separate published packages and typescript typings on READMEBrandon Millman2018-03-141-22/+27
| |
* | move scripts to monorepro-scriptsFabio Berger2018-03-131-1/+1
|/
* Improve READMEFabio Berger2018-03-111-9/+10
|
* Add new packages to top level READMEBrandon Millman2018-03-091-19/+22
|
* Update list of packages and organize them alphabeticallyFabio Berger2018-03-091-17/+19
|
* Added base-contract package to READMEBrandon Millman2018-03-081-0/+1
|
* Update all mentions of the repo name being `0x.js` to `0x-monorepo`Fabio Berger2018-03-041-3/+3
|
* Improve repo description in READMEFabio Berger2018-03-031-1/+1
|
* Upgrate prettierLeonid Logvinov2018-02-281-4/+4
|
* Add build:watch to README'sLeonid Logvinov2018-02-021-0/+6
|
* Change package name to @0xproject/testnet-faucetsBrandon Millman2018-01-241-1/+1
|
* Implement testnet faucets for any testnet available via infuraBrandon Millman2018-01-241-1/+1
|
* Add dev-utils package to top level READMEBrandon Millman2018-01-191-1/+2
|
* Sort packages alphabetically in READMELeonid Logvinov2018-01-131-4/+4
|
* Remove redundant type refsLeonid Logvinov2018-01-131-0/+1
|
* Add web3-typescript-typings and chai-as-promised-typescript-typings to the ↵Leonid Logvinov2018-01-121-12/+14
| | | | main monorepo
* Apply prettify on json and md filesLeonid Logvinov2018-01-041-24/+30
|
* Fix linkFabio Berger2017-12-201-1/+1
|
* Standardize on improved contributing sectionFabio Berger2017-12-201-1/+1
|
* Fix commandFabio Berger2017-12-201-1/+1
|
* Flesh out main repo READMEFabio Berger2017-12-201-0/+62
|
* Improve package descriptionsFabio Berger2017-12-201-8/+8
|
* Reorganize packages section of readmeBrandon Millman2017-12-141-16/+21
|
* Add kovan faucet to main READMEBrandon Millman2017-12-141-0/+1
|
* Add new packages to main READMELeonid Logvinov2017-12-131-1/+9
|
* Add @0xproject/connect to the main READMEBrandon Millman2017-11-231-0/+1
|
* Add rocket.chat badge and remove 0x.js npm badgeFabio Berger2017-11-151-2/+2
|
* Add core packes to READMEFabio Berger2017-11-151-22/+8
|
* Doubled upJacob Evans2017-11-151-2/+0
|
* Change Slack to RocketJacob Evans2017-11-151-1/+3
|
* Fix README linksJacob Evans2017-11-151-0/+3
|
* Missing @Fabio Berger2017-11-141-2/+2
|
* Add preliminary instructions to top-level READMEFabio Berger2017-11-141-0/+23
|
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-39/+1
|
* Change gitter link badge to 0xproject/LobbyLeonid2017-07-051-1/+1
|
* Add npm version badgeLeonid2017-07-051-0/+1
|
* Add Greenkeeper badgeLeonid2017-06-201-0/+1
|
* Add documentation sectionFabio Berger2017-06-201-3/+3
|
* Include two links to the documentationFabio Berger2017-06-201-1/+3
|
* Add the installation instructions to the READMEFabio Berger2017-06-201-2/+32
|
* Improve the READMEFabio Berger2017-06-191-2/+17
|
* Add badge to READMELeonid Logvinov2017-06-151-0/+1
|
* Create README.mdLeonid2017-06-101-2/+1
|
* docs(readme): add Greenkeeper badgegreenkeeper[bot]2017-06-031-0/+2
|
* Add CI status badgeLeonid Logvinov2017-05-241-1/+2
|
* Initial commitLeonid2017-05-231-0/+1