Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove second yarn call | Leonid Logvinov | 2019-01-10 | 1 | -1/+1 |
| | |||||
* | Merge development | Leonid Logvinov | 2019-01-10 | 1 | -43/+53 |
|\ | |||||
| * | Merge pull request #1249 from bakkenbaeck/dev-tools-pages | Fabio B | 2019-01-09 | 1 | -10/+10 |
| |\ | | | | | | | Dev tools pages | ||||
| | * | Merge development | Leonid Logvinov | 2019-01-09 | 1 | -7/+81 |
| | |\ | |||||
| | * | | Fix the circleci image | Leonid Logvinov | 2019-01-09 | 1 | -10/+10 |
| | | | | |||||
| * | | | Python contract demo, with lots of refactoring (#1485) | F. Eugene Aumson | 2019-01-09 | 1 | -53/+34 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | | Merge pull request #1439 from 0xProject/migrations/docker-image | Jacob Evans | 2019-01-09 | 1 | -3/+1 |
| |\ \ | | | | | | | | | Add Docker image and Snapshot commands for migrations | ||||
| | * | | Python ganache snapshot 2.2.2 | Jacob Evans | 2018-12-29 | 1 | -3/+1 |
| | | | | |||||
| * | | | Clarify what kind of support ticket was raised. | F. Eugene Aumson | 2018-12-21 | 1 | -1/+2 |
| | | | | |||||
| * | | | HACK: cp files because CircleCI isn't | F. Eugene Aumson | 2018-12-15 | 1 | -0/+5 |
| | | | | |||||
| * | | | Stop installing packages as editable | F. Eugene Aumson | 2018-12-15 | 1 | -6/+6 |
| | | | | |||||
| * | | | Move zero_ex.json_schemas to its own package | F. Eugene Aumson | 2018-12-15 | 1 | -0/+25 |
| |/ / | |||||
* | | | Rename sol-trace-based-tools-common to sol-tracing-utils | Leonid Logvinov | 2019-01-10 | 1 | -4/+4 |
| | | | |||||
* | | | Refactor out sol-cov, sol-profiler and sol-trace into their separate packages | Leonid Logvinov | 2019-01-08 | 1 | -4/+4 |
|/ / | |||||
* | | Fix project references for contracts packages (#1419) | Alex Browne | 2018-12-12 | 1 | -0/+1 |
| | | | | | | | | | | | | - Removed /packages/contracts - Removed /contracts/core - Added `yarn build:ts` to CI tests - Added each contracts "project" to root tsconfig.json | ||||
* | | feat(sra_client.py) | F. Eugene Aumson | 2018-12-12 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | Merge branch 'development' into feature/contracts-monorepo-7 | Leonid Logvinov | 2018-12-11 | 1 | -0/+17 |
|\ \ | |||||
| * \ | Merge pull request #1388 from 0xProject/feature/contracts-monorepo-6 | Leonid Logvinov | 2018-12-11 | 1 | -0/+2 |
| |\ \ | | | | | | | | | Contracts monorepo 6 | ||||
| * \ \ | Merge pull request #1377 from 0xProject/feature/pipeline-cleanup-mega-rebase | Alex Browne | 2018-12-06 | 1 | -0/+17 |
| |\ \ \ | | | | | | | | | | | Merge all pipeline code into development | ||||
| | * | | | Introduce framework for running basic tests for entities (#1344) | Alex Browne | 2018-12-05 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Introduce framework for running basic tests for entities * Add pipeline tests to CircleCI config * Make pipeline tests more configurable and fix CircleCI config * Add coverage dir to pipeline package * Add basic tests for all exchange event entities * Add tests for remaining entities * Create separate test scripts in package.json and add new info to README * Update db_setup.ts to revert migrations even if you are using docker * Automatically pull the postgres image if needed * Add comment about why NumberToBigIntTransformer is needed | ||||
* | | | | | Rename core package to protocol | Leonid Logvinov | 2018-12-11 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Refactor our extensions package | Leonid Logvinov | 2018-12-11 | 1 | -0/+2 |
| |_|/ / |/| | | | |||||
* | | | | Refactor out tokens from core contracts package | Leonid Logvinov | 2018-12-05 | 1 | -0/+2 |
|/ / / | |||||
* / / | Enable libs tests on CI | Leonid Logvinov | 2018-12-04 | 1 | -0/+2 |
|/ / | |||||
* | | Enable contract utils tests | Leonid Logvinov | 2018-12-04 | 1 | -0/+2 |
| | | |||||
* | | Run both core and multisig contracts tests on CI | Leonid Logvinov | 2018-12-03 | 1 | -2/+5 |
|/ | |||||
* | fix(website): turn off production flag when building locally | Brandon Millman | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | [order_utils.py] is_signature_valid, via Exchange contract (#1216) | F. Eugene Aumson | 2018-11-08 | 1 | -0/+3 |
| | | | | First support for signature validation, done via Exchange contract's isValidSignature() method. | ||||
* | chore: change circleci config from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -344/+344 |
| | |||||
* | Remove sra-report | Leonid Logvinov | 2018-10-18 | 1 | -8/+0 |
| | |||||
* | Run tests on circle CI | fragosti | 2018-10-17 | 1 | -0/+1 |
| | |||||
* | feat: project stub for python order utilities | F. Eugene Aumson | 2018-10-13 | 1 | -0/+92 |
| | | | | | | | An empty project, with respect to functionality, but one configured with a test framework, linters, CI integration, etc. https://app.asana.com/0/836857747873847/839549782781239/f | ||||
* | Use medium+ resource class for build-website (#1129) | Alex Browne | 2018-10-12 | 1 | -0/+1 |
| | |||||
* | Use bundlewatch instead of bundlesize | Leonid Logvinov | 2018-10-09 | 1 | -1/+1 |
| | |||||
* | Add website build to instructions | Fabio Berger | 2018-10-04 | 1 | -0/+3 |
| | |||||
* | Revert format and re-add changes | Fabio Berger | 2018-10-04 | 1 | -256/+256 |
| | |||||
* | Build website in parallel with other tests since no other test relies on it ↵ | Fabio Berger | 2018-10-04 | 1 | -252/+256 |
| | | | | being built to run | ||||
* | Change cache key back to repo from repo-built | Leonid Logvinov | 2018-10-02 | 1 | -8/+8 |
| | |||||
* | Change the lint command back | Leonid Logvinov | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | Merge build & install | Leonid Logvinov | 2018-10-02 | 1 | -34/+4 |
| | |||||
* | Remove deps cache all together | Leonid Logvinov | 2018-10-02 | 1 | -50/+1 |
| | |||||
* | Cache all nested node_modules directories | Leonid Logvinov | 2018-10-02 | 1 | -5/+42 |
| | |||||
* | Explicitly specify yarn cache folder | Leonid Logvinov | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | Separate deps and built caches | Leonid Logvinov | 2018-10-02 | 1 | -16/+16 |
| | |||||
* | Build tslint rules before running linter | Leonid Logvinov | 2018-10-02 | 1 | -0/+1 |
| | |||||
* | Cache yarn cache directory without node modules | Leonid Logvinov | 2018-10-02 | 1 | -1/+0 |
| | |||||
* | Run linter before prettier as it fails more often | Leonid Logvinov | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | Add yarn cache path | Leonid Logvinov | 2018-10-02 | 1 | -0/+1 |
| | |||||
* | Split CI install and build steps | Leonid Logvinov | 2018-10-02 | 1 | -6/+28 |
| | |||||
* | Move bundle-size out of static tests and don't wait for a build with static ↵ | Leonid Logvinov | 2018-10-02 | 1 | -3/+11 |
| | | | | tests | ||||
* | Fix no_website CI builds | Leonid Logvinov | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | Check bundle size on CI | Leonid Logvinov | 2018-10-02 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/development' into sol-doc | F. Eugene Aumson | 2018-09-26 | 1 | -2/+2 |
|\ | |||||
| * | Use the 0xorg DockerHub account instead of albrow (#1084) | Alex Browne | 2018-09-25 | 1 | -2/+2 |
| | | |||||
| * | Feature/custom verdaccio dockerfile (#1083) | Alex Browne | 2018-09-25 | 1 | -1/+1 |
| | | | | | | | | Create custom verdaccio docker image | ||||
* | | Merge remote-tracking branch 'upstream/development' into sol-doc | F. Eugene Aumson | 2018-09-21 | 1 | -0/+2 |
|\| | |||||
| * | Bump CircleCI resource class for build and test-publish | Alex Browne | 2018-09-12 | 1 | -0/+2 |
| | | |||||
* | | enable sol-doc tests in circleci | F. Eugene Aumson | 2018-08-31 | 1 | -0/+8 |
|/ | |||||
* | Run yarn a second time if the first fails | Fabio Berger | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | fix: Use yarn version 1.9.4 on CI | Alex Browne | 2018-08-24 | 1 | -3/+3 |
| | |||||
* | Merge pull request #924 from 0xProject/wrap-typedoc | Fabio Berger | 2018-08-24 | 1 | -9/+16 |
|\ | | | | | Improved Docs & Removed monorepo-scripts from packages | ||||
| * | Ignore error of first yarn install | Fabio Berger | 2018-08-22 | 1 | -1/+1 |
| | | |||||
| * | Double install catching first ones error | Fabio Berger | 2018-08-22 | 1 | -1/+3 |
| | | |||||
| * | Add yarn cache clean | Fabio Berger | 2018-08-22 | 1 | -0/+1 |
| | | |||||
| * | Remove duplicate install cmd | Fabio Berger | 2018-08-22 | 1 | -3/+0 |
| | | |||||
| * | Run yarn twice on CI | Fabio Berger | 2018-08-22 | 1 | -2/+3 |
| | | |||||
| * | Check yarn info on CircleCi | Fabio Berger | 2018-08-22 | 1 | -0/+2 |
| | | |||||
| * | Use bash for loop for generating docs for each package, revert changes to script | Fabio Berger | 2018-08-22 | 1 | -0/+12 |
| | | |||||
| * | Undo prettier | Fabio Berger | 2018-08-17 | 1 | -237/+237 |
| | | |||||
| * | Remove 0x.js from Circle CI | Fabio Berger | 2018-08-14 | 1 | -245/+237 |
| | | |||||
* | | Update CI config to check development instead of v2-prototype branch | Alex Browne | 2018-08-23 | 1 | -1/+1 |
|/ | |||||
* | Run publish/installation tests in CircleCI (#951) | Alex Browne | 2018-08-14 | 1 | -0/+13 |
| | | | | feat(monorepo-scripts): Run publish tests in CircleCI | ||||
* | Update CI config and package.json to run @0xproject/utils tests on CI | Alex Browne | 2018-08-09 | 1 | -0/+1 |
| | |||||
* | Fix circle.yml | Fabio Berger | 2018-07-26 | 1 | -1/+1 |
| | |||||
* | Fix 0x.js tests on CI | Leonid Logvinov | 2018-07-18 | 1 | -1/+1 |
| | |||||
* | add tests of abi-gen | F. Eugene Aumson | 2018-07-09 | 1 | -0/+8 |
| | |||||
* | Improve reliability of the minimum block number hack for the devnet/geth | Alex Browne | 2018-06-29 | 1 | -2/+2 |
| | |||||
* | fix name | Fabio Berger | 2018-06-22 | 1 | -1/+1 |
| | |||||
* | Add missing package tests from circleci | Fabio Berger | 2018-06-22 | 1 | -19/+64 |
| | |||||
* | Run contracts tests against Geth in CI | Alex Browne | 2018-06-08 | 1 | -19/+22 |
| | |||||
* | Don't build website if no changes were made to it | Leonid Logvinov | 2018-06-07 | 1 | -1/+6 |
| | |||||
* | Remove lerna bootstrap | Leonid Logvinov | 2018-06-07 | 1 | -1/+0 |
| | |||||
* | Don't wait con contract tests to submit coverage | Leonid Logvinov | 2018-06-01 | 1 | -1/+0 |
| | |||||
* | Keep node versions consistent | Leonid Logvinov | 2018-06-01 | 1 | -5/+5 |
| | |||||
* | Split tests into two buckets | Leonid Logvinov | 2018-06-01 | 1 | -25/+23 |
| | |||||
* | Use a newer version of node/yarn to speed-up deps instaation | Leonid Logvinov | 2018-06-01 | 1 | -1/+1 |
| | |||||
* | Try to cache dependencies | Leonid Logvinov | 2018-06-01 | 1 | -15/+12 |
| | |||||
* | Combine lint and pretttier tests together | Leonid Logvinov | 2018-06-01 | 1 | -17/+3 |
| | |||||
* | Rebalance tests | Leonid Logvinov | 2018-06-01 | 1 | -25/+10 |
| | |||||
* | Temporarily disable installation tests | Leonid Logvinov | 2018-05-25 | 1 | -3/+3 |
| | |||||
* | Disable contracts coverage on CI | Leonid Logvinov | 2018-05-25 | 1 | -8/+0 |
| | |||||
* | Revert to lerna:run lint | Fabio Berger | 2018-05-15 | 1 | -1/+1 |
| | |||||
* | Do lint sequentially | Fabio Berger | 2018-05-15 | 1 | -1/+1 |
| | |||||
* | Exclude monorepo-scripts from tslint as test | Fabio Berger | 2018-05-15 | 1 | -1/+1 |
| | |||||
* | Move from using lerna multi-package commands to wsrun, update README's ↵ | Fabio Berger | 2018-05-15 | 1 | -6/+6 |
| | | | | accordingly | ||||
* | Rename deployer to sol-compiler | Leonid Logvinov | 2018-05-10 | 1 | -8/+8 |
| | |||||
* | Implement the resolver | Leonid Logvinov | 2018-04-12 | 1 | -0/+7 |
| | |||||
* | Fix some of the publishing/installation issues | Leonid Logvinov | 2018-04-12 | 1 | -3/+3 |
| | |||||
* | Temporarily remove installation test | Leonid Logvinov | 2018-04-03 | 1 | -3/+3 |
| | |||||
* | Add typeRoots | Leonid Logvinov | 2018-03-27 | 1 | -1/+0 |
| | |||||
* | Add clean-state tests | Leonid Logvinov | 2018-03-27 | 1 | -0/+13 |
| | |||||
* | Add tests for sol-cov | Leonid Logvinov | 2018-03-15 | 1 | -0/+7 |
| | |||||
* | Enable coverage for all other packages with tests | Leonid Logvinov | 2018-03-15 | 1 | -0/+44 |
| | |||||
* | Fix parallel coverage results reporting | Leonid Logvinov | 2018-03-15 | 1 | -3/+27 |
| | |||||
* | Configure post build hook | Leonid Logvinov | 2018-03-14 | 1 | -2/+3 |
| | |||||
* | Notify coveralls after all tasks have finished | Leonid Logvinov | 2018-03-14 | 1 | -0/+2 |
| | |||||
* | Revert "Report all coverage reports together" | Leonid Logvinov | 2018-03-14 | 1 | -21/+0 |
| | | | | This reverts commit 11ed5d62baa0cce4014afaf6986a0745cc853bef. | ||||
* | Report all coverage reports together | Leonid Logvinov | 2018-03-13 | 1 | -0/+21 |
| | |||||
* | Fix scopes | Leonid Logvinov | 2018-01-18 | 1 | -2/+2 |
| | |||||
* | Fix CI config | Leonid Logvinov | 2018-01-18 | 1 | -3/+3 |
| | |||||
* | Add --frozen-lockfile flag on CI | Leonid Logvinov | 2018-01-17 | 1 | -1/+1 |
| | |||||
* | Test deployer separately from contracts | Leonid Logvinov | 2018-01-17 | 1 | -3/+19 |
| | |||||
* | Fix ignore configuration | Leonid Logvinov | 2018-01-16 | 1 | -1/+1 |
| | |||||
* | Fix the glob pattern for exclusion | Leonid Logvinov | 2018-01-16 | 1 | -1/+1 |
| | |||||
* | Run testrpc for rest tests | Leonid Logvinov | 2018-01-16 | 1 | -0/+4 |
| | |||||
* | Separate contracts tests from others | Leonid Logvinov | 2018-01-16 | 1 | -2/+14 |
| | |||||
* | Change cached directory | Leonid Logvinov | 2018-01-16 | 1 | -1/+1 |
| | |||||
* | Respore dependency cache | Leonid Logvinov | 2018-01-16 | 1 | -0/+2 |
| | |||||
* | Revert "Don't run testrpc for the rest of the tests" | Leonid Logvinov | 2018-01-16 | 1 | -0/+4 |
| | | | | This reverts commit ae8cb2e6a8fc4bcd49fd4713308590a97c54556f. | ||||
* | Don't run testrpc for the rest of the tests | Leonid Logvinov | 2018-01-16 | 1 | -4/+0 |
| | |||||
* | Split tests into two bundles | Leonid Logvinov | 2018-01-16 | 1 | -3/+19 |
| | |||||
* | Add caching between steps | Leonid Logvinov | 2018-01-16 | 1 | -0/+17 |
| | |||||
* | Specify the executor | Leonid Logvinov | 2018-01-16 | 1 | -0/+6 |
| | |||||
* | Test workflow | Leonid Logvinov | 2018-01-16 | 1 | -0/+20 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -0/+1 |
| | |||||
* | Update snapshot and artifacts | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | Use the new snapshot including WETH9 and it's artifacts | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | Change circle commit hash to the newest one from the monorepo | Leonid Logvinov | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Fix CI command | Leonid Logvinov | 2017-12-07 | 1 | -1/+1 |
| | |||||
* | Move conditional running of umd test to 0x.js's package.json | Fabio Berger | 2017-11-14 | 1 | -1/+0 |
| | |||||
* | Standardize around a `test:circleci` command that any sub-package can ↵ | Fabio Berger | 2017-11-14 | 1 | -2/+1 |
| | | | | implement in order to have their tests run on CircleCi | ||||
* | Only run umd tests on development | Fabio Berger | 2017-11-14 | 1 | -1/+1 |
| | |||||
* | remove unnecessary -- | Fabio Berger | 2017-11-14 | 1 | -5/+5 |
| | |||||
* | Add missing key | Fabio Berger | 2017-11-14 | 1 | -0/+1 |
| | |||||
* | Simply lerna command and run bootstrap to install dependencies | Fabio Berger | 2017-11-14 | 1 | -5/+6 |
| | |||||
* | Fix lerna command | Fabio Berger | 2017-11-14 | 1 | -4/+4 |
| | |||||
* | Add checkout | Fabio Berger | 2017-11-14 | 1 | -0/+1 |
| | |||||
* | Upgrade circleci to version 2.0 | Fabio Berger | 2017-11-14 | 1 | -0/+27 |