Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge development | Leonid Logvinov | 2019-01-10 | 1 | -2/+6 |
|\ | |||||
| * | Merge pull request #1249 from bakkenbaeck/dev-tools-pages | Fabio B | 2019-01-09 | 1 | -0/+1 |
| |\ | | | | | | | Dev tools pages | ||||
| | * | Merge development | Leonid Logvinov | 2019-01-09 | 1 | -3/+20 |
| | |\ | |||||
| | * | | Fix static tests | Leonid Logvinov | 2019-01-09 | 1 | -0/+1 |
| | | | | |||||
| * | | | Python contract demo, with lots of refactoring (#1485) | F. Eugene Aumson | 2019-01-09 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | | Correct inconsistencies in JSON schema names | F. Eugene Aumson | 2018-12-29 | 1 | -0/+3 |
| | | | | | | | | | | | | In both ref ID's and file names. | ||||
| * | | Move zero_ex.json_schemas to its own package | F. Eugene Aumson | 2018-12-15 | 1 | -1/+1 |
| | | | |||||
* | | | Refactor out sol-cov, sol-profiler and sol-trace into their separate packages | Leonid Logvinov | 2019-01-08 | 1 | -1/+1 |
|/ / | |||||
* | | Rename core package to protocol | Leonid Logvinov | 2018-12-11 | 1 | -2/+4 |
| | | |||||
* | | Refactor out examples | Leonid Logvinov | 2018-12-11 | 1 | -0/+2 |
| | | |||||
* | | Refactor out tokens from core contracts package | Leonid Logvinov | 2018-12-05 | 1 | -0/+2 |
| | | |||||
* | | Refactor our protocol interfaces into @0x/contracts-interfaces | Leonid Logvinov | 2018-12-05 | 1 | -0/+2 |
| | | |||||
* | | Refactor out libs into @0x/contracts-libs | Leonid Logvinov | 2018-12-04 | 1 | -0/+2 |
| | | |||||
* | | Refactor @0x/contracts-utils from @0x/contracts-core | Leonid Logvinov | 2018-12-04 | 1 | -0/+2 |
| | | |||||
* | | Fix a typo in a prettierignore | Leonid Logvinov | 2018-12-03 | 1 | -1/+1 |
| | | |||||
* | | Ignore generated files in multisig contracts | Leonid Logvinov | 2018-12-03 | 1 | -0/+2 |
| | | |||||
* | | Replace packages/contracts with contracts/core | Leonid Logvinov | 2018-12-03 | 1 | -2/+2 |
|/ | |||||
* | fix(order_utils.py): validate order w/json schema (#1260) | F. Eugene Aumson | 2018-11-15 | 1 | -0/+1 |
| | |||||
* | [order_utils.py] is_signature_valid, via Exchange contract (#1216) | F. Eugene Aumson | 2018-11-08 | 1 | -0/+1 |
| | | | | First support for signature validation, done via Exchange contract's isValidSignature() method. | ||||
* | chore: Add json schemas to prettier ignore | Fabio Berger | 2018-10-17 | 1 | -0/+1 |
| | |||||
* | Update prettierignore | Alex Browne | 2018-10-16 | 1 | -1/+1 |
| | |||||
* | Update .gitignore and .prettierignore | Alex Browne | 2018-10-16 | 1 | -14/+0 |
| | |||||
* | Appease linter | Alex Browne | 2018-10-16 | 1 | -0/+2 |
| | |||||
* | Update .prettierignore | Alex Browne | 2018-10-16 | 1 | -5/+2 |
| | |||||
* | add packages/sol-cov/test/fixtures/artifacts to .prettierignore | Alex Browne | 2018-09-05 | 1 | -0/+1 |
| | |||||
* | Rename and update some artifact locations | Alex Browne | 2018-09-05 | 1 | -4/+3 |
| | |||||
* | Update prettierignore | Amir Bandeali | 2018-09-05 | 1 | -0/+2 |
| | |||||
* | Add sra-spec to prettier ignore | fragosti | 2018-08-24 | 1 | -1/+1 |
| | |||||
* | Ignore api.json in prettier | fragosti | 2018-08-14 | 1 | -0/+1 |
| | |||||
* | Add order-watcher artifacts to prettierignore | Fabio Berger | 2018-07-26 | 1 | -0/+1 |
| | |||||
* | Add contract-wrappers artifacts to prettierignore | Fabio Berger | 2018-07-26 | 1 | -0/+1 |
| | |||||
* | Fix prettier | Fabio Berger | 2018-07-12 | 1 | -1/+1 |
| | |||||
* | Fix build | Amir Bandeali | 2018-06-30 | 1 | -1/+1 |
| | |||||
* | Add logging and updated artifacts | Amir Bandeali | 2018-06-30 | 1 | -0/+1 |
| | |||||
* | Fix migrations | Amir Bandeali | 2018-06-30 | 1 | -2/+3 |
| | |||||
* | Fix missing paths | Fabio Berger | 2018-06-08 | 1 | -2/+2 |
| | |||||
* | Add generated contract artifacts to prettierignore | Leonid Logvinov | 2018-06-07 | 1 | -0/+9 |
| | |||||
* | Ignore v2 artifacts | Jacob Evans | 2018-05-24 | 1 | -0/+1 |
| | |||||
* | Prettier ignore artifact files | Fabio Berger | 2018-05-11 | 1 | -0/+2 |
| | |||||
* | Remove deployer | Leonid Logvinov | 2018-05-10 | 1 | -0/+1 |
| | |||||
* | Fix artifacts paths | Leonid Logvinov | 2018-05-07 | 1 | -1/+1 |
| | |||||
* | Fix tests | Leonid Logvinov | 2018-04-12 | 1 | -0/+1 |
| | |||||
* | Prettier ignore Metacoin artifacts | Fabio Berger | 2018-04-12 | 1 | -0/+1 |
| | |||||
* | Make prettier ignore postpublish_utils | Fabio Berger | 2018-03-04 | 1 | -0/+1 |
| | |||||
* | Add web3Wrapper.callAsync and remove web3Wrapper.getContractInstance | Leonid Logvinov | 2018-02-28 | 1 | -1/+0 |
| | |||||
* | Use source tree hash instead of compile flag | Amir Bandeali | 2018-02-21 | 1 | -1/+1 |
| | |||||
* | Prettierignore package.json | Leonid Logvinov | 2018-01-30 | 1 | -0/+1 |
| | |||||
* | Apply prettify on json and md files | Leonid Logvinov | 2018-01-04 | 1 | -0/+2 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -0/+2 |