aboutsummaryrefslogtreecommitdiffstats
path: root/.prettierignore
Commit message (Collapse)AuthorAgeFilesLines
* Separate forwarder into own packageAmir Bandeali2019-01-221-0/+2
|
* Split tokens package into erc20 and erc721Amir Bandeali2019-01-221-2/+4
|
* Move contents of examples and interfaces packages into corresponding packagesAmir Bandeali2019-01-221-8/+6
|
* Merge developmentLeonid Logvinov2019-01-101-2/+6
|\
| * Merge pull request #1249 from bakkenbaeck/dev-tools-pagesFabio B2019-01-091-0/+1
| |\ | | | | | | Dev tools pages
| | * Merge developmentLeonid Logvinov2019-01-091-3/+20
| | |\
| | * | Fix static testsLeonid Logvinov2019-01-091-0/+1
| | | |
| * | | Python contract demo, with lots of refactoring (#1485)F. Eugene Aumson2019-01-091-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 namesF. Eugene Aumson2018-12-291-0/+3
| | | | | | | | | | | | In both ref ID's and file names.
| * | Move zero_ex.json_schemas to its own packageF. Eugene Aumson2018-12-151-1/+1
| | |
* | | Refactor out sol-cov, sol-profiler and sol-trace into their separate packagesLeonid Logvinov2019-01-081-1/+1
|/ /
* | Rename core package to protocolLeonid Logvinov2018-12-111-2/+4
| |
* | Refactor out examplesLeonid Logvinov2018-12-111-0/+2
| |
* | Refactor out tokens from core contracts packageLeonid Logvinov2018-12-051-0/+2
| |
* | Refactor our protocol interfaces into @0x/contracts-interfacesLeonid Logvinov2018-12-051-0/+2
| |
* | Refactor out libs into @0x/contracts-libsLeonid Logvinov2018-12-041-0/+2
| |
* | Refactor @0x/contracts-utils from @0x/contracts-coreLeonid Logvinov2018-12-041-0/+2
| |
* | Fix a typo in a prettierignoreLeonid Logvinov2018-12-031-1/+1
| |
* | Ignore generated files in multisig contractsLeonid Logvinov2018-12-031-0/+2
| |
* | Replace packages/contracts with contracts/coreLeonid Logvinov2018-12-031-2/+2
|/
* fix(order_utils.py): validate order w/json schema (#1260)F. Eugene Aumson2018-11-151-0/+1
|
* [order_utils.py] is_signature_valid, via Exchange contract (#1216)F. Eugene Aumson2018-11-081-0/+1
| | | | First support for signature validation, done via Exchange contract's isValidSignature() method.
* chore: Add json schemas to prettier ignoreFabio Berger2018-10-171-0/+1
|
* Update prettierignoreAlex Browne2018-10-161-1/+1
|
* Update .gitignore and .prettierignoreAlex Browne2018-10-161-14/+0
|
* Appease linterAlex Browne2018-10-161-0/+2
|
* Update .prettierignoreAlex Browne2018-10-161-5/+2
|
* add packages/sol-cov/test/fixtures/artifacts to .prettierignoreAlex Browne2018-09-051-0/+1
|
* Rename and update some artifact locationsAlex Browne2018-09-051-4/+3
|
* Update prettierignoreAmir Bandeali2018-09-051-0/+2
|
* Add sra-spec to prettier ignorefragosti2018-08-241-1/+1
|
* Ignore api.json in prettierfragosti2018-08-141-0/+1
|
* Add order-watcher artifacts to prettierignoreFabio Berger2018-07-261-0/+1
|
* Add contract-wrappers artifacts to prettierignoreFabio Berger2018-07-261-0/+1
|
* Fix prettierFabio Berger2018-07-121-1/+1
|
* Fix buildAmir Bandeali2018-06-301-1/+1
|
* Add logging and updated artifactsAmir Bandeali2018-06-301-0/+1
|
* Fix migrationsAmir Bandeali2018-06-301-2/+3
|
* Fix missing pathsFabio Berger2018-06-081-2/+2
|
* Add generated contract artifacts to prettierignoreLeonid Logvinov2018-06-071-0/+9
|
* Ignore v2 artifactsJacob Evans2018-05-241-0/+1
|
* Prettier ignore artifact filesFabio Berger2018-05-111-0/+2
|
* Remove deployerLeonid Logvinov2018-05-101-0/+1
|
* Fix artifacts pathsLeonid Logvinov2018-05-071-1/+1
|
* Fix testsLeonid Logvinov2018-04-121-0/+1
|
* Prettier ignore Metacoin artifactsFabio Berger2018-04-121-0/+1
|
* Make prettier ignore postpublish_utilsFabio Berger2018-03-041-0/+1
|
* Add web3Wrapper.callAsync and remove web3Wrapper.getContractInstanceLeonid Logvinov2018-02-281-1/+0
|
* Use source tree hash instead of compile flagAmir Bandeali2018-02-211-1/+1
|
* Prettierignore package.jsonLeonid Logvinov2018-01-301-0/+1
|
* Apply prettify on json and md filesLeonid Logvinov2018-01-041-0/+2
|
* Apply prettier configLeonid Logvinov2018-01-031-0/+2