Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace remaining scroll-links with Link component | Fabio Berger | 2018-11-12 | 2 | -24/+5 |
| | |||||
* | Adjust paddin | Fabio Berger | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | Fix menuItem background colors depending on the context | Fabio Berger | 2018-11-11 | 4 | -3/+18 |
| | |||||
* | Remove "Home" menu item, instead make different parts of logo link to ↵ | Fabio Berger | 2018-11-11 | 8 | -59/+53 |
| | | | | different sections of the website | ||||
* | Rename tutorial to match verb structure | Fabio Berger | 2018-11-11 | 5 | -5/+5 |
| | |||||
* | chore: Make `External exports` clickable on sidebar | Fabio Berger | 2018-10-26 | 1 | -1/+2 |
| | |||||
* | style: reduce border size on version dropdown | Fabio Berger | 2018-10-26 | 1 | -1/+1 |
| | |||||
* | style: make line-height of sidebar title 26px, make sure still bottom ↵ | Fabio Berger | 2018-10-26 | 1 | -1/+2 |
| | | | | aligned with version picker | ||||
* | style: remove small gap under topbar | Fabio Berger | 2018-10-26 | 2 | -23/+26 |
| | |||||
* | Merge pull request #1184 from 0xProject/feature/instant/view-processings-txn | Steve Klebanoff | 2018-10-26 | 11 | -53/+101 |
|\ | | | | | [instant] View Processing Transaction | ||||
| * | cleanup code | Steve Klebanoff | 2018-10-26 | 1 | -7/+2 |
| | | |||||
| * | Added string to constants | Steve Klebanoff | 2018-10-26 | 2 | -1/+3 |
| | | |||||
| * | better type names | Steve Klebanoff | 2018-10-26 | 1 | -3/+3 |
| | | |||||
| * | Rework OrderState to have more simple definition | Steve Klebanoff | 2018-10-26 | 1 | -12/+4 |
| | | |||||
| * | Making failure txHash required | Steve Klebanoff | 2018-10-26 | 3 | -4/+5 |
| | | |||||
| * | txnHash -> txHash | Steve Klebanoff | 2018-10-26 | 5 | -22/+22 |
| | | |||||
| * | new try/catch pattern and new prop names per code review feedback | Steve Klebanoff | 2018-10-26 | 2 | -13/+28 |
| | | |||||
| * | take out unused imports | Steve Klebanoff | 2018-10-26 | 2 | -2/+2 |
| | | |||||
| * | Take out old TODO | Steve Klebanoff | 2018-10-26 | 1 | -1/+0 |
| | | |||||
| * | feat(instant): Be able to view transaction when transaction is in progress | Steve Klebanoff | 2018-10-25 | 3 | -4/+13 |
| | | |||||
| * | Associate txnhash with processing state | Steve Klebanoff | 2018-10-25 | 3 | -12/+28 |
| | | |||||
| * | Introduce new OrderProcessState | Steve Klebanoff | 2018-10-25 | 8 | -26/+45 |
| | | |||||
* | | Merge pull request #1151 from 0xProject/fix-update-migrations-readme | Alex Browne | 2018-10-25 | 1 | -25/+2 |
|\ \ | | | | | | | Update migrations README. | ||||
| * | | Fix prettier | Leonid Logvinov | 2018-10-18 | 1 | -1/+0 |
| | | | |||||
| * | | fix(migrations): Update README.md. | Alex Browne | 2018-10-18 | 1 | -24/+2 |
| | | | | | | | | | Removed older v1 and v2-testnet-beta scripts from the README. | ||||
* | | | Merge pull request #1176 from 0xProject/fix/asset-buyer/rounding-errors | Brandon Millman | 2018-10-25 | 7 | -69/+155 |
|\ \ \ | |_|/ |/| | | [asset-buyer] Fix calculation for ETH and ZRX amount to cover orders | ||||
| * | | chore(asset-buyer): fix lint errors | Brandon Millman | 2018-10-24 | 1 | -3/+3 |
| | | | |||||
| * | | feat(asset-buyer): update buyQuoteCalculator to match rounding behavior in ↵ | Brandon Millman | 2018-10-24 | 7 | -69/+155 |
| | | | | | | | | | | | | contracts | ||||
* | | | Merge pull request #1180 from 0xProject/feature/instant/metamask-denial | Steve Klebanoff | 2018-10-25 | 3 | -2/+16 |
|\ \ \ | | | | | | | | | [instant]Message when signature denied | ||||
| * | | | feat: Message when denying signing transaction | Steve Klebanoff | 2018-10-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Message when signature denied | Steve Klebanoff | 2018-10-25 | 3 | -2/+16 |
| | | | | |||||
* | | | | Get rid of react-shared as a dependency, write own etherscanUtil | Steve Klebanoff | 2018-10-25 | 3 | -4/+26 |
|/ / / | |||||
* | | | Get rid of unused import | Steve Klebanoff | 2018-10-25 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'development' into feature/instant/processing-state | Steve Klebanoff | 2018-10-24 | 49 | -143/+649 |
|\ \ \ | |||||
| * | | | rename container | Steve Klebanoff | 2018-10-24 | 2 | -5/+5 |
| | | | | |||||
| * | | | rename action to resetAmount | Steve Klebanoff | 2018-10-24 | 2 | -3/+3 |
| | | | | |||||
| * | | | null -> undefined | Steve Klebanoff | 2018-10-24 | 1 | -2/+2 |
| | | | | |||||
| * | | | move buy order state to its own component | Steve Klebanoff | 2018-10-24 | 2 | -18/+26 |
| | | | | |||||
| * | | | Merge branch 'development' into feature/instant/failure-state | Steve Klebanoff | 2018-10-24 | 42 | -97/+599 |
| |\ \ \ | |||||
| | * \ \ | Merge pull request #1159 from 0xProject/feature/instant/beta-render-et-al | Francesco Agosti | 2018-10-24 | 25 | -129/+373 |
| | |\ \ \ | | | | | | | | | | | | | [instant] Pass in liquiditySource, assetData and other settings from render | ||||
| | | * | | | chore: incorportate pr feedback | fragosti | 2018-10-24 | 4 | -6/+8 |
| | | | | | | |||||
| | | * | | | chore: run linter | fragosti | 2018-10-23 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-23 | 18 | -59/+144 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | feature/instant/beta-render-et-al | ||||
| | | * | | | | feat: add tests for assetUtils | fragosti | 2018-10-23 | 2 | -9/+30 |
| | | | | | | | |||||
| | | * | | | | feat: add asset tests | fragosti | 2018-10-23 | 1 | -0/+25 |
| | | | | | | | |||||
| | | * | | | | chore: change order of code to be clearer | fragosti | 2018-10-23 | 2 | -1/+3 |
| | | | | | | | |||||
| | * | | | | | chore: Fix linter | Alex Browne | 2018-10-24 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | chore(web3-wrapper): Update CHANGELOG.json | Alex Browne | 2018-10-24 | 1 | -0/+10 |
| | | | | | | | |||||
| | * | | | | | fix(web3-wrapper): Make getTransactionByHashAsync return the correct type | Alex Browne | 2018-10-24 | 1 | -2/+9 |
| | | |_|/ / | | |/| | | | |||||
| | * | | | | Merge pull request #1147 from ↵ | Brandon Millman | 2018-10-24 | 10 | -17/+66 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0xProject/feature/asset-buyer/signing-request-error [asset-buyer][contract-wrappers] Throw SignatureRequestDenied and TransactionValueTooLow errors from AssetBuyer | ||||
| | | * | | | | feat(contract-wrappers): relax requirement for throwing ↵ | Brandon Millman | 2018-10-24 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | `ContractWrappersError.SignatureRequestDenied` | ||||
| | | * | | | | feat(asset-buyer): throw SignatureRequestDenied and TransactionValueTooLow ↵ | Brandon Millman | 2018-10-24 | 3 | -16/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | errors when executing buy | ||||
| | | * | | | | feat(monorepo-scripts): add ForwarderWrapperError to IGNORED_EXCESSIVE_TYPES ↵ | Brandon Millman | 2018-10-24 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | in docGenConfigs | ||||
| | | * | | | | feat(contract-wrappers): export ForwarderWrapperError and ↵ | Brandon Millman | 2018-10-23 | 5 | -1/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ContractWrapperError.SignatureRequestDenied | ||||
| | * | | | | | Run prettier and linter | Amir Bandeali | 2018-10-24 | 1 | -2/+0 |
| | | | | | | | |||||
| | * | | | | | Round up for Market Buys in Forwarding Contract. Includes new test cases + ↵ | Greg Hysen | 2018-10-24 | 3 | -8/+280 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | regression testing. | ||||
| | * | | | | | feat(order_utils.py): ERC20 asset data encoding and decoding | F. Eugene Aumson | 2018-10-24 | 1 | -0/+31 |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In addition to the ERC20 codec, also: Stopped ignoring type errors on 3rd party imports, by including interface stubs for them; Removed the unimplemented signature-utils module, which was just a stand-in when the python project support was first put in place. https://github.com/0xProject/0x-monorepo/pull/1144 | ||||
| | * | / / | fix(website): asset-buyer usage documentation formatting | Brandon Millman | 2018-10-23 | 2 | -5/+5 |
| | | |/ / | | |/| | | |||||
| | * | | | Merge pull request #1173 from 0xProject/fixSchemaBug | Kadinsky | 2018-10-23 | 16 | -52/+130 |
| | |\ \ \ | | | | | | | | | | | | | Fix number schema bug | ||||
| | | * | | | Add wholeNumberSchema test | Fabio Berger | 2018-10-22 | 1 | -0/+12 |
| | | | | | | |||||
| | | * | | | chore: fix file name | Fabio Berger | 2018-10-22 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | chore: Add whole number to next json-schema doc md section | Fabio Berger | 2018-10-22 | 2 | -5/+53 |
| | | | | | | |||||
| | | * | | | chore: link to schemas at a particular commit so it doesn't change when they ↵ | Fabio Berger | 2018-10-22 | 1 | -29/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | are updated | ||||
| | | * | | | Fix links | Fabio Berger | 2018-10-22 | 1 | -7/+7 |
| | | | | | | |||||
| | | * | | | revert unrelated change | Fabio Berger | 2018-10-22 | 1 | -2/+2 |
| | | | | | | |||||
| | | * | | | Add changelog | Fabio Berger | 2018-10-22 | 1 | -0/+10 |
| | | | | | | |||||
| | | * | | | fix: improve schemas by enforcing that amounts that must be whole numbers ↵ | Fabio Berger | 2018-10-22 | 8 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | (e.g Order asset amounts) no longer allow decimal numbers | ||||
| | | * | | | chore: add whole number schema | Fabio Berger | 2018-10-22 | 3 | -1/+9 |
| | | | | | | |||||
| | | * | | | fix: Update address to ZRX token to newly deployed 'mintable' ZRX token on ↵ | Fabio Berger | 2018-10-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Kovan/Ropsten | ||||
| | * | | | | fix(website): create correct subprovider for metamask | Brandon Millman | 2018-10-23 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | fix(website): do not fetch balances for empty tokens | Brandon Millman | 2018-10-23 | 1 | -6/+13 |
| | |/ / / | |||||
* | | | | | feat(instant): Procesing and Success states | Steve Klebanoff | 2018-10-24 | 12 | -35/+108 |
| | | | | | |||||
* | | | | | Make icon a bit better | Steve Klebanoff | 2018-10-23 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Placing order button | Steve Klebanoff | 2018-10-23 | 1 | -2/+4 |
| | | | | | |||||
* | | | | | Spinner: change prop names and fix svg props | Steve Klebanoff | 2018-10-23 | 1 | -9/+9 |
| | | | | | |||||
* | | | | | Making SecondaryButton accept children instead of text prop | Steve Klebanoff | 2018-10-23 | 3 | -5/+22 |
| | | | | | |||||
* | | | | | Spinner no longer wobbly | Steve Klebanoff | 2018-10-23 | 2 | -6/+15 |
| | | | | | |||||
* | | | | | WIP: spinner | Steve Klebanoff | 2018-10-23 | 2 | -0/+45 |
|/ / / / | |||||
* | | | | Remove hack fix | Steve Klebanoff | 2018-10-20 | 1 | -4/+2 |
| | | | | |||||
* | | | | feat(instant): Add failure state and icon | Steve Klebanoff | 2018-10-20 | 3 | -15/+35 |
| | | | | |||||
* | | | | linting | Steve Klebanoff | 2018-10-20 | 3 | -4/+0 |
| | | | | |||||
* | | | | Small refacotor of icons or amounts part | Steve Klebanoff | 2018-10-20 | 1 | -7/+3 |
| | | | | |||||
* | | | | Render failure icon | Steve Klebanoff | 2018-10-20 | 1 | -2/+23 |
| | | | | |||||
* | | | | Merge branch 'feature/instant/beta-render-et-al' into ↵ | Steve Klebanoff | 2018-10-20 | 50 | -549/+633 |
|\ \ \ \ | | |/ / | |/| | | | | | | feature/instant/failure-state | ||||
| * | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-20 | 26 | -369/+357 |
| |\| | | | | | | | | | | | | | | feature/instant/beta-render-et-al | ||||
| | * | | Update links, remove 1.0 from README | Amir Bandeali | 2018-10-20 | 1 | -14/+8 |
| | | | | |||||
| | * | | Merge pull request #1161 from ↵ | Steve Klebanoff | 2018-10-20 | 14 | -131/+202 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | 0xProject/feature/instant/order-details-loading-state [instant] Order details loading state | ||||
| | | * | | linting | Steve Klebanoff | 2018-10-20 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | arrow function syntax so no need to bind | Steve Klebanoff | 2018-10-20 | 1 | -8/+6 |
| | | | | | |||||
| | | * | | dont export PlainPlaceholder | Steve Klebanoff | 2018-10-20 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Refactor to make placeholder logic more straightforward | Steve Klebanoff | 2018-10-20 | 1 | -5/+6 |
| | | | | | |||||
| | | * | | Getting rid of displayName, and rename usdSection -> _renderUsdSection | Steve Klebanoff | 2018-10-20 | 1 | -3/+2 |
| | | | | | |||||
| | | * | | undefined -> null to follow convention | Steve Klebanoff | 2018-10-19 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | pulsating -> isPulsating | Steve Klebanoff | 2018-10-19 | 3 | -7/+7 |
| | | | | | |||||
| | | * | | Allow more than 1 class per file | Steve Klebanoff | 2018-10-19 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | Felt silly that refactoring a component defined as a function to a class with a helper function caused a tslint violation | ||||
| | | * | | Move USD section into helper function | Steve Klebanoff | 2018-10-19 | 1 | -46/+42 |
| | | | | | |||||
| | | * | | feat(instant): Indicate that order details section is loading by having ↵ | Steve Klebanoff | 2018-10-19 | 4 | -16/+47 |
| | | | | | | | | | | | | | | | | | | | | pulsing placeholder | ||||
| | | * | | Moved LatestErrorDisplay to types file and gave generic name | Steve Klebanoff | 2018-10-19 | 3 | -12/+13 |
| | | | | | |||||
| | | * | | Rename update function to set function since it doesnt take a parameter | Steve Klebanoff | 2018-10-19 | 3 | -9/+9 |
| | | | | | |||||
| | | * | | fix camel casing of updateBuyOrderState | Steve Klebanoff | 2018-10-19 | 3 | -5/+5 |
| | | | | | |||||
| | | * | | Pulsating holder element showing, even if amount is empty | Steve Klebanoff | 2018-10-19 | 4 | -57/+101 |
| | | | | | |||||
| | | * | | quoteState -> quoteRequestState | Steve Klebanoff | 2018-10-19 | 5 | -17/+17 |
| | | | | | |||||
| | * | | | Merge pull request #1164 from 0xProject/additionalDevFixes | Kadinsky | 2018-10-20 | 11 | -223/+147 |
| | |\ \ \ | | | | | | | | | | | | | Additional Developer Section Fixes | ||||
| | | * | | | Use em for all | Fabio Berger | 2018-10-20 | 3 | -3/+3 |
| | | | | | | |||||
| | | * | | | chore: use Text | Fabio Berger | 2018-10-20 | 1 | -2/+2 |
| | | | | | | |||||
| | | * | | | chore: use `colors` module | Fabio Berger | 2018-10-20 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | fix: scroll lag on doc reference and wiki pages by using react-scroll `spy` ↵ | Fabio Berger | 2018-10-20 | 7 | -124/+111 |
| | | | | | | | | | | | | | | | | | | | | | | | | and only updating the sidebar menu items whose active state had changed | ||||
| | | * | | | Use media module | Fabio Berger | 2018-10-20 | 1 | -2/+3 |
| | | | | | | |||||
| | | * | | | Remove unused listeners | Fabio Berger | 2018-10-20 | 2 | -18/+0 |
| | | | | | | |||||
| | | * | | | chore: fix dropdown bug on Firefox and reduced duplicate code | Fabio Berger | 2018-10-19 | 1 | -24/+22 |
| | | | | | | |||||
| | | * | | | style: Switch out homepage image with improved one from Ben | Fabio Berger | 2018-10-19 | 1 | -51/+6 |
| | | | | | | |||||
| | | * | | | style: make sure sideBar bottom padding is on scrollable content, not container | Fabio Berger | 2018-10-19 | 1 | -2/+3 |
| | | | | | | |||||
| * | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-20 | 23 | -128/+183 |
| |\| | | | | | | | | | | | | | | | | | | | | | | feature/instant/beta-render-et-al | ||||
| | * | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-20 | 697 | -12543/+5777 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | feature/instant/discharge | ||||
| | | * | | | | Fix the package versions in release notes | Leonid Logvinov | 2018-10-19 | 5 | -17/+17 |
| | | |/ / / | |||||
| | | * | | | Improve sidebar logic to handle MS Edge, Firefox differences between Windows ↵ | Fabio Berger | 2018-10-19 | 3 | -6/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | & Mac | ||||
| | | * | | | chore: improve sidebar scroll | Fabio Berger | 2018-10-19 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | chore: Replace state with styled-components for hover detection | Fabio Berger | 2018-10-19 | 1 | -71/+69 |
| | | | | | | |||||
| | | * | | | style: accomodate different scrollbar widths on Firefox vs. Chrome/Safari | Fabio Berger | 2018-10-19 | 1 | -2/+3 |
| | | | | | | |||||
| | | * | | | chore: Fix scroll issue by bumping version and installing from new branch | Fabio Berger | 2018-10-19 | 3 | -3/+3 |
| | | | | | | |||||
| | | * | | | style: fix doc reference package name capitalization | Fabio Berger | 2018-10-19 | 1 | -2/+2 |
| | | | | | | |||||
| | | * | | | copy: consistently name ERCdEX with correct capitalization | Fabio Berger | 2018-10-19 | 1 | -7/+7 |
| | | | | | | |||||
| | | * | | | Switch tutorial descriptions | Fabio Berger | 2018-10-19 | 5 | -10/+10 |
| | | | | | | |||||
| | | * | | | copy: Networked liquidity -> shared liquidity | Fabio Berger | 2018-10-19 | 8 | -15/+15 |
| | | | | | | |||||
| | | * | | | fix: Make sure page scrollable on mobile | Fabio Berger | 2018-10-19 | 1 | -2/+3 |
| | | | | | | |||||
| | | * | | | Don't show topBar menu items in sidebar on wiki | Fabio Berger | 2018-10-19 | 1 | -1/+5 |
| | | | | | | |||||
| | * | | | | prettify discharge file | fragosti | 2018-10-18 | 1 | -11/+11 |
| | | | | | | |||||
| | * | | | | feat: create dogfood url and deployment workflow | fragosti | 2018-10-18 | 3 | -0/+27 |
| | | | | | | |||||
| * | | | | | chore: run linter | fragosti | 2018-10-20 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | fix: dont force NFTs to uppercase their name | fragosti | 2018-10-19 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | feat: add network to state and use it where relevant | fragosti | 2018-10-19 | 5 | -32/+48 |
| | | | | | | |||||
| * | | | | | feat: use color from metaData instead of default primaryColor | fragosti | 2018-10-19 | 2 | -3/+35 |
| | | | | | | |||||
| * | | | | | fix: refactor ZeroExInstant state creation logic and fix bug | fragosti | 2018-10-19 | 3 | -6/+7 |
| | | | | | | |||||
* | | | | | | Selected Asset button | Steve Klebanoff | 2018-10-20 | 6 | -65/+68 |
| | | | | | | |||||
* | | | | | | WIP: clear buy quote working | Steve Klebanoff | 2018-10-20 | 4 | -7/+15 |
| | | | | | | |||||
* | | | | | | wip: retry button | Steve Klebanoff | 2018-10-20 | 4 | -30/+98 |
| | | | | | | |||||
* | | | | | | Icon component for Instant | Steve Klebanoff | 2018-10-20 | 1 | -0/+58 |
| | | | | | | |||||
* | | | | | | Show order failed messaging when order fails | Steve Klebanoff | 2018-10-19 | 2 | -27/+45 |
|/ / / / / | |||||
* | | | | | fix: error test undefined case | fragosti | 2018-10-19 | 2 | -3/+3 |
| | | | | | |||||
* | | | | | fix: add error message and move more logic to assetUtils | fragosti | 2018-10-19 | 2 | -13/+10 |
| | | | | | |||||
* | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-19 | 694 | -12530/+5728 |
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | feature/instant/beta-render-et-al | ||||
| * | | | | Merge branch 'development' into docSectionFixes | Fabio Berger | 2018-10-19 | 2 | -1/+4 |
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | * development: Remove 0x.js -> monorepo-scripts dependency Don't attempt publishing if no packages need it | ||||
| | * | | | Remove 0x.js -> monorepo-scripts dependency | Leonid Logvinov | 2018-10-18 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Don't attempt publishing if no packages need it | Leonid Logvinov | 2018-10-18 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Update doc ref markdown sections | Fabio Berger | 2018-10-19 | 56 | -64/+391 |
| |/ / / | |||||
| * | | | Publishethereum-types@1.1.1contracts@2.1.50@0x/website@0.0.55@0x/web3-wrapper@3.1.0@0x/utils@2.0.3@0x/typescript-typings@3.0.3@0x/types@1.2.0@0x/tslint-config@1.0.9@0x/testnet-faucets@1.0.52@0x/subproviders@2.1.0@0x/sra-spec@1.0.7@0x/sol-resolver@1.0.15@0x/sol-doc@1.0.3@0x/sol-cov@2.1.8@0x/sol-compiler@1.1.8@0x/react-shared@1.0.17@0x/react-docs@1.0.14@0x/order-watcher@2.2.0@0x/order-utils@2.0.0@0x/monorepo-scripts@1.0.12@0x/migrations@2.0.0@0x/metacoin@0.0.24@0x/json-schemas@2.0.0@0x/instant@0.0.3@0x/fill-scenarios@1.0.8@0x/dev-utils@1.0.13@0x/dev-tools-pages@0.0.2@0x/contract-wrappers@3.0.0@0x/contract-artifacts@1.0.1@0x/contract-addresses@1.0.1@0x/connect@3.0.2@0x/base-contract@3.0.2@0x/asset-buyer@2.1.0@0x/assert@1.0.14@0x/abi-gen@1.0.14@0x/abi-gen-wrappers@1.0.10x.js@2.0.0 | Leonid Logvinov | 2018-10-18 | 37 | -286/+286 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.0 - @0x/abi-gen@1.0.14 - @0x/abi-gen-wrappers@1.0.1 - @0x/assert@1.0.14 - @0x/asset-buyer@2.1.0 - @0x/base-contract@3.0.2 - @0x/connect@3.0.2 - @0x/contract-addresses@1.0.1 - @0x/contract-artifacts@1.0.1 - @0x/contract-wrappers@3.0.0 - contracts@2.1.50 - @0x/dev-tools-pages@0.0.2 - @0x/dev-utils@1.0.13 - ethereum-types@1.1.1 - @0x/fill-scenarios@1.0.8 - @0x/instant@0.0.3 - @0x/json-schemas@2.0.0 - @0x/metacoin@0.0.24 - @0x/migrations@2.0.0 - @0x/monorepo-scripts@1.0.12 - @0x/order-utils@2.0.0 - @0x/order-watcher@2.2.0 - @0x/react-docs@1.0.14 - @0x/react-shared@1.0.17 - @0x/sol-compiler@1.1.8 - @0x/sol-cov@2.1.8 - @0x/sol-doc@1.0.3 - @0x/sol-resolver@1.0.15 - @0x/sra-spec@1.0.7 - @0x/subproviders@2.1.0 - @0x/testnet-faucets@1.0.52 - @0x/tslint-config@1.0.9 - @0x/types@1.2.0 - @0x/typescript-typings@3.0.3 - @0x/utils@2.0.3 - @0x/web3-wrapper@3.1.0 - @0x/website@0.0.55 | ||||
| * | | | Updated CHANGELOGS | Leonid Logvinov | 2018-10-18 | 60 | -46/+352 |
| | | | | |||||
| * | | | Fix ethereum-types versions | Leonid Logvinov | 2018-10-18 | 25 | -25/+25 |
| | | | | |||||
| * | | | Add index signature to FakeTokenRegistry | Leonid Logvinov | 2018-10-18 | 1 | -1/+8 |
| | | | | |||||
| * | | | Fix prettier issues | Leonid Logvinov | 2018-10-18 | 3 | -17/+3 |
| | | | | |||||
| * | | | chore: add missing import | Fabio Berger | 2018-10-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | chore: missing converts | Fabio Berger | 2018-10-18 | 2 | -5/+5 |
| | | | | |||||
| * | | | chore: fix imports | Fabio Berger | 2018-10-18 | 22 | -39/+39 |
| | | | | |||||
| * | | | chore: fix dep | Fabio Berger | 2018-10-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | chore: add missing imports | Fabio Berger | 2018-10-18 | 1 | -2/+2 |
| | | | | |||||
| * | | | chore: replace @0xproject with @0x in .tsx files | Fabio Berger | 2018-10-18 | 86 | -132/+132 |
| | | | | |||||
| * | | | update outdated package and tsconfig issue | Fabio Berger | 2018-10-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Remove old 0x.js from website | Fabio Berger | 2018-10-18 | 3 | -12/+877 |
| | | | | |||||
| * | | | chore: update ethers import in utils | Jacob Evans | 2018-10-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | chore: update yarn.lock | Jacob Evans | 2018-10-18 | 2 | -2/+2 |
| | | | | |||||
| * | | | chore: change abi-gen-wrappers ethereum-types version | Jacob Evans | 2018-10-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | chore: change README.md from 0xproject to 0x | Jacob Evans | 2018-10-18 | 36 | -166/+166 |
| | | | | |||||
| * | | | chore: change tslint.json from 0xproject to 0x | Jacob Evans | 2018-10-18 | 35 | -34/+35 |
| | | | | |||||
| * | | | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 343 | -972/+976 |
| | | | | |||||
| * | | | Merge pull request #1155 from 0xProject/feature/RIP-sra-report | Leonid Logvinov | 2018-10-18 | 28 | -9770/+1 |
| |\ \ \ | | | | | | | | | | | Remove sra-report | ||||
| | * | | | Remove sra-report | Leonid Logvinov | 2018-10-18 | 28 | -9770/+1 |
| | | | | | |||||
| * | | | | Merge pull request #1154 from 0xProject/dev-section-redesign | Kadinsky | 2018-10-18 | 85 | -1086/+2257 |
| |\ \ \ \ | | |/ / / | |/| | | | [BASE_BRANCH] Developer section redesign | ||||
| | * | | | Add styled-components dep | Fabio Berger | 2018-10-18 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | chore: fix up asset-buyer doc and add to Dev Home | Fabio Berger | 2018-10-18 | 2 | -1/+11 |
| | | | | | |||||
| | * | | | merge dev-section-redesign | Fabio Berger | 2018-10-18 | 151 | -817/+1984 |
| | |\ \ \ | |||||
| | | * \ \ | merge development | Fabio Berger | 2018-10-18 | 152 | -817/+1985 |
| | | |\ \ \ | |||||
| | * | | | | | Update react-scroll hash to avoid collision with older, unfixed branch | Fabio Berger | 2018-10-18 | 3 | -3/+3 |
| | | | | | | | |||||
| | * | | | | | Update changelogs for unpublished packages | Fabio Berger | 2018-10-18 | 2 | -3/+19 |
| | | | | | | | |||||
| | * | | | | | refactor: fix anchor so it doesn't keep re-rendering the anchor icon | Fabio Berger | 2018-10-18 | 1 | -12/+18 |
| | | | | | | | |||||
| | * | | | | | nit: remove todo | Fabio Berger | 2018-10-17 | 1 | -1/+0 |
| | | | | | | | |||||
| | * | | | | | nit: don't init scrolledToId | Fabio Berger | 2018-10-17 | 1 | -4/+2 |
| | | | | | | | |||||
| | * | | | | | nit: use styled-component instead of react-state for onHover | Fabio Berger | 2018-10-17 | 2 | -27/+14 |
| | | | | | | | |||||
| | * | | | | | nit: use ObjectMap | Fabio Berger | 2018-10-17 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | chore: Add topBar menu in wiki mobile sidebar menu | Fabio Berger | 2018-10-17 | 1 | -1/+29 |
| | | | | | | | |||||
| | * | | | | | chore: Rename "Documentation" to "Docs" in mobile menu | Fabio Berger | 2018-10-17 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | chore: Add topBar menu items to mobile drawer | Fabio Berger | 2018-10-17 | 4 | -27/+65 |
| | | | | | | | |||||
| | * | | | | | chore: componentize the sidebar header | Fabio Berger | 2018-10-17 | 3 | -55/+70 |
| | | | | | | | |||||
| | * | | | | | chore: Add missing responsive classes | Fabio Berger | 2018-10-17 | 1 | -0/+12 |
| | | | | | | | |||||
| | * | | | | | chore: Fix logo on mobile topBar | Fabio Berger | 2018-10-17 | 1 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | chore: fix linter | Fabio Berger | 2018-10-17 | 2 | -11/+1 |
| | | | | | | | |||||
| | * | | | | | chore: initalize _urlIntervalCheckId | Fabio Berger | 2018-10-17 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'dev-section-redesign' into reSkinReferenceDocs | Fabio Berger | 2018-10-16 | 340 | -47235/+14856 |
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dev-section-redesign: (87 commits) Added note about restriction on `testDirectory` fix(dev-utils): Make chai a dev dependency since exported interface depends on it Add changelog entries fix(subproviders): make web3-provider-engine types a 'dependency' so it's available to users of the library fix(sra-spec): make @loopback/openapi-v3-types a 'dependency' so it's available to users of the library fix(sol-cov): make @types/solidity-parser-antlr a 'dependency' so it's available to users of the library fix(dev-utils): make web3-provider-engine types a 'dependency' so it's available to users of the library fix(0x.js): make web3-provider-engine types a 'dependency' so it's available to users of the library fix(monorepo-scripts): Move the creation of the `.installation-test` directory OUTSIDE of the monorepo root, so that the installed packages can't reference the hoisted node_modules folder Remove ContractNotFound errors in contract-wrappers Update prettierignore Update website to use the new unsubscribeAll method in contract-wrappers In abi-gen-wrappers, ./wrappers -> ./src/generated-wrappers In contract-wrappers, remove setProvider and add unsubscribeAll method. take out explicit children definition in props Update json-schemas for contract-wrappers Add OrThrow suffix to getContractAddressesForNetwork remove unused import Update CHANGELOG.json for all changed packages Remove ContractAddresses from packages/types (mistake after rebase) ... | ||||
| | | * | | | | merge development | Fabio Berger | 2018-10-16 | 341 | -47237/+14860 |
| | | |\ \ \ \ | |||||
| | * | | | | | | chore: don't use Container in react-shared, react-docs yet | Fabio Berger | 2018-10-16 | 5 | -68/+18 |
| | | | | | | | | |||||
| | * | | | | | | chore: remove unused prop | Fabio Berger | 2018-10-16 | 1 | -2/+0 |
| | | | | | | | | |||||
| | * | | | | | | chore: Remove unused prop | Fabio Berger | 2018-10-16 | 2 | -6/+1 |
| | | | | | | | | |||||
| | * | | | | | | chore: convert to stateless component | Fabio Berger | 2018-10-16 | 1 | -7/+3 |
| | | | | | | | | |||||
| | * | | | | | | chore: simplify | Fabio Berger | 2018-10-16 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | style: improve menu & logo alignment | Fabio Berger | 2018-10-16 | 1 | -2/+5 |
| | | | | | | | | |||||
| | * | | | | | | chore: Implement newest topBar | Fabio Berger | 2018-10-16 | 4 | -77/+25 |
| | | | | | | | | |||||
| | * | | | | | | chore: remove unused imports | Fabio Berger | 2018-10-16 | 1 | -2/+1 |
| | | | | | | | | |||||
| | * | | | | | | chore: get menu onHover darken back | Fabio Berger | 2018-10-16 | 1 | -37/+27 |
| | | | | | | | | |||||
| | * | | | | | | chore: change landing "build on 0x" to link to developer home, not 0x.js docs | Fabio Berger | 2018-10-16 | 1 | -2/+2 |
| | | | | | | | | |||||
| | * | | | | | | chore: remove wiki from main website topBar | Fabio Berger | 2018-10-16 | 1 | -32/+1 |
| | | | | | | | | |||||
| | * | | | | | | chore: Replace FAQ with Developer home in footer | Fabio Berger | 2018-10-16 | 1 | -4/+4 |
| | | | | | | | | |||||
| | * | | | | | | Replace sandbox with wiki in developer popover | Fabio Berger | 2018-10-16 | 1 | -5/+4 |
| | | | | | | | | |||||
| | * | | | | | | chore: move wiki to Developers section | Fabio Berger | 2018-10-16 | 3 | -149/+65 |
| | | | | | | | | |||||
| | * | | | | | | chore: fix padding issue | Fabio Berger | 2018-10-16 | 1 | -3/+5 |
| | | | | | | | | |||||
| | * | | | | | | chore: replace Github with Wiki in topBar and refactor so can display ↵ | Fabio Berger | 2018-10-16 | 1 | -15/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | internal & external links | ||||
| | * | | | | | | feat: highlighted sidebar as you scroll on doc reference pages | Fabio Berger | 2018-10-16 | 5 | -20/+58 |
| | | | | | | | | |||||
| | * | | | | | | chore: Remove unused state | Fabio Berger | 2018-10-15 | 1 | -19/+1 |
| | | | | | | | | |||||
| | * | | | | | | Chore: Only render one sidebar at a time | Fabio Berger | 2018-10-15 | 2 | -3/+5 |
| | | | | | | | | |||||
| | * | | | | | | fix: menu item overflow issue | Fabio Berger | 2018-10-15 | 1 | -0/+3 |
| | | | | | | | | |||||
| | * | | | | | | chore: improve rendering of sidebar top section on mobile | Fabio Berger | 2018-10-15 | 2 | -2/+6 |
| | | | | | | | | |||||
| | * | | | | | | chore: fix missed class rename | Fabio Berger | 2018-10-15 | 1 | -11/+1 |
| | | | | | | | | |||||
| | * | | | | | | fix: Nested a tag warning in console by not rendering a tags within type ↵ | Fabio Berger | 2018-10-15 | 3 | -43/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | definition popovers | ||||
| | * | | | | | | chore: improve colors | Fabio Berger | 2018-10-15 | 2 | -3/+3 |
| | | | | | | | | |||||
| | * | | | | | | chore: many small stylistic changes | Fabio Berger | 2018-10-15 | 8 | -9/+110 |
| | | | | | | | | |||||
| | * | | | | | | chore: improve styling of sidebar | Fabio Berger | 2018-10-15 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | chore: fix key issue | Fabio Berger | 2018-10-15 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | chore: round border of code snippets | Fabio Berger | 2018-10-15 | 1 | -0/+1 |
| | | | | | | | | |||||
| | * | | | | | | chore: only show sidebar once docs have loaded | Fabio Berger | 2018-10-14 | 1 | -1/+3 |
| | | | | | | | | |||||
| | * | | | | | | fix: Dropdown component so that re-clicking the activeNode when dropdown is ↵ | Fabio Berger | 2018-10-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | open, closes it | ||||
| | * | | | | | | Fix sidebar top so long titles display correctly | Fabio Berger | 2018-10-14 | 1 | -5/+5 |
| | | | | | | | | |||||
| | * | | | | | | Chore: remove unused imports | Fabio Berger | 2018-10-13 | 1 | -6/+3 |
| | | | | | | | | |||||
| | * | | | | | | Fix: Make width variable | Fabio Berger | 2018-10-13 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | Remove doc menus from main topBar | Fabio Berger | 2018-10-13 | 1 | -65/+4 |
| | | | | | | | | |||||
| | * | | | | | | Implement new version dropdown and remove it from nestedTopBar | Fabio Berger | 2018-10-13 | 5 | -62/+124 |
| | | | | | | | | |||||
| | * | | | | | | Fix sidebar shifting onHover due to scrollbar width | Fabio Berger | 2018-10-13 | 1 | -2/+11 |
| | | | | | | | | |||||
| | * | | | | | | fix: Remove unnecessary onClick prop from NestedSidebar, since one can ↵ | Fabio Berger | 2018-10-13 | 2 | -16/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | listen to container element onClick | ||||
| | * | | | | | | Pass down sidebar instead of sectionNameToLinks | Fabio Berger | 2018-10-13 | 4 | -19/+17 |
| | | | | | | | | |||||
| | * | | | | | | Make all doc reference pages responsive | Fabio Berger | 2018-10-12 | 11 | -11/+33 |
| | | | | | | | | |||||
| | * | | | | | | Improve loading | Fabio Berger | 2018-10-12 | 1 | -26/+17 |
| | | | | | | | | |||||
| | * | | | | | | If sidebar menu item links to internal page, no longer open in new tab | Fabio Berger | 2018-10-12 | 1 | -15/+0 |
| | | | | | | | | |||||
| | * | | | | | | Add Getting starter sidebar header | Fabio Berger | 2018-10-12 | 11 | -35/+24 |
| | | | | | | | | |||||
| | * | | | | | | Refactor Home so that Dev section chrome is reusable across pages | Fabio Berger | 2018-10-12 | 14 | -854/+780 |
| | | | | | | | | |||||
| | * | | | | | | style: Make width of developer section same as rest of website (1064px) | Fabio Berger | 2018-10-11 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | merge dev-section-redesign | Fabio Berger | 2018-10-11 | 118 | -498/+3261 |
| | |\| | | | | | |||||
| | | * | | | | | Merge branch 'development' into dev-section-redesign | Fabio Berger | 2018-10-11 | 118 | -498/+3261 |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (62 commits) Fix linter error Upgrade ethereum-types Lint and update deps Be more explicit with falsiness Add type to cssRuleIfExists Fix issue where we throw if non-numeric characters are used in input Upgrade to more recent types, fix yarn.lock [fix]: [testnet-faucet] Exit 1 on build fail Explains tools we want them to use Add note about button Add dev-tools-pages bundles to gitignore Improve README Fix button and center Increase max bundle size for instant Add stuff Initial project scaffolding Change tslint config to remove conflicts with prettier fix: [testnet-faucet] Signing of orders Update the CHANGELOG Add comments for expiryBuffer ... | ||||
| | * | | | | | | | fix(website): remove deadzone between "Developers" menu item and dropdown so ↵ | Fabio Berger | 2018-10-11 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it never closes when hovering between the two | ||||
| | * | | | | | | | fix(website): Avoid hover activated dropdown from closing when activeNode is ↵ | Fabio Berger | 2018-10-11 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clicked | ||||
| | * | | | | | | | Replace Rollbar UMD with regular import | Fabio Berger | 2018-10-10 | 2 | -2/+4 |
| | |/ / / / / / | |||||
| | * | | | | | | Merge branch 'development' into dev-section-redesign | Fabio Berger | 2018-10-09 | 97 | -460/+878 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Clarifies use of schemas outside of Javascript/TypeScript. Fix typo Add asset-buyer to published packages section in README Publish Updated CHANGELOGS Update BuyQuote interface Add missing default options Remove unused constants Add fee order with a takerFee Add additional order factory methods and refactor test to use them Add comments about buy quote calculation Update CHANGELOG Fix linter Add additional test for slippage Add buy_quote_calculator_test | ||||
| | * | | | | | | | remove unused import | Fabio Berger | 2018-10-06 | 1 | -1/+0 |
| | | | | | | | | | |||||
| | * | | | | | | | Move valid-url import to react-shared | Fabio Berger | 2018-10-06 | 2 | -3/+3 |
| | | | | | | | | | |||||
| | * | | | | | | | Fix comment | Fabio Berger | 2018-10-06 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | Fix liinter | Fabio Berger | 2018-10-06 | 2 | -2/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | Convert TutorialButton to styled component | Fabio Berger | 2018-10-06 | 1 | -64/+45 |
| | | | | | | | | | |||||
| | * | | | | | | | Convert more divs to containers and text components | Fabio Berger | 2018-10-05 | 4 | -57/+57 |
| | | | | | | | | | |||||
| | * | | | | | | | remove inline style | Fabio Berger | 2018-10-05 | 1 | -4/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | Remove type prop and instead infer it from the value of to | Fabio Berger | 2018-10-05 | 16 | -95/+69 |
| | | | | | | | | | |||||
| | * | | | | | | | Remove style prop from Link | Fabio Berger | 2018-10-05 | 13 | -64/+56 |
| | | | | | | | | | |||||
| | * | | | | | | | Rename scroll container | Fabio Berger | 2018-10-05 | 5 | -17/+6 |
| | | | | | | | | | |||||
| | * | | | | | | | Remove containerId option and throw if passing in shouldOpenInNewTab with ↵ | Fabio Berger | 2018-10-05 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type ReactScroll | ||||
| | * | | | | | | | Apply props to all link variants when possible | Fabio Berger | 2018-10-05 | 1 | -1/+7 |
| | | | | | | | | |