Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Has Sufficient Funds/Balance -> Has Sufficient ETH | Steve Klebanoff | 2018-10-30 | 4 | -6/+6 |
| | |||||
* | When transaction too low, treat as validation error. also modify callback: ↵ | Steve Klebanoff | 2018-10-30 | 3 | -8/+13 |
| | | | | errorMessage could be AssetBuyError as well | ||||
* | onPendingValidation -> onValidationPending | Steve Klebanoff | 2018-10-29 | 3 | -8/+8 |
| | |||||
* | linting | Steve Klebanoff | 2018-10-27 | 3 | -11/+1 |
| | |||||
* | Simpler way of validaitng has enough eth | Steve Klebanoff | 2018-10-27 | 6 | -56/+37 |
| | |||||
* | questionmark syntax instead of '| undefined' | Steve Klebanoff | 2018-10-27 | 1 | -1/+1 |
| | |||||
* | Validate enough ETH when user clicks buy | Steve Klebanoff | 2018-10-27 | 3 | -1/+16 |
| | |||||
* | Merge branch 'development' into feature/not-enough-eth | Steve Klebanoff | 2018-10-27 | 56 | -212/+224 |
|\ | |||||
| * | Merge pull request #1189 from 0xProject/feature/instant/txn-failure | Steve Klebanoff | 2018-10-27 | 11 | -144/+105 |
| |\ | | | | | | | [instant] View txn on failure | ||||
| | * | linting imports | Steve Klebanoff | 2018-10-27 | 1 | -2/+2 |
| | | | |||||
| | * | selected asset buy order state button -> selected asset buy order state buttons | Steve Klebanoff | 2018-10-27 | 2 | -6/+9 |
| | | | |||||
| | * | buy order state button -> buy order state buttons | Steve Klebanoff | 2018-10-27 | 2 | -3/+3 |
| | | | |||||
| | * | tsx -> ts | Steve Klebanoff | 2018-10-27 | 1 | -0/+0 |
| | | | |||||
| | * | Get BuyOrderState one big connected component, and let user view failure | Steve Klebanoff | 2018-10-26 | 9 | -157/+96 |
| | | | |||||
| | * | Show View Transaction button on failure, and allow setting of width for Try ↵ | Steve Klebanoff | 2018-10-26 | 6 | -13/+32 |
| | | | | | | | | | | | | Again button and View Txn button | ||||
| | * | Merge branch 'feature/instant/view-processings-txn' into ↵ | Steve Klebanoff | 2018-10-26 | 2 | -10/+5 |
| | |\ | | | | | | | | | | | | | feature/instant/txn-failure | ||||
| | * | | Added string to constants | Steve Klebanoff | 2018-10-26 | 2 | -1/+3 |
| | | | | |||||
| * | | | Merge pull request #1178 from 0xProject/fix/linter-improvements | Alex Browne | 2018-10-27 | 44 | -62/+78 |
| |\ \ \ | | | | | | | | | | | Add --format stylish to tslint and fix linter errors in contract-wrappers. | ||||
| | * | | | Add note about tslint false positive | Alex Browne | 2018-10-27 | 2 | -0/+4 |
| | | | | | |||||
| | * | | | chore: Update contract-wrappers CHANGELOG.json | Alex Browne | 2018-10-24 | 1 | -0/+9 |
| | | | | | |||||
| | * | | | fix(contract-wrappers): Fix tslint errors that were lingering due to ↵ | Alex Browne | 2018-10-24 | 9 | -28/+31 |
| | | | | | | | | | | | | | | | | | | | | misconfiguration | ||||
| | * | | | chore: Add --format stylish to tslint | Alex Browne | 2018-10-24 | 34 | -34/+34 |
| | | | | | |||||
| * | | | | Merge pull request #1188 from 0xProject/fix/instant/quote-race-conditions | Brandon Millman | 2018-10-27 | 1 | -6/+41 |
| |\ \ \ \ | | | | | | | | | | | | | [instant] Make sure quote updates are consistent with the current state | ||||
| | * | | | | Add back debounce | Brandon Millman | 2018-10-27 | 1 | -1/+3 |
| | | | | | | |||||
| | * | | | | Make doesBuyQuoteMatchState in reducer less strict | Brandon Millman | 2018-10-27 | 1 | -7/+12 |
| | | | | | | |||||
| | * | | | | fix(instant): prevent outdated quote requests from overriding the correct quote | Brandon Millman | 2018-10-27 | 2 | -9/+37 |
| |/ / / / | |||||
* | | | | | acccount for no address | Steve Klebanoff | 2018-10-27 | 3 | -11/+19 |
| | | | | | |||||
* | | | | | move funct into util | Steve Klebanoff | 2018-10-27 | 2 | -5/+32 |
| | | | | | |||||
* | | | | | move imports | Steve Klebanoff | 2018-10-27 | 1 | -4/+2 |
| | | | | | |||||
* | | | | | yarn.lock changes | Steve Klebanoff | 2018-10-27 | 1 | -2/+39 |
| | | | | | |||||
* | | | | | Merge branch 'development' into feature/not-enough-eth | Steve Klebanoff | 2018-10-27 | 41 | -632/+1228 |
|\| | | | | |||||
| * | | | | feat(order_utils.py): ERC721 asset data codec (#1186) | F. Eugene Aumson | 2018-10-27 | 6 | -9/+153 |
| | | | | | |||||
| * | | | | fix(order_utils.py): tweaks for first publish (#1185) | F. Eugene Aumson | 2018-10-27 | 11 | -17/+137 |
| | | | | | |||||
| * | | | | Merge pull request #1175 from 0xProject/feature/instant/input-fees-rounding | Francesco Agosti | 2018-10-27 | 22 | -157/+473 |
| |\ \ \ \ | | | | | | | | | | | | | [instant] Create a ScalingInput component and use it in the amount input and upgrade to styled-components v4 | ||||
| | * \ \ \ | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-26 | 21 | -152/+283 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | feature/instant/input-fees-rounding | ||||
| | * | | | | | chore: dont override toString of BigNumber and other PR feedback | fragosti | 2018-10-26 | 10 | -41/+53 |
| | | | | | | | |||||
| | * | | | | | chore: update comments | fragosti | 2018-10-25 | 1 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | chore: use alternate syntax for styled | fragosti | 2018-10-25 | 4 | -4/+16 |
| | | | | | | | |||||
| | * | | | | | fix: weird linting error that depends on types | fragosti | 2018-10-25 | 2 | -2/+39 |
| | | | | | | | |||||
| | * | | | | | feat: change to increasing input width by a constant amount per additional ↵ | fragosti | 2018-10-25 | 2 | -51/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | character | ||||
| | * | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-25 | 19 | -44/+215 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | feature/instant/input-fees-rounding | ||||
| | * | | | | | | chore: run linter | fragosti | 2018-10-25 | 3 | -3/+3 |
| | | | | | | | | |||||
| | * | | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-25 | 97 | -533/+1556 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/instant/input-fees-rounding | ||||
| | * | | | | | | | fix: address PR feedback | fragosti | 2018-10-25 | 2 | -6/+6 |
| | | | | | | | | | |||||
| | * | | | | | | | feat: cover more token symbol edge cases | fragosti | 2018-10-24 | 6 | -12/+27 |
| | | | | | | | | | |||||
| | * | | | | | | | feat: add title attribute to label | fragosti | 2018-10-24 | 1 | -2/+2 |
| | | | | | | | | | |||||
| | * | | | | | | | feat: add formatted symbol for asset uitl | fragosti | 2018-10-24 | 1 | -1/+11 |
| | | | | | | | | | |||||
| | * | | | | | | | feat: support half-written decimal numbers in BigNumberInput | fragosti | 2018-10-24 | 2 | -1/+31 |
| | | | | | | | | | |||||
| | * | | | | | | | fix: remove unused callback info | fragosti | 2018-10-24 | 1 | -3/+3 |
| | | | | | | | | | |||||
| | * | | | | | | | polish: improve scaling significantly | fragosti | 2018-10-24 | 3 | -28/+50 |
| | | | | | | | | | |||||
| | * | | | | | | | fix: remove the concept of initial with from scaling input and remove phase | fragosti | 2018-10-24 | 2 | -27/+21 |
| | | | | | | | | | |||||
| | * | | | | | | | fix: dont allow heading to change height when input size changes | fragosti | 2018-10-24 | 3 | -3/+7 |
| | | | | | | | | | |||||
| | * | | | | | | | chore: run linter | fragosti | 2018-10-23 | 4 | -11/+2 |
| | | | | | | | | | |||||
| | * | | | | | | | chore: final adjustments | fragosti | 2018-10-23 | 2 | -3/+3 |
| | | | | | | | | | |||||
| | * | | | | | | | chore: refactor ScalingInput | fragosti | 2018-10-23 | 1 | -9/+18 |
| | | | | | | | | | |||||
| | * | | | | | | | feature: reduce font size by a percentage instead of a constant | fragosti | 2018-10-23 | 3 | -39/+57 |
| | | | | | | | | | |||||
| | * | | | | | | | feat: have basic scaling amount input working | fragosti | 2018-10-23 | 5 | -52/+131 |
| | | | | | | | | | |||||
| | * | | | | | | | feat: add scaling input component | fragosti | 2018-10-20 | 2 | -4/+88 |
| | | | | | | | | | |||||
| | * | | | | | | | fix: animation component typing | fragosti | 2018-10-20 | 1 | -4/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | feat: user better syntax for defining ui components | fragosti | 2018-10-20 | 4 | -18/+4 |
| | | | | | | | | | |||||
| | * | | | | | | | feat: upgrade to styled-components v4 | fragosti | 2018-10-20 | 5 | -20/+74 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #1192 from ↵ | Amir Bandeali | 2018-10-27 | 4 | -447/+464 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0xProject/feature/contract-addresses/updateForwarder Feature/contract addresses/update forwarder | ||||
| | * | | | | | | | | Update CHANGELOGs | Amir Bandeali | 2018-10-27 | 2 | -0/+18 |
| | | | | | | | | | | |||||
| | * | | | | | | | | feat: update addresses for Forwarder | Amir Bandeali | 2018-10-27 | 1 | -3/+3 |
| | | | | | | | | | | |||||
| | * | | | | | | | | feat: update artifact for Forwarder | Amir Bandeali | 2018-10-27 | 1 | -444/+443 |
| |/ / / / / / / / | |||||
* | | | | | | | | | feat(instant): Show message if user doesn't have enough ETH | Steve Klebanoff | 2018-10-27 | 4 | -2/+24 |
| | | | | | | | | | |||||
* | | | | | | | | | ethDecimals -> ETH_DECIMALS | Steve Klebanoff | 2018-10-27 | 4 | -9/+11 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge branch 'development' of github.com:0xProject/0x-monorepo into development | Fabio Berger | 2018-10-26 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x-monorepo: fix(website): round makerAssetToken amount in FillOrder component | ||||
| * \ \ \ \ \ \ \ | Merge pull request #1190 from 0xProject/fix/website/fill-order-rounding | Kadinsky | 2018-10-26 | 2 | -46/+5 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | [website] Round makerAssetToken amount in FillOrder component | ||||
| | * | | | | | | | fix(website): round makerAssetToken amount in FillOrder component | Brandon Millman | 2018-10-26 | 2 | -46/+5 |
| |/ / / / / / / | |||||
* / / / / / / / | Update yarn.lock | Fabio Berger | 2018-10-26 | 1 | -45/+1 |
|/ / / / / / / | |||||
* | | | | | | | 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 #1182 from 0xProject/albrow-codeowners | Alex Browne | 2018-10-25 | 1 | -7/+13 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add albrow to CODEOWNERS | ||||
| * | | | | | | | Add albrow to CODEOWNERS | Alex Browne | 2018-10-25 | 1 | -7/+13 |
| | | | | | | | | |||||
* | | | | | | | | 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 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #1179 from 0xProject/feature/instant/processing-state | Steve Klebanoff | 2018-10-25 | 20 | -45/+216 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | [instant] Success and Processing state | ||||
| * | | | | | | | Get rid of react-shared as a dependency, write own etherscanUtil | Steve Klebanoff | 2018-10-25 | 4 | -5/+27 |
| |/ / / / / / | |||||
| * | | | | | | bumping up max bundle size for now (introducing react-shared added a lot), ↵ | Steve Klebanoff | 2018-10-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | will optimize later | ||||
| * | | | | | | Get rid of unused import | Steve Klebanoff | 2018-10-25 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Revert "commiting addtl changes to yarn.lock from running yarn" | Steve Klebanoff | 2018-10-24 | 1 | -1/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c1f9f2e8d9dc97d9ac6fcb865c46e5a74118a75c. | ||||
| * | | | | | | commiting addtl changes to yarn.lock from running yarn | Steve Klebanoff | 2018-10-24 | 1 | -45/+1 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'development' into feature/instant/processing-state | Steve Klebanoff | 2018-10-24 | 71 | -180/+1028 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| * | | | | | | feat(instant): Procesing and Success states | Steve Klebanoff | 2018-10-24 | 13 | -36/+116 |
| | | | | | | | |||||
| * | | | | | | 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 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1181 from snario/patch-1 | Alex Browne | 2018-10-25 | 1 | -0/+4 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Update README.md | ||||
| * | | | | | | Update README.md | Liam Horne | 2018-10-25 | 1 | -0/+4 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #1170 from 0xProject/feature/instant/failure-state | Steve Klebanoff | 2018-10-24 | 13 | -31/+218 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | [instant] Failure state | ||||
| * | | | | | 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 | 64 | -134/+978 |
| |\ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | |||||
* | | | | | Merge pull request #1159 from 0xProject/feature/instant/beta-render-et-al | Francesco Agosti | 2018-10-24 | 26 | -135/+379 |
|\ \ \ \ \ | | | | | | | | | | | | | [instant] Pass in liquiditySource, assetData and other settings from render | ||||
| * | | | | | chore: incorportate pr feedback | fragosti | 2018-10-24 | 5 | -7/+46 |
| | | | | | | |||||
| * | | | | | 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 | 19 | -97/+145 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | 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 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1177 from 0xProject/fix/web3-wrapper-transaction-type | Alex Browne | 2018-10-24 | 2 | -2/+19 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Make getTransactionByHashAsync return the correct type | ||||
| * | | | | | | 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 | ||||
* | | | | | | | Merge pull request #1162 from 0xProject/fix/contracts/forwarderRounding | Amir Bandeali | 2018-10-24 | 3 | -8/+278 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [WIP] Round up for Market Buys in Forwarding Contract. | ||||
| * | | | | | | | 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 | 23 | -37/+410 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | | | Merge pull request #1174 from 0xProject/fix/website/kovan | Brandon Millman | 2018-10-23 | 3 | -9/+53 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | [website] Fix broken order signing on portal and broken loading on kovan | ||||
| * | | | | | 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 |
| | | | | | | |||||
| * | | | | | Update yarn.lock | Brandon Millman | 2018-10-23 | 1 | -2/+39 |
|/ / / / / | |||||
| | * | | | 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 | 52 | -579/+770 |
| | |\ \ \ | | |/ / / | |/| | | | | | | | | 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 | ||||
* | | | | Merge pull request #1168 from 0xProject/feature/contracts/updateReadme | Amir Bandeali | 2018-10-20 | 1 | -14/+8 |
|\ \ \ \ | | | | | | | | | | | Update links, remove 1.0 from contracts README | ||||
| * | | | | 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 | 25 | -158/+320 |
| | | |\ \ \ | |_|_|/ / / |/| | | | | | | | | | | | feature/instant/beta-render-et-al | ||||
* | | | | | | Merge pull request #1148 from 0xProject/feature/instant/discharge | Francesco Agosti | 2018-10-20 | 4 | -3/+129 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [instant] Create dogfood url and deployment workflow | ||||
| * \ \ \ \ \ | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-20 | 704 | -13814/+7099 |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | feature/instant/discharge | ||||
* | | | | | | | Merge pull request #1165 from 0xProject/fix/release-notes-versions | Leonid Logvinov | 2018-10-19 | 5 | -17/+17 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Fix the package versions in release notes | ||||
| * | | | | | | Fix the package versions in release notes | Leonid Logvinov | 2018-10-19 | 5 | -17/+17 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #1163 from 0xProject/devSectionFixes | Kadinsky | 2018-10-19 | 16 | -116/+144 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Developer Section Fixes | ||||
| * | | | | | | 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 | 4 | -8/+8 |
| | | | | | | | |||||
| * | | | | | | style: fix doc reference package name capitalization | Fabio Berger | 2018-10-19 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'development' into devSectionFixes | Fabio Berger | 2018-10-19 | 1 | -23/+31 |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | * development: chore: Update list of published packages in top-level README | ||||
* | | | | | | | Merge pull request #1160 from 0xProject/fix/published-packages-list | Alex Browne | 2018-10-19 | 1 | -23/+31 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update list of published packages in top-level README | ||||
| * | | | | | | | chore: Update list of published packages in top-level README | Alex Browne | 2018-10-19 | 1 | -23/+31 |
| | |_|/ / / / | |/| | | | | | |||||
| | * | | | | | 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 | 4 | -4/+184 |
| | | | | | | |||||
| | | * | | | 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 | 701 | -13765/+7119 |
| | | |\ \ | |_|_|/ / |/| | | | | | | | | | feature/instant/beta-render-et-al | ||||
* | | | | | Merge pull request #1158 from 0xProject/docSectionFixes | Kadinsky | 2018-10-19 | 56 | -64/+391 |
|\ \ \ \ \ | |/ / / / |/| | | | | Update Doc Ref Markdown Sections | ||||
| * | | | | 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 | ||||
* | | | | | Merge pull request #1157 from 0xProject/feature/fix-monorepo-scripts | Leonid Logvinov | 2018-10-18 | 2 | -1/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | 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 |
| | | | | |||||
* | | | | Merge pull request #1156 from 0xProject/feature/0x/npm-domain | Leonid Logvinov | 2018-10-18 | 531 | -2586/+3587 |
|\ \ \ \ | | | | | | | | | | | Move package org from 0xproject to 0x | ||||
| * | | | | 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: update yarn.lock | Fabio Berger | 2018-10-18 | 1 | -8/+0 |
| | | | | | |||||
| * | | | | chore: add missing import | Fabio Berger | 2018-10-18 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | chore: missing converts | Fabio Berger | 2018-10-18 | 3 | -6/+6 |
| | | | | | |||||
| * | | | | 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 | 3 | -340/+35 |
| | | | | | |||||
| * | | | | 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 | 3 | -492/+939 |
| | | | | | |||||
| * | | | | chore: change abi-gen-wrappers ethereum-types version | Jacob Evans | 2018-10-18 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | chore: change circleci config from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -344/+344 |
| | | | | | |||||
| * | | | | chore: change README.md from 0xproject to 0x | Jacob Evans | 2018-10-18 | 37 | -200/+200 |
| | | | | | |||||
| * | | | | chore: change tslint.json from 0xproject to 0x | Jacob Evans | 2018-10-18 | 35 | -34/+35 |
| | | | | |