aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | Merge branch 'feature/variables' into dev-tools-pagesMegan Pearson2018-10-2213-143/+222
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'dev-tools-pages' into feature/variablesMegan Pearson2018-10-228-184/+187
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'feature/alternate-main' into dev-tools-pagesMegan Pearson2018-10-2219-192/+326
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Remove unused importsMegan Pearson2018-10-221-2/+0
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | remove contentBlock from content componentAugust Skare2018-10-226-17/+15
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | rename Main to ContentAugust Skare2018-10-225-14/+14
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | remove container from all pagesAugust Skare2018-10-224-101/+88
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | support dark alternative of Main componentAugust Skare2018-10-223-50/+79
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Remove font size adjustment for small screens from Beta Megan Pearson2018-10-222-3/+4
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Responsive footerMegan Pearson2018-10-221-5/+35
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Responsive font sizes in typography and globalstylesMegan Pearson2018-10-222-0/+11
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Responsive traceMegan Pearson2018-10-221-2/+36
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Responsive headerMegan Pearson2018-10-221-0/+6
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Exports media breakpointsMegan Pearson2018-10-221-8/+27
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Changed name of export to colors and updates componentsMegan Pearson2018-10-228-20/+22
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Implements color variables and updates components Megan Pearson2018-10-228-10/+29
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Feature/build step (#2)August Skare2018-10-1923-169/+665
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * BundleAnalyzerPlugin * lazy load highlight.js * seperate bundles for each page * prerender apps to html on build * preload important font files * dont prerender code copy button * fix woff2 variant of font * added missing doctype * remove metatags component
| | * | | | | | | | | | | | | Responsive IntroMegan Pearson2018-10-221-13/+22
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Add light prop to codeMegan Pearson2018-10-221-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Responsive listMegan Pearson2018-10-221-0/+6
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | breakout container for small screensAugust Skare2018-10-223-50/+62
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | ligt theme on codeAugust Skare2018-10-222-4/+6
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | dont shrink icons in trace componentAugust Skare2018-10-221-4/+8
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | button styling on small screensAugust Skare2018-10-221-0/+7
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | code fontsize on small screensAugust Skare2018-10-222-68/+70
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | hero spacing adjustment on small screenAugust Skare2018-10-221-0/+12
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | spacing adjustments on contentblock and main componentsAugust Skare2018-10-222-1/+25
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | remove padding on Trace component on small breakpointAugust Skare2018-10-221-1/+5
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | spacing adjustment in footerAugust Skare2018-10-221-1/+6
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | don't shrink icons in footerAugust Skare2018-10-221-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | keep fonts folder in gitAugust Skare2018-10-222-1/+2
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Feature/build step (#2)August Skare2018-10-1923-169/+665
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * BundleAnalyzerPlugin * lazy load highlight.js * seperate bundles for each page * prerender apps to html on build * preload important font files * dont prerender code copy button * fix woff2 variant of font * added missing doctype * remove metatags component
| | * | | | | | | | | | | | | Merge branch 'feature/responsive' into feature/variablesMegan Pearson2018-10-195-7/+89
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | Remove font size adjustment for small screens from Beta Megan Pearson2018-10-192-3/+4
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Responsive footerMegan Pearson2018-10-191-5/+35
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Responsive font sizes in typography and globalstylesMegan Pearson2018-10-192-0/+11
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Responsive traceMegan Pearson2018-10-191-2/+36
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Responsive headerMegan Pearson2018-10-191-0/+6
| | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | Exports media breakpointsMegan Pearson2018-10-191-8/+27
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Changed name of export to colors and updates componentsMegan Pearson2018-10-198-20/+22
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Implements color variables and updates components Megan Pearson2018-10-198-10/+29
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | added trace component to trace viewAugust Skare2018-10-187-1/+161
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | tweaking header and hero position and sizingAugust Skare2018-10-182-8/+19
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | compiler component in compiler viewAugust Skare2018-10-182-0/+78
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | intro component on cov viewAugust Skare2018-10-181-0/+8
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | intro component in profiler viewAugust Skare2018-10-182-0/+55
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | initial commitAugust Skare2018-10-1855-1019/+1222
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | update react and styled-componentsAugust Skare2018-10-152-5/+2511
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Python contract demo, with lots of refactoring (#1485)F. Eugene Aumson2019-01-09136-178/+8274
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | | | | | | | | | | Publish@0x/website@0.0.64@0x/web3-wrapper@3.2.2@0x/utils@2.1.1@0x/types@1.5.0@0x/testnet-faucets@1.0.61@0x/subproviders@2.1.9@0x/sra-spec@1.0.14@0x/sol-resolver@1.2.1@0x/sol-doc@1.0.12@0x/sol-cov@2.1.17@0x/sol-compiler@2.0.0@0x/react-shared@1.1.0@0x/react-docs@1.0.23@0x/pipeline@1.0.3@0x/order-watcher@2.4.0@0x/order-utils@3.1.0@0x/monorepo-scripts@1.0.16@0x/migrations@2.3.0@0x/metacoin@0.0.33@0x/json-schemas@2.1.5@0x/instant@1.0.5@0x/fill-scenarios@1.1.0@0x/dev-utils@1.0.22@0x/dev-tools-pages@0.0.11@0x/contracts-utils@1.0.3@0x/contracts-tokens@1.0.3@0x/contracts-test-utils@1.0.3@0x/contracts-protocol@2.2.0@0x/contracts-multisig@1.0.3@0x/contracts-libs@1.0.3@0x/contracts-interfaces@1.0.3@0x/contracts-extensions@1.2.0@0x/contracts-examples@1.0.3@0x/contract-wrappers@4.2.0@0x/contract-artifacts@1.2.0@0x/contract-addresses@2.1.0@0x/connect@3.0.11@0x/base-contract@3.0.11@0x/asset-buyer@3.0.5@0x/assert@1.0.21@0x/abi-gen@1.0.20@0x/abi-gen-wrappers@2.1.00x.js@3.0.0Fabio Berger2019-01-0943-333/+333
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@3.0.0 - @0x/abi-gen@1.0.20 - @0x/abi-gen-wrappers@2.1.0 - @0x/assert@1.0.21 - @0x/asset-buyer@3.0.5 - @0x/base-contract@3.0.11 - @0x/connect@3.0.11 - @0x/contract-addresses@2.1.0 - @0x/contract-artifacts@1.2.0 - @0x/contract-wrappers@4.2.0 - @0x/dev-tools-pages@0.0.11 - @0x/dev-utils@1.0.22 - @0x/fill-scenarios@1.1.0 - @0x/instant@1.0.5 - @0x/json-schemas@2.1.5 - @0x/metacoin@0.0.33 - @0x/migrations@2.3.0 - @0x/monorepo-scripts@1.0.16 - @0x/order-utils@3.1.0 - @0x/order-watcher@2.4.0 - @0x/pipeline@1.0.3 - @0x/react-docs@1.0.23 - @0x/react-shared@1.1.0 - @0x/sol-compiler@2.0.0 - @0x/sol-cov@2.1.17 - @0x/sol-doc@1.0.12 - @0x/sol-resolver@1.2.1 - @0x/sra-spec@1.0.14 - @0x/subproviders@2.1.9 - @0x/testnet-faucets@1.0.61 - @0x/types@1.5.0 - @0x/utils@2.1.1 - @0x/web3-wrapper@3.2.2 - @0x/website@0.0.64 - @0x/contracts-examples@1.0.3 - @0x/contracts-extensions@1.2.0 - @0x/contracts-interfaces@1.0.3 - @0x/contracts-libs@1.0.3 - @0x/contracts-multisig@1.0.3 - @0x/contracts-protocol@2.2.0 - @0x/contracts-test-utils@1.0.3 - @0x/contracts-tokens@1.0.3 - @0x/contracts-utils@1.0.3
* | | | | | | | | | | | | Updated CHANGELOGSFabio Berger2019-01-0974-19/+384
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #1496 from 0xProject/feature/solc-5.0Leonid Logvinov2019-01-0911-42/+76
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | Solc 5.0 support in sol-compiler
| * | | | | | | | | | | | Add CHENGELOG entrieLeonid Logvinov2019-01-091-0/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update sol-compiler binPaths to include the newest solidityLeonid Logvinov2019-01-092-34/+71
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update solc used by sol-compilerLeonid Logvinov2019-01-091-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Remove contracts dependency on solcLeonid Logvinov2019-01-097-7/+0
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #1494 from 0xProject/feature/order-watcher/dockerizeFabio B2019-01-095-16/+86
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dockerize OrderWatcher WS Server
| * | | | | | | | | | | | | rename methodFabio Berger2019-01-091-4/+4
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Remove stray consoleFabio Berger2019-01-091-1/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add assertions to catch trying to add undefined schemasFabio Berger2019-01-091-0/+9
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fixx request payload and expected responsesFabio Berger2019-01-081-6/+8
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fixx OrderWatcher WS tests so they are completely independent from one anotherFabio Berger2019-01-081-10/+12
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'development' into feature/order-watcher/dockerizeFabio Berger2019-01-08550-4852/+13209
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (898 commits) Fixed merge conflict from development Ran prettier Doc generation working for changes by dutch auction wrapper added changelog entry for monorepo-scripts Hide dutch auction wrapper from docs -- hopefully this will prevent the "must export Web3Wrapper" error from doc generation relaxed version on contract-extension dependencies Added NetworkID 50 address for dutch auction wrapper removed manual updte of package.json version export dutch auction wrapper types from 0x.js Export dutch auction wrapper in 0x.js ran prettier Minor documentation updates to dutch auction wrapper `afterAuctionDetails` -> `auctionDetails` Added @todo for including dutch auction addresses once deployed Ran prettier & linter Removed redundant assignment removed needless newline on contract-wrappers changelog removed timestamp from changelog for abi-gen-wrappers added dutch auction address for testnets removed .only ...
| * | | | | | | | | | | | | Create server entry point and Dockerfile for OrderWatcherFabio Berger2019-01-083-0/+58
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #1439 from 0xProject/migrations/docker-imageJacob Evans2019-01-098-12/+109
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Docker image and Snapshot commands for migrations
| * | | | | | | | | | | | | | chore(python-packages): Change docker command in setup.pyJacob Evans2019-01-021-7/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Python ganache snapshot 2.2.2Jacob Evans2018-12-291-3/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Readme, read snapshot name from package.jsonJacob Evans2018-12-273-2/+52
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Dockerfile defaults to latestJacob Evans2018-12-241-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Copy latest published version to 0x_ganache_snapshot-latest.zipJacob Evans2018-12-241-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Use new bucket, bind on 0.0.0.0Jacob Evans2018-12-242-6/+8
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add Docker image and Snapshot commandsJacob Evans2018-12-175-2/+55
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Update README.mdChris Kalani2019-01-091-1/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Update README.mdChris Kalani2019-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing logo
* | | | | | | | | | | | | | | fetch and save copper (#1472)Xianny2019-01-0928-7/+3517
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fetch and save Copper CRM
* | | | | | | | | | | | | | | Move json_schemas to its own package (#1435)F. Eugene Aumson2019-01-0945-54/+565
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move zero_ex.json_schemas to its own package * Support ALL the schemas * Stop installing packages as editable * HACK: cp files because CircleCI isn't * Add example usage to sra_client README * Tweak special case: only strip Schema as suffix * Correct doc titles * Clarify what kind of support ticket was raised. * Correct inconsistencies in JSON schema names In both ref ID's and file names. * Add entry point for validation of JSON strings
| * | | | | | | | | | | | | | | Add entry point for validation of JSON stringsF. Eugene Aumson2018-12-291-0/+22
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Correct inconsistencies in JSON schema namesF. Eugene Aumson2018-12-2914-36/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In both ref ID's and file names.
| * | | | | | | | | | | | | | | Clarify what kind of support ticket was raised.F. Eugene Aumson2018-12-211-1/+2
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Correct doc titlesF. Eugene Aumson2018-12-152-3/+3
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Tweak special case: only strip Schema as suffixF. Eugene Aumson2018-12-151-1/+3
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add example usage to sra_client READMEF. Eugene Aumson2018-12-151-0/+29
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | HACK: cp files because CircleCI isn'tF. Eugene Aumson2018-12-151-0/+5
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Stop installing packages as editableF. Eugene Aumson2018-12-151-6/+6
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Support ALL the schemasF. Eugene Aumson2018-12-153-20/+23
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Move zero_ex.json_schemas to its own packageF. Eugene Aumson2018-12-1531-12/+474
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'development' of github.com:0xProject/0x-monorepo into developmentFabio Berger2019-01-091-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x-monorepo: Remove beta note from asset-buyer
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #1493 from 0xProject/fix/asset-buyer/no-longer-betaFrancesco Agosti2019-01-091-2/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | [asset-buyer] Remove beta note from asset-buyer
| | * | | | | | | | | | | | | | | Remove beta note from asset-buyerSteve Klebanoff2019-01-091-2/+0
| |/ / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / Fix typoFabio Berger2019-01-095-5/+5
|/ / / / / / / / / / / / / / /
| | | | | | | | | | | | | | * Add .gitkeepLeonid Logvinov2019-01-101-0/+0
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Rename sol-trace-based-tools-common to sol-tracing-utilsLeonid Logvinov2019-01-1054-27/+27
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Update packages/sol-trace/README.mdFabio B2019-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| | | | | | | | | | | | | | * Update packages/sol-trace/CHANGELOG.jsonFabio B2019-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| | | | | | | | | | | | | | * Update packages/sol-trace-based-tools-common/src/source_maps.tsFabio B2019-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| | | | | | | | | | | | | | * Update packages/sol-trace-based-tools-common/CHANGELOG.jsonFabio B2019-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| | | | | | | | | | | | | | * Update packages/sol-profiler/CHANGELOG.jsonFabio B2019-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| | | | | | | | | | | | | | * Update packages/sol-coverage/CHANGELOG.jsonFabio B2019-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| | | | | | | | | | | | | | * Update packages/monorepo-scripts/src/test_installation.tsFabio B2019-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| | | | | | | | | | | | | | * Bump up the chunk sizeLeonid Logvinov2019-01-091-1/+1
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Split installation tests in chunks of 10 to not run out of memoryLeonid Logvinov2019-01-081-34/+39
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Refactor out sol-cov, sol-profiler and sol-trace into their separate packagesLeonid Logvinov2019-01-08129-624/+1130
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #1465 from 0xProject/feature/contracts/dutchAuctionWrapperGreg Hysen2019-01-0829-140/+1356
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | Dutch Auction Wrapper
| * | | | | | | | | | | | | Fixed merge conflict from developmentGreg Hysen2019-01-083-4/+6
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Ran prettierGreg Hysen2019-01-081-1/+9
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Doc generation working for changes by dutch auction wrapperGreg Hysen2019-01-081-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | added changelog entry for monorepo-scriptsGreg Hysen2019-01-081-0/+4
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Hide dutch auction wrapper from docs -- hopefully this will prevent the ↵Greg Hysen2019-01-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "must export Web3Wrapper" error from doc generation
| * | | | | | | | | | | | | relaxed version on contract-extension dependenciesGreg Hysen2019-01-081-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Added NetworkID 50 address for dutch auction wrapperGreg Hysen2019-01-081-2/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | removed manual updte of package.json versionGreg Hysen2019-01-086-6/+6
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | export dutch auction wrapper types from 0x.jsGreg Hysen2019-01-082-0/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Export dutch auction wrapper in 0x.jsGreg Hysen2019-01-081-0/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | ran prettierGreg Hysen2019-01-083-4/+6
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Minor documentation updates to dutch auction wrapperGreg Hysen2019-01-084-27/+35
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | `afterAuctionDetails` -> `auctionDetails`Greg Hysen2019-01-082-4/+4
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Added @todo for including dutch auction addresses once deployedGreg Hysen2019-01-081-2/+6
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Ran prettier & linterGreg Hysen2019-01-086-83/+86
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Removed redundant assignmentGreg Hysen2019-01-081-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | removed needless newline on contract-wrappers changelogGreg Hysen2019-01-081-2/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | removed timestamp from changelog for abi-gen-wrappersGreg Hysen2019-01-081-2/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | added dutch auction address for testnetsGreg Hysen2019-01-081-3/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | removed .onlyGreg Hysen2019-01-081-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | updated relevant changelogsGreg Hysen2019-01-0811-6/+52
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Added dutch auction utils to contract-wrappersGreg Hysen2019-01-081-0/+144
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | ran prettier + added changelog entry for contract wrappersGreg Hysen2019-01-085-31/+20
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | ran prettierGreg Hysen2019-01-083-39/+41
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | dutch wrapper tests workingGreg Hysen2019-01-083-52/+27
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | all dutchie wrapper tests passingGreg Hysen2019-01-082-108/+76
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Progress on dutch auction wrapper. Need to add auction data decoding to it.Greg Hysen2019-01-083-23/+99
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Removed unnecessary fields from dutch auction artifactsGreg Hysen2019-01-081-84/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Dutch wrapperGreg Hysen2019-01-0815-47/+1092
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | changed name for confusionGreg Hysen2019-01-081-7/+6
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Dutch Auction Contract WrapperGreg Hysen2019-01-085-137/+158
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Optimize SQL queries in pull_missing_blocks (#1458)Alex Browne2019-01-081-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Optimize SQL queries in pull_missing_blocks * Update comment in pull_missing_blocks
* | | | | | | | | | | | | chore(website): update copy on market making pageBrandon Millman2019-01-081-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | fix(website): fix some copy on the market maker pageBrandon Millman2019-01-081-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #1487 from 0xProject/feature/website/market-maker-pageBrandon Millman2019-01-086-112/+282
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [website] Add market making grant program page
| * | | | | | | | | | | | | chore(website): fix linterBrandon Millman2019-01-081-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | chore(website): update market making page copyBrandon Millman2019-01-071-5/+5
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | feat(website): add contact us hero action to market maker pageBrandon Millman2019-01-072-15/+30
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | feat(website): implement market maker formBrandon Millman2019-01-072-63/+184
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | feat(website): Add support for copper forms in the offersBrandon Millman2019-01-052-29/+50
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | feat(website): add link underneath the first feature in market maker pageBrandon Millman2019-01-051-0/+7
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | feat(website): update market maker page copy and linksBrandon Millman2019-01-051-14/+10
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | feat(website): add market making section to developers dropdownBrandon Millman2019-01-051-0/+4
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | feature(website): add market making pageBrandon Millman2019-01-041-0/+6
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #1363 from 0xProject/feat/order-utils/abiEncoderAmir Bandeali2019-01-0853-394/+1104
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add MAP support to order-utils, order-watcher, and types
| * | | | | | | | | | | | | | Use enums in pipelineAmir Bandeali2019-01-0819-59/+75
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Minimize unnecessary type assertionsAmir Bandeali2019-01-0812-366/+248
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix linting errorsAmir Bandeali2019-01-084-0/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add tests for MAP in order watcherAmir Bandeali2019-01-082-1/+209
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Do not export AssetData in 0x.jsAmir Bandeali2019-01-082-3/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add tests for recursive MAP decodingAmir Bandeali2019-01-084-10/+68
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Update CHANGELOGsAmir Bandeali2019-01-085-4/+14
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | FIx linting errorsAmir Bandeali2019-01-085-1/+9
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add recursive MultiAsset decoding, store first address in pipelineAmir Bandeali2019-01-089-23/+64
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | feat: Add balance and allowance checks for MultiAssetProxyAmir Bandeali2019-01-081-45/+87
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | feat: Add fields to OrderRelevantState and change AssetData to SingleAssetDataAmir Bandeali2019-01-082-2/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add individual balances and allowances to OrderRelevantStateAmir Bandeali2019-01-083-3/+74
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Do not attempt to parse tokenAddress if decoding data from multiAssetProxyAmir Bandeali2019-01-085-23/+58
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix transferFrom to work with MAPAmir Bandeali2019-01-083-21/+48
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Rename functionsAmir Bandeali2019-01-082-18/+16
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add prefix to names of properties in EncodingRules and DecodingRulesAmir Bandeali2019-01-089-21/+32
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | feat: Export MultiAssetData in typesAmir Bandeali2019-01-083-0/+11
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix decoding and add testsAmir Bandeali2019-01-082-34/+55
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Run linterAmir Bandeali2019-01-082-1/+5
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add support for MAP in fill-scenariosAmir Bandeali2019-01-082-40/+45
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Update CHANGELOGAmir Bandeali2019-01-081-0/+9
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | feat: Add support for MultiAssetProxyAmir Bandeali2019-01-082-55/+131
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | fix: Add error message if assetProxyId is not ERC20 or ERC721Amir Bandeali2019-01-082-7/+27
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add length check to MultiAsset encodingAmir Bandeali2019-01-082-1/+8
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Update CHANGELOGsAmir Bandeali2019-01-082-0/+13
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Use assetDataUtils instead of IAssetData for encoding MultiAsset valuesAmir Bandeali2019-01-082-41/+21
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Use new AbiEncoder, add logic for encoding/decoding MultiAsset assetDataAmir Bandeali2019-01-084-72/+217
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | feat: Add MultiAsset typesAmir Bandeali2019-01-081-1/+8
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #1484 from 0xProject/fix/sra-spec/title-tagSteve Klebanoff2019-01-081-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | [sra-spec] Add title tag
| * | | | | | | | | | | | | fix(sra-spec): Add title tagSteve Klebanoff2019-01-041-2/+2
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #1481 from 0xProject/fix/instant/dropdown-colorSteve Klebanoff2019-01-042-17/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [instant] Dropdown hover 10% of primary color
| * | | | | | | | | | | | | fix(instant): Dropdown hover should be 10% of primary colorSteve Klebanoff2019-01-032-17/+24
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #1480 from 0xProject/feature/instant/performance-boostFrancesco Agosti2019-01-0330-79/+153
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | [instant] No more laggy input
| * | | | | | | | | | | | feat: unmount the token selector when its not displayingfragosti2019-01-034-54/+75
| | | | | | | | | | | | |
| * | | | | | | | | | | | feat: dont re-render the token selector on every input changefragosti2019-01-021-8/+31
| | | | | | | | | | | | |
| * | | | | | | | | | | | feat: give all stateless components a displayName or make them privatefragosti2019-01-0215-2/+32
| | | | | | | | | | | | |
| * | | | | | | | | | | | feat: use PureComponent instead of Componentfragosti2019-01-0216-18/+18
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #1470 from 0xProject/feature/website/0x-org-cleanupFrancesco Agosti2019-01-02269-4062/+645
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | [website] Remove @next dir, remove unused files.
| * \ \ \ \ \ \ \ \ \ \ \ fix: merge conflictfragosti2018-12-271-10/+15
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fix: remove --json flag from buildfragosti2018-12-211-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | feat: move over @next images as well, selectively deletefragosti2018-12-21121-364/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | feat: remove unused filesfragosti2018-12-2129-2818/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | feat: make project build by adding back old footer componentfragosti2018-12-2110-12/+240
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | feat: remove @next directory from all importsfragosti2018-12-2140-204/+204
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | feat: move all @next files to non @next directoryfragosti2018-12-21119-676/+212
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | feat: use kovan.0xproject.com instead of kovan.0x.orgfragosti2018-12-271-2/+2
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #1476 from 0xProject/fix/website/build-errorsSteve Klebanoff2018-12-261-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | [website] Fix duplicate props which made ci build break
| * | | | | | | | | | | fix(website): Fix bad mergeSteve Klebanoff2018-12-251-1/+0
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #1469 from 0xProject/fix/website/job-openingsSteve Klebanoff2018-12-222-10/+16
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | [website] Tweak job listings
| * | | | | | | | | | fix(website): Cleanup jobs sectionSteve Klebanoff2018-12-212-8/+13
| | | | | | | | | | |
| * | | | | | | | | | make percentage 100%Steve Klebanoff2018-12-211-1/+1
| | | | | | | | | | |
| * | | | | | | | | | give more space to job title and change apply linkSteve Klebanoff2018-12-212-4/+6
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #1434 from 0xProject/fix/instant/signature-deniedBrandon Millman2018-12-219-6/+38
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [instant] fix signature denial error message and add trust wallet detection
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'development' into fix/instant/signature-deniedBrandon Millman2018-12-21400-599/+14731
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (914 commits) Unfix compiler version except for top level contracts Move OrderValidator to extensions Update CHANGELOG Remove assembly version of matchOrders Add getOrderInfo check before calling fillOrder Update comments and hard code function selector constants Fix build after rebase update comments Fix build and add back tests Update dependency paths Add OrderMatcher tests feat: Add OrderMatcher contract that takes spread in multiple assets by calling `matchOrders` followed by `fillOrder` Update CHANGELOG Use more efficient equality checks Add note about input validation Use more efficient check for overflow Check if amount == 0 before doing division Reapply prettier New relayers feat(sra_client.py): Test deployed pkg via tox ...
| * | | | | | | | | | | | feat(instant): add new event for unknown buy errorsBrandon Millman2018-12-212-1/+7
| | | | | | | | | | | | |
| * | | | | | | | | | | | feature(contract-wrappers): add support for Trust Wallet signature denial ↵Brandon Millman2018-12-213-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | errors when trying to sense signature denial from a provider
| * | | | | | | | | | | | fix(instant): add analytics to unknown error on executeBuyAsyncBrandon Millman2018-12-211-0/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | fix(instant): catch unknown errors from executeBuyAsync, report them and ↵Brandon Millman2018-12-213-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | show could not submit transaction
| * | | | | | | | | | | | fix(instant): use isTrust property to determine if provider is trust walletBrandon Millman2018-12-211-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | feature(instant): add trust wallet detectionBrandon Millman2018-12-153-0/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | fix(instant): treat executeBuyQuote errors as signature denialsBrandon Millman2018-12-151-5/+9
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #1467 from 0xProject/fix/website/remove-placeholdersSteve Klebanoff2018-12-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | [website] Don't show placeholder text on contact page
| * | | | | | | | | | | | Remove using label as placeholderSteve Klebanoff2018-12-211-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #1466 from 0xProject/feature/website/remove-ts-warningsSteve Klebanoff2018-12-2120-959/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | [website] Fix TS errors
| * | | | | | | | | | | | Don't allow compiling with errorsSteve Klebanoff2018-12-211-1/+0
| | | | | | | | | | | | |
| * | | | | | | | | | | | Declare imported package which doesn't have typesSteve Klebanoff2018-12-211-0/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix typesSteve Klebanoff2018-12-213-3/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix typesSteve Klebanoff2018-12-214-3/+8
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix TS error w/ children on portalSteve Klebanoff2018-12-211-0/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Rename props and fix router typesSteve Klebanoff2018-12-211-4/+8
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix StyledCommunityLink propsSteve Klebanoff2018-12-211-2/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | remove unused fileSteve Klebanoff2018-12-201-170/+0
| | | | | | | | | | | | |
| * | | | | | | | | | | | remove unused instant pagesSteve Klebanoff2018-12-207-776/+0
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #1468 from 0xProject/feature/contracts/unfix-compiler-versionAmir Bandeali2018-12-2176-75/+76
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfix Solidity compiler version except for top level contracts
| * | | | | | | | | | | | | Unfix compiler version except for top level contractsAmir Bandeali2018-12-2176-75/+76
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #1463 from 0xProject/feature/website/new-logosSteve Klebanoff2018-12-216-4/+101
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | [website] Add new relayers
| * | | | | | | | | | | | | Merge branch 'development' into feature/website/new-logosSteve Klebanoff2018-12-2179-242/+5357
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | New relayersSteve Klebanoff2018-12-206-4/+101
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #1462 from bakkenbaeck/feature/website/0x-orgSteve Klebanoff2018-12-2111-3/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | [website] Fixes
| * | | | | | | | | | | | | Reapply prettierFred Carlsen2018-12-202-6/+8
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Disable fee slider when no address is put inFred Carlsen2018-12-202-1/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix page titlesFred Carlsen2018-12-209-6/+25
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/feature/website/0x-org' into ↵Fred Carlsen2018-12-20106-632/+4387
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/website/0x-org # Conflicts: # packages/website/ts/@next/components/button.tsx # packages/website/ts/@next/components/definition.tsx # packages/website/ts/@next/components/hero.tsx # packages/website/ts/@next/components/sections/landing/about.tsx # packages/website/ts/@next/pages/market_maker.tsx
| * | | | | | | | | | | | | | Remove community and market maker routeFred Carlsen2018-12-191-2/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/development' into feature/website/0x-orgFred Carlsen2018-12-1920-153/+379
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Added routesFred Carlsen2018-12-181-0/+2
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Added community and market maker routesFred Carlsen2018-12-181-0/+2
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Left-align hero on mobileFred Carlsen2018-12-182-3/+9
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Change cursor on dropdown triggersFred Carlsen2018-12-181-0/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Tweak market makerFred Carlsen2018-12-187-14/+69
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Mobile tweaksFred Carlsen2018-12-182-3/+28
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Prevent overflow on instant pageFred Carlsen2018-12-181-0/+6
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #1464 from ↵Amir Bandeali2018-12-2115-22/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0xProject/feature/contracts-extensions/orderValidator Move OrderValidator to extensions
| * | | | | | | | | | | | | | | Move OrderValidator to extensionsAmir Bandeali2018-12-2115-22/+30
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #1117 from 0xProject/feature/contracts/orderMatcherAmir Bandeali2018-12-2117-5/+1394
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement OrderMatcher
| * | | | | | | | | | | | | | | Update CHANGELOGAmir Bandeali2018-12-211-0/+4
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Remove assembly version of matchOrdersAmir Bandeali2018-12-212-369/+52
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add getOrderInfo check before calling fillOrderAmir Bandeali2018-12-212-124/+242
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Update comments and hard code function selector constantsAmir Bandeali2018-12-212-53/+56
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix build after rebaseAmir Bandeali2018-12-219-784/+22
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | update commentsAmir Bandeali2018-12-216-13/+17
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix build and add back testsAmir Bandeali2018-12-214-4/+776
| | | | | | | | | | | | | | | |