| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1250 from 0xProject/feature/json-schemas-connect | Leonid Logvinov | 2018-11-12 | 17 | -107/+113 |
|\ |
|
| * | Fix static tests | Leonid Logvinov | 2018-11-12 | 1 | -1/+0 |
| * | Add PR number | Leonid Logvinov | 2018-11-12 | 1 | -1/+2 |
| * | Move connect schemas to JSON Schemas | Leonid Logvinov | 2018-11-12 | 17 | -107/+112 |
* | | Merge pull request #1235 from 0xProject/fixOrderValidation | Fabio B | 2018-11-12 | 15 | -124/+217 |
|\ \ |
|
| * | | Add fixes affecting the public interface to the CHANGELOGs | Fabio Berger | 2018-11-12 | 2 | -0/+45 |
| * | | Use correctly formatted signature so that it rejects with the expected reason... | Fabio Berger | 2018-11-12 | 1 | -1/+2 |
| * | | Remove unnecessary conversion to BigNumber | Fabio Berger | 2018-11-12 | 1 | -2/+2 |
| * | | Use rejectedWith | Fabio Berger | 2018-11-12 | 1 | -2/+2 |
| * | | Use RevertReason when possible | Fabio Berger | 2018-11-12 | 1 | -1/+1 |
| * | | rename param | Fabio Berger | 2018-11-12 | 1 | -2/+2 |
| * | | address linter errors | Fabio Berger | 2018-11-11 | 1 | -2/+0 |
| * | | Move signature validation into OrderValidationUtils.validateOrderFillableOrTh... | Fabio Berger | 2018-11-10 | 3 | -15/+16 |
| * | | Merge branch 'development' into fixOrderValidation | Fabio Berger | 2018-11-10 | 130 | -385/+1096 |
| |\ \ |
|
| * | | | Revert comment change | Fabio Berger | 2018-11-10 | 1 | -1/+1 |
| * | | | Keep more helpful error messages, and stop swallowing errors when returning c... | Fabio Berger | 2018-11-10 | 1 | -59/+72 |
| * | | | Merge branch 'development' into fixOrderValidation | Fabio Berger | 2018-11-09 | 61 | -589/+1090 |
| |\ \ \ |
|
| * | | | | Remove unused validateFillOrKill method | Fabio Berger | 2018-11-09 | 1 | -30/+1 |
| * | | | | Fix validateOrderFillableOrThrowAsync method so it also checks order signatur... | Fabio Berger | 2018-11-09 | 12 | -30/+94 |
| * | | | | chore(instant): fix lint error | Brandon Millman | 2018-11-06 | 1 | -1/+0 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #1246 from 0xProject/bug/web3-wrapper/eth-call-null | Fabio B | 2018-11-12 | 1 | -3/+0 |
|\ \ \ \ |
|
| * | | | | bug(web3-wrapper): throws when contract returns null | Jacob Evans | 2018-11-12 | 1 | -3/+0 |
* | | | | | fix(website): fix code splitting | Brandon Millman | 2018-11-12 | 23 | -31/+33 |
|/ / / / |
|
* | | | | Add CHANGELOG comment to README | Amir Bandeali | 2018-11-12 | 1 | -1/+1 |
* | | | | Add CHANGELOG.json | Amir Bandeali | 2018-11-12 | 1 | -0/+115 |
* | | | | feat(instant): handle privacy mode in wallets | Brandon Millman | 2018-11-10 | 6 | -16/+11 |
* | | | | Merge pull request #1237 from 0xProject/feature/instant/buy-quote-heartbeat | Steve Klebanoff | 2018-11-10 | 7 | -13/+106 |
|\ \ \ \ |
|
| * | | | | linting | Steve Klebanoff | 2018-11-10 | 2 | -1/+2 |
| * | | | | Don't start heartbeat if no account | Steve Klebanoff | 2018-11-10 | 1 | -6/+8 |
| * | | | | Lodash noop | Steve Klebanoff | 2018-11-10 | 1 | -1/+1 |
| * | | | | Using built in intervalUtils instead of rolling own | Steve Klebanoff | 2018-11-10 | 1 | -20/+5 |
| * | | | | Update account more frequently | Steve Klebanoff | 2018-11-10 | 1 | -1/+1 |
| * | | | | Linting and renaming variables | Steve Klebanoff | 2018-11-10 | 5 | -21/+23 |
| * | | | | Use interface like named parameters here | Steve Klebanoff | 2018-11-10 | 2 | -3/+4 |
| * | | | | Emulate named parameters with interface | Steve Klebanoff | 2018-11-10 | 3 | -7/+17 |
| * | | | | Make sure we only update price when they are not in the middle of an order | Steve Klebanoff | 2018-11-10 | 1 | -2/+3 |
| * | | | | Use existing functions instead of writing our own | Steve Klebanoff | 2018-11-10 | 7 | -94/+28 |
| * | | | | Merge branch 'development' into feature/instant/buy-quote-heartbeat | Steve Klebanoff | 2018-11-10 | 141 | -594/+1458 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Variable name cleanup | Steve Klebanoff | 2018-11-09 | 1 | -9/+9 |
| * | | | | Remove unneeded Promise.resolve | Steve Klebanoff | 2018-11-09 | 1 | -1/+0 |
| * | | | | Remove old TODO | Steve Klebanoff | 2018-11-09 | 1 | -1/+0 |
| * | | | | move files around and rename | Steve Klebanoff | 2018-11-09 | 3 | -24/+20 |
| * | | | | wip: BuyQuote heartbeat | Steve Klebanoff | 2018-11-09 | 4 | -5/+45 |
| * | | | | Make heartbeat more generic | Steve Klebanoff | 2018-11-09 | 2 | -23/+29 |
| * | | | | wip: abstract out updating buy quote | Steve Klebanoff | 2018-11-09 | 2 | -39/+59 |
| * | | | | linting | Steve Klebanoff | 2018-11-09 | 1 | -0/+1 |
| * | | | | feat(instant): Heartbeat for updating account info | Steve Klebanoff | 2018-11-09 | 4 | -3/+62 |
* | | | | | feat(instant): Dismissible overlay error messages | Steve Klebanoff | 2018-11-10 | 6 | -12/+50 |
| |/ / /
|/| | | |
|
* | | | | Publishethereum-types@1.1.2contracts@2.1.51@0x/website@0.0.56@0x/web3-wrapper@3.1.1@0x/utils@2.0.4@0x/typescript-typings@3.0.4@0x/types@1.2.1@0x/tslint-config@1.0.10@0x/testnet-faucets@1.0.53@0x/subproviders@2.1.1@0x/sra-spec@1.0.8@0x/sol-resolver@1.0.16@0x/sol-doc@1.0.4@0x/sol-cov@2.1.9@0x/sol-compiler@1.1.9@0x/react-shared@1.0.18@0x/react-docs@1.0.15@0x/order-watcher@2.2.1@0x/order-utils@2.0.1@0x/monorepo-scripts@1.0.13@0x/migrations@2.0.1@0x/metacoin@0.0.25@0x/json-schemas@2.0.1@0x/instant@0.0.4@0x/fill-scenarios@1.0.9@0x/dev-utils@1.0.14@0x/dev-tools-pages@0.0.3@0x/contract-wrappers@3.0.1@0x/contract-artifacts@1.1.0@0x/contract-addresses@1.1.0@0x/connect@3.0.3@0x/base-contract@3.0.3@0x/asset-buyer@2.2.0@0x/assert@1.0.15@0x/abi-gen@1.0.15@0x/abi-gen-wrappers@1.0.20x.js@2.0.1 | Jacob Evans | 2018-11-09 | 37 | -283/+283 |
* | | | | Updated CHANGELOGS | Jacob Evans | 2018-11-09 | 60 | -6/+356 |
* | | | | Merge pull request #1232 from 0xProject/feature/instant/account-state-change | Brandon Millman | 2018-11-09 | 11 | -42/+148 |
|\ \ \ \ |
|
| * | | | | fix(instant): fix bug where we potentially fetch balance for the wrong account | Brandon Millman | 2018-11-09 | 4 | -9/+18 |
| * | | | | Merge branch 'development' into feature/instant/account-state-change | Brandon Millman | 2018-11-09 | 34 | -290/+503 |
| |\ \ \ \
| | |/ / /
| |/| | /
| | | |/
| | |/| |
|
| * | | | chore(instant): fix lint errors | Brandon Millman | 2018-11-08 | 1 | -1/+1 |
| * | | | feat(instant): fetch balance at startup | Brandon Millman | 2018-11-08 | 7 | -20/+53 |
| * | | | feat(instant): fetch account address at startup and drive account state changes | Brandon Millman | 2018-11-08 | 9 | -25/+88 |
* | | | | Merge pull request #1236 from 0xProject/fix/subproviders/lock-ledger-4.24.0 | Jacob Evans | 2018-11-09 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | fix: Lock Ledger hw-transport to 4.24.0 | Jacob Evans | 2018-11-09 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | fix: wrong prop names used | fragosti | 2018-11-09 | 1 | -2/+2 |
* | | | | chore: PR feedback | fragosti | 2018-11-09 | 1 | -9/+9 |
* | | | | fix: broken features because of merge | fragosti | 2018-11-09 | 3 | -1/+5 |
* | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-09 | 14 | -102/+226 |
|\| | | |
|
| * | | | [instant] Viewport specific errors (#1228) | Steve Klebanoff | 2018-11-09 | 8 | -49/+118 |
| * | | | Added more comments | Remco Bloemen | 2018-11-09 | 1 | -0/+5 |
| * | | | Merge remote-tracking branch 'origin/development' into feature/utils/prettybi... | Remco Bloemen | 2018-11-09 | 27 | -246/+366 |
| |\ \ \ |
|
| | * | | | Include wholeNumberSchema in sra-spec schemas | Fabio Berger | 2018-11-09 | 1 | -0/+2 |
| | * | | | Merge pull request #1231 from 0xProject/fix/instant/default-amount-quote | Brandon Millman | 2018-11-09 | 4 | -53/+83 |
| | |\ \ \ |
|
| | | * | | | chore(instant): fix linter | Brandon Millman | 2018-11-09 | 1 | -0/+1 |
| | | * | | | fix(instant): update buy quote at start up in the case of default amount | Brandon Millman | 2018-11-08 | 4 | -53/+82 |
| | | |/ / |
|
| * | | | | Merge remote-tracking branch 'origin/development' into feature/utils/prettybi... | Remco Bloemen | 2018-11-09 | 1412 | -161785/+59961 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | Fix isNode | Remco Bloemen | 2018-11-09 | 1 | -1/+1 |
| * | | | | Add upstream issue | Remco Bloemen | 2018-08-22 | 1 | -0/+1 |
| * | | | | Use const require instead of import | Remco Bloemen | 2018-08-22 | 1 | -1/+5 |
| * | | | | Fix tslint issues | Remco Bloemen | 2018-08-22 | 1 | -2/+3 |
| * | | | | Use detect-node | Remco Bloemen | 2018-08-22 | 1 | -1/+2 |
| * | | | | Set curstom inspect printer in BigNumber | Remco Bloemen | 2018-08-22 | 1 | -0/+11 |
* | | | | | fix: remove default props, fix lint problems | fragosti | 2018-11-09 | 3 | -8/+7 |
* | | | | | chore: convert payment method to stateless component | fragosti | 2018-11-09 | 1 | -29/+25 |
* | | | | | feat: add boxShadow on dropdown hover | fragosti | 2018-11-09 | 2 | -0/+3 |
* | | | | | fix: various style issues | fragosti | 2018-11-09 | 3 | -18/+21 |
* | | | | | fix: remove all:initial rule from all div based ui compoennts | fragosti | 2018-11-09 | 3 | -3/+0 |
* | | | | | fix: token selector scrolling container height | fragosti | 2018-11-09 | 2 | -3/+5 |
* | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-09 | 35 | -454/+684 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-09 | 26 | -296/+499 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge pull request #1226 from 0xProject/fix/website/build-time | Brandon Millman | 2018-11-09 | 1 | -4/+5 |
| | |\ \ \ \
| | | |_|/ /
| | |/| | | |
|
| | | * | | | fix(website): turn off production flag when building locally | Brandon Millman | 2018-11-08 | 1 | -4/+5 |
| | * | | | | Merge pull request #1221 from 0xProject/feature/instant/fallback-provider | Brandon Millman | 2018-11-08 | 18 | -276/+422 |
| | |\ \ \ \ |
|
| | | * | | | | feat(instant): add Account to the ProviderState | Brandon Millman | 2018-11-08 | 3 | -39/+97 |
| | | * | | | | feat(instant): fallback to an empty wallet provider when none is injected | Brandon Millman | 2018-11-08 | 14 | -243/+331 |
| | | * | | | | chore(instant): update OrderState enum to follow capitalization conventions | Brandon Millman | 2018-11-07 | 8 | -43/+43 |
| * | | | | | | fix: apply css reset to overlay as well | fragosti | 2018-11-08 | 5 | -35/+41 |
| * | | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-08 | 2 | -1/+5 |
| |\ \ \ \ \ \
| | | |_|/ / /
| | |/| | | | |
|
| * | | | | | | chore: linter | fragosti | 2018-11-07 | 6 | -10/+6 |
| * | | | | | | fix: progress bar | fragosti | 2018-11-07 | 2 | -7/+9 |
| * | | | | | | fix: use fontSize prop in button | fragosti | 2018-11-07 | 1 | -2/+1 |
| * | | | | | | feat: make instant resistant to external styles | fragosti | 2018-11-07 | 16 | -171/+233 |
| * | | | | | | feat: add faux externall css file | fragosti | 2018-11-07 | 2 | -0/+22 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | chore: cleanup | fragosti | 2018-11-08 | 1 | -2/+3 |
* | | | | | | fix: restore button to previous state | fragosti | 2018-11-08 | 1 | -38/+24 |
* | | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-08 | 7 | -16/+72 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | Merge pull request #1219 from 0xProject/feature/instant/mobile-full-bleed | Steve Klebanoff | 2018-11-08 | 7 | -16/+72 |
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| | * | | | | Small code review tweaks | Steve Klebanoff | 2018-11-08 | 2 | -2/+2 |
| | * | | | | Take out unneeded conditionals | Steve Klebanoff | 2018-11-07 | 1 | -2/+2 |
| | * | | | | remove unused dependecny | Steve Klebanoff | 2018-11-07 | 1 | -1/+0 |
| | * | | | | remove unused import | Steve Klebanoff | 2018-11-07 | 1 | -2/+0 |
| | * | | | | remove old comment | Steve Klebanoff | 2018-11-07 | 1 | -1/+0 |
| | * | | | | Merge branch 'development' into feature/instant/mobile-full-bleed | Steve Klebanoff | 2018-11-07 | 25 | -38/+119 |
| | |\| | | |
|
| | * | | | | Hide X when small | Steve Klebanoff | 2018-11-07 | 2 | -3/+3 |
| | * | | | | Fix mobile view of selecting assets | Steve Klebanoff | 2018-11-07 | 1 | -1/+1 |
| | * | | | | Get rid of unused properties | Steve Klebanoff | 2018-11-07 | 2 | -4/+0 |
| | * | | | | new MediaChoice approach for setting conditional css properties | Steve Klebanoff | 2018-11-07 | 6 | -61/+19 |
| | * | | | | better function definiton | Steve Klebanoff | 2018-11-07 | 3 | -17/+11 |
| | * | | | | proof of concept working | Steve Klebanoff | 2018-11-07 | 3 | -9/+22 |
| | * | | | | wip: mediachoice experiment | Steve Klebanoff | 2018-11-07 | 3 | -0/+37 |
| | * | | | | feat(instant): when on mobile, show mobile specific styling that takes up who... | Steve Klebanoff | 2018-11-07 | 5 | -4/+58 |
| | * | | | | Putting back in old heights as not necessary for full bleed | Steve Klebanoff | 2018-11-07 | 2 | -2/+2 |
| | * | | | | wip: height 100% | Steve Klebanoff | 2018-11-06 | 2 | -2/+4 |
| | * | | | | wip: full display of mobile hard coded | Steve Klebanoff | 2018-11-06 | 6 | -6/+13 |
| | * | | | | fix(instant): fix provided orders | Steve Klebanoff | 2018-11-06 | 1 | -1/+1 |
| | | |_|/
| | |/| | |
|
* | | | | | feat: implement copy-to-clipboard | fragosti | 2018-11-08 | 3 | -0/+24 |
* | | | | | feat: add MetaMask sign, refactor Circle | fragosti | 2018-11-08 | 4 | -18/+37 |
* | | | | | feat: create PaymentMethodDropdown | fragosti | 2018-11-08 | 9 | -43/+86 |
* | | | | | chore: remove unused props | fragosti | 2018-11-08 | 1 | -2/+2 |
* | | | | | fix: height of token selector overflow div | fragosti | 2018-11-08 | 2 | -7/+7 |
* | | | | | feat: refactor out overlay component and use it to implement click-outside | fragosti | 2018-11-08 | 5 | -68/+89 |
* | | | | | feat: implement basic dropdown component | fragosti | 2018-11-08 | 6 | -8/+169 |
|/ / / / |
|
* | / / | fix(asset-buyer): lower default expiryBuffer from 5 minutes to 2 minutes | Brandon Millman | 2018-11-07 | 2 | -1/+5 |
| |/ /
|/| | |
|
* | | | Merge pull request #1210 from 0xProject/feature/instant/beta-bucket | Francesco Agosti | 2018-11-07 | 4 | -3/+25 |
|\ \ \ |
|
| * | | | chore: move to underscores | fragosti | 2018-11-06 | 2 | -4/+4 |
| * | | | chore: prettier and linter | fragosti | 2018-11-03 | 2 | -12/+11 |
| * | | | fix: typo in README | fragosti | 2018-11-03 | 1 | -1/+1 |
| * | | | feat: break up deploy into deploy-dogfood and deploy-staging | fragosti | 2018-11-03 | 4 | -3/+25 |
| |/ / |
|
* | | | Merge pull request #1213 from 0xProject/feature/instant/more-testnet-liquidity | Francesco Agosti | 2018-11-07 | 3 | -10/+46 |
|\ \ \ |
|
| * | | | fix: remove unused import | fragosti | 2018-11-06 | 1 | -1/+0 |
| * | | | chore: clarify a comment | fragosti | 2018-11-06 | 1 | -2/+2 |
| * | | | feat: add GNT and MKR testnet orders, fix typo | fragosti | 2018-11-06 | 3 | -10/+46 |
| |/ / |
|
* | | | add extra space | Steve Klebanoff | 2018-11-06 | 1 | -0/+1 |
* | | | remove unused import | Steve Klebanoff | 2018-11-06 | 1 | -1/+0 |
* | | | chore(instant): import UI components directly | Steve Klebanoff | 2018-11-06 | 17 | -25/+49 |
|/ / |
|
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-03 | 16 | -104/+132 |
|\ \ |
|
| * | | linting | Steve Klebanoff | 2018-11-03 | 1 | -1/+0 |
| * | | Merge branch 'development' into fix/instant/decimal-fields-scaling-amount-inp... | Steve Klebanoff | 2018-11-03 | 8 | -34/+46 |
| |\ \ |
|
| | * \ | Merge pull request #1209 from 0xProject/feature/instant/optional-provider | Brandon Millman | 2018-11-03 | 8 | -34/+46 |
| | |\ \ |
|
| | | * | | feat(instant): pass in provider through props, fallback to injected provider | Brandon Millman | 2018-11-03 | 8 | -34/+46 |
| * | | | | Use generic Maybe | Steve Klebanoff | 2018-11-03 | 3 | -8/+9 |
| * | | | | linting | Steve Klebanoff | 2018-11-03 | 2 | -2/+2 |
| * | | | | Merge branch 'development' into fix/instant/decimal-fields-scaling-amount-inp... | Steve Klebanoff | 2018-11-03 | 23 | -59/+515 |
| |\| | | |
|
| * | | | | onChange -> onAmountChange | Steve Klebanoff | 2018-11-03 | 2 | -5/+5 |
| * | | | | Move MaybeBigNumber functions into helper | Steve Klebanoff | 2018-11-03 | 2 | -17/+29 |
| * | | | | Have ScalingAmountInput trigger onChange with MaybeBigNumber and keep string ... | Steve Klebanoff | 2018-11-02 | 2 | -12/+54 |
| * | | | | Getting rid of BigNumberInput in favor of BigNumber | Steve Klebanoff | 2018-11-02 | 7 | -56/+17 |
* | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-03 | 23 | -59/+515 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Merge pull request #1208 from 0xProject/fix/instant/zero-NaN | Steve Klebanoff | 2018-11-03 | 1 | -1/+1 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | fix(instant): dont get buy quote for zero value | Steve Klebanoff | 2018-11-03 | 1 | -1/+1 |
| * | | | | feat(instant): add affiliateInfo overrides to dev url | Brandon Millman | 2018-11-03 | 1 | -0/+10 |
| * | | | | feat(instant): implement affiliateFeeInfo prop | Brandon Millman | 2018-11-03 | 9 | -15/+61 |
| * | | | | fix(asset-buyer): fix default values being overriden and incorrect fee rounding | Brandon Millman | 2018-11-03 | 3 | -13/+32 |
| |/ / / |
|
| * | | | Merge branch 'development' into feature/instant/simulated-progress-bar | Steve Klebanoff | 2018-11-03 | 20 | -147/+426 |
| |\| | |
|
| * | | | Merge branch 'development' into feature/instant/simulated-progress-bar | Steve Klebanoff | 2018-11-02 | 27 | -248/+485 |
| |\ \ \ |
|
| * | | | | linting: moving order of imports | Steve Klebanoff | 2018-11-02 | 1 | -1/+1 |
| * | | | | Better styling of estimated time | Steve Klebanoff | 2018-11-02 | 1 | -2/+15 |
| * | | | | removing unused imports | Steve Klebanoff | 2018-11-02 | 2 | -2/+2 |
| * | | | | Move file to new file to reflect the new export name | Steve Klebanoff | 2018-11-02 | 2 | -3/+1 |
| * | | | | Rename export | Steve Klebanoff | 2018-11-02 | 2 | -3/+3 |
| * | | | | Move BuyOrderProgress to its own component | Steve Klebanoff | 2018-11-02 | 2 | -38/+39 |
| * | | | | Remove old TODO | Steve Klebanoff | 2018-11-02 | 1 | -1/+1 |
| * | | | | Use new constants | Steve Klebanoff | 2018-11-02 | 2 | -3/+6 |
| * | | | | Use primary color instead of black | Steve Klebanoff | 2018-11-02 | 1 | -1/+1 |
| * | | | | maxWidth -> toWidth, and make from and to width consistent units | Steve Klebanoff | 2018-11-02 | 2 | -11/+11 |
| * | | | | Getting rid of TimedProgress state | Steve Klebanoff | 2018-11-02 | 1 | -47/+23 |
| * | | | | Minor cleanup | Steve Klebanoff | 2018-11-02 | 1 | -2/+2 |
| * | | | | Take out old ended variable | Steve Klebanoff | 2018-11-02 | 1 | -14/+6 |
| * | | | | Fix test name | Steve Klebanoff | 2018-11-02 | 1 | -1/+1 |
| * | | | | ended -> hasEnded | Steve Klebanoff | 2018-11-02 | 3 | -9/+9 |
| * | | | | Rename to SelectedAssetProgress | Steve Klebanoff | 2018-11-01 | 2 | -4/+4 |
| * | | | | Removing old extra param | Steve Klebanoff | 2018-11-01 | 1 | -1/+0 |
| * | | | | Removing old simulated progress bar, and adding documentation to TimedProgres... | Steve Klebanoff | 2018-11-01 | 4 | -201/+5 |
| * | | | | WIP of new timedprogressbar using CSS animations | Steve Klebanoff | 2018-11-01 | 5 | -7/+180 |
| * | | | | Revert "Remove default in state reducer" | Steve Klebanoff | 2018-11-01 | 2 | -2/+3 |
| * | | | | Remove default in state reducer | Steve Klebanoff | 2018-11-01 | 2 | -3/+2 |
| * | | | | Explicit actions for setting different order states | Steve Klebanoff | 2018-11-01 | 6 | -51/+88 |
| * | | | | Remove unused import | Steve Klebanoff | 2018-10-31 | 1 | -1/+0 |
| * | | | | Tick less often, and let CSS style the transition | Steve Klebanoff | 2018-10-31 | 2 | -4/+24 |
| * | | | | Nice formatting of displayed time | Steve Klebanoff | 2018-10-31 | 3 | -6/+90 |
| * | | | | Takeout unneeded div | Steve Klebanoff | 2018-10-31 | 1 | -12/+10 |
| * | | | | Get rid of old demo | Steve Klebanoff | 2018-10-31 | 5 | -45/+0 |
| * | | | | Use simulated progress bar for txn | Steve Klebanoff | 2018-10-31 | 6 | -45/+108 |
| * | | | | Always return estimated time, just use default if not known | Steve Klebanoff | 2018-10-31 | 1 | -3/+14 |
| * | | | | Showing time | Steve Klebanoff | 2018-10-31 | 1 | -1/+9 |
| * | | | | Show estimated time | Steve Klebanoff | 2018-10-31 | 1 | -0/+9 |
| * | | | | Remove old files | Steve Klebanoff | 2018-10-31 | 7 | -200/+0 |
| * | | | | Simulated Progress component working | Steve Klebanoff | 2018-10-31 | 6 | -6/+102 |
| * | | | | WIP: beginning of simulated progress bar component | Steve Klebanoff | 2018-10-31 | 2 | -1/+137 |
| * | | | | Placeholder for estimated time | Steve Klebanoff | 2018-10-31 | 2 | -2/+15 |
| * | | | | Making prettier | Steve Klebanoff | 2018-10-31 | 1 | -4/+8 |
| * | | | | Dispatching progress | Steve Klebanoff | 2018-10-31 | 7 | -4/+84 |
| * | | | | Remove old TODO | Steve Klebanoff | 2018-10-31 | 1 | -1/+0 |
| * | | | | Rename functions and get rid of old unused function | Steve Klebanoff | 2018-10-31 | 1 | -12/+4 |
| * | | | | Stall at 95 percent | Steve Klebanoff | 2018-10-31 | 2 | -27/+46 |
| * | | | | WIP: Progress ticker with finishing | Steve Klebanoff | 2018-10-31 | 2 | -0/+90 |
| * | | | | store estimated time in Ms on state | Steve Klebanoff | 2018-10-30 | 2 | -5/+5 |
| * | | | | return estimated state | Steve Klebanoff | 2018-10-30 | 4 | -9/+17 |
* | | | | | chore: address PR comments | fragosti | 2018-11-03 | 5 | -18/+24 |
* | | | | | fix: change assetdatas for OMG and REP to be all lower case, make MKR blue | fragosti | 2018-11-03 | 3 | -7/+10 |
* | | | | | feat: reset input after token selection | fragosti | 2018-11-03 | 1 | -1/+2 |
* | | | | | fix: dont include assetData in render options | fragosti | 2018-11-02 | 1 | -1/+0 |
* | | | | | chore: prettier and linter | fragosti | 2018-11-02 | 2 | -2/+0 |
* | | | | | feat: add basic token search functionality | fragosti | 2018-11-02 | 3 | -11/+75 |
* | | | | | feat: improve position of close X in token selector | fragosti | 2018-11-02 | 1 | -1/+3 |
* | | | | | feat: implement search bar UI | fragosti | 2018-11-02 | 5 | -5/+16 |
* | | | | | feat: add name param to all ERC20AssetMetaData | fragosti | 2018-11-02 | 4 | -0/+17 |
* | | | | | feat: implement basic token selection UI | fragosti | 2018-11-02 | 6 | -9/+69 |
* | | | | | feat: implement panel title and close | fragosti | 2018-11-02 | 2 | -5/+16 |
* | | | | | feat: use withTheme to use ColorOption to color Icon | fragosti | 2018-11-02 | 5 | -16/+14 |
* | | | | | feat: use new Icon component functionality | fragosti | 2018-11-02 | 1 | -2/+2 |
* | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-02 | 20 | -259/+404 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Merge pull request #1205 from 0xProject/feature/instant/render-overlay | Brandon Millman | 2018-11-02 | 11 | -137/+268 |
| |\ \ \ \ |
|
| | * | | | | Remove alternate hover styling from button and move into icon component | Brandon Millman | 2018-11-02 | 5 | -54/+54 |
| | * | | | | feat(instant): add interactive overlay presentation to umd bundle | Brandon Millman | 2018-11-02 | 12 | -120/+251 |
| | | |/ /
| | |/| | |
|
| * | | | | fix: make maxPerPage for the SRA getAvailableMakerAssetDatasAsync call a loca... | fragosti | 2018-11-02 | 2 | -3/+3 |
| * | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-02 | 8 | -106/+118 |
| |\| | | |
|
| | * | | | Merge pull request #1201 from 0xProject/feature/instant/basic-token-modal | Francesco Agosti | 2018-11-02 | 19 | -142/+367 |
| | |\ \ \ |
|
| | * \ \ \ | Merge pull request #1197 from 0xProject/feature/instant/add-new-order-and-rep | Francesco Agosti | 2018-11-01 | 6 | -37/+51 |
| | |\ \ \ \ |
|
| | | * | | | | chore: remove unused import | fragosti | 2018-11-01 | 1 | -1/+1 |
| | | * | | | | chore: remove unused import | fragosti | 2018-11-01 | 1 | -1/+0 |
| | | * | | | | fix: address PR comments | fragosti | 2018-11-01 | 6 | -33/+90 |
| | | |\ \ \ \
| | | | | |/ /
| | | | |/| | |
|
| | | * | | | | chore: add changelog | fragosti | 2018-10-30 | 1 | -0/+4 |
| | | * | | | | feat: remove isValidProvided orders validation | fragosti | 2018-10-30 | 3 | -33/+35 |
| | | * | | | | chore: remove console log | fragosti | 2018-10-30 | 1 | -1/+0 |
| | | * | | | | feat(instant): add default gasPrice of 6 gwei to transactions | Brandon Millman | 2018-10-30 | 2 | -2/+5 |
| | | * | | | | feat: add augur provided order | fragosti | 2018-10-30 | 4 | -18/+26 |
| | * | | | | | Merge pull request #1199 from 0xProject/feature/website/metmask-breaking-change | Brandon Millman | 2018-11-01 | 2 | -69/+66 |
| | |\ \ \ \ \
| | | |_|/ / /
| | |/| | | | |
|
| | | * | | | | fix(website): prepare website for breaking MetaMask change for eip 1102 | Brandon Millman | 2018-10-31 | 2 | -69/+66 |
* | | | | | | | fix: remove assetData from default params | fragosti | 2018-11-02 | 1 | -1/+0 |
* | | | | | | | feat: better handle errors in async fetches | fragosti | 2018-11-02 | 1 | -6/+10 |
* | | | | | | | chore: remove unneeded optional syntax | fragosti | 2018-11-02 | 1 | -2/+2 |
* | | | | | | | chore: add clarification to _generateSelectAssetClickHandler | fragosti | 2018-11-02 | 1 | -9/+10 |
* | | | | | | | fix: better name method | fragosti | 2018-11-02 | 1 | -4/+4 |
* | | | | | | | feat: add asserts for new API additions | fragosti | 2018-11-02 | 2 | -0/+6 |
* | | | | | | | feat: auto-close panel when a token is selected | fragosti | 2018-11-02 | 2 | -3/+11 |
* | | | | | | | feat: add states to the erc20 input for no assets or only 1 asset | fragosti | 2018-11-02 | 7 | -24/+50 |
* | | | | | | | feat: implement basic erc20 token selector | fragosti | 2018-11-01 | 6 | -13/+81 |
* | | | | | | | feat: modify public API to allow for passing in available assets, or fetch as... | fragosti | 2018-11-01 | 8 | -29/+100 |
|/ / / / / / |
|
* | | | | | | chore: add to changelog | fragosti | 2018-11-01 | 1 | -0/+5 |
* | | | | | | feat: expose new `getAvailableAssetDatasAsync` API | fragosti | 2018-11-01 | 6 | -10/+54 |
* | | | | | | feat: add more asestMetaDatas | fragosti | 2018-11-01 | 2 | -0/+98 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-01 | 5 | -6/+61 |
|\| | | | |
|
| * | | | | Move tslint disable line | Steve Klebanoff | 2018-10-30 | 1 | -1/+3 |
| * | | | | Add comment and use constant | Steve Klebanoff | 2018-10-30 | 1 | -2/+3 |
| * | | | | Use polyfilled fetch from utils | Steve Klebanoff | 2018-10-30 | 1 | -2/+2 |