Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Steve Klebanoff | 2018-11-07 | 5 | -4/+58 |
| | | | | whole screen | ||||
* | 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 |
| | |||||
* | Merge pull request #1204 from ↵ | Francesco Agosti | 2018-11-03 | 27 | -98/+454 |
|\ | | | | | | | | | 0xProject/feature/instant/maker-asset-datas-interface [instant] Add `availableAssetDatas` to render method, fetch from asset-buyer if not specified, implement basic token selection | ||||
| * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-03 | 16 | -104/+132 |
| |\ | |/ |/| | | | feature/instant/maker-asset-datas-interface | ||||
* | | Merge pull request #1206 from ↵ | Steve Klebanoff | 2018-11-03 | 9 | -70/+85 |
|\ \ | | | | | | | | | | | | | 0xProject/fix/instant/decimal-fields-scaling-amount-input-bn [instant] Fix decimal input issues on instant | ||||
| * | | linting | Steve Klebanoff | 2018-11-03 | 1 | -1/+0 |
| | | | |||||
| * | | Merge branch 'development' into ↵ | Steve Klebanoff | 2018-11-03 | 8 | -34/+46 |
| |\ \ | |/ / |/| | | | | | fix/instant/decimal-fields-scaling-amount-input-bn | ||||
* | | | Merge pull request #1209 from 0xProject/feature/instant/optional-provider | Brandon Millman | 2018-11-03 | 8 | -34/+46 |
|\ \ \ | | | | | | | | | [instant] Provide optional provider API, fallback to injected provider | ||||
| * | | | 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 ↵ | Steve Klebanoff | 2018-11-03 | 23 | -59/+515 |
| | |\ \ | |_|/ / |/| | | | | | | | fix/instant/decimal-fields-scaling-amount-input-bn | ||||
| | * | | 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 |
| | | | | | | | | | | | | | | | | value as state | ||||
| | * | | 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 ↵ | fragosti | 2018-11-03 | 23 | -59/+515 |
| | | |\ | |_|_|/ |/| | | | | | | | feature/instant/maker-asset-datas-interface | ||||
* | | | | Merge pull request #1208 from 0xProject/fix/instant/zero-NaN | Steve Klebanoff | 2018-11-03 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | [instant] Fix NaN issue with zero input | ||||
| * | | | fix(instant): dont get buy quote for zero value | Steve Klebanoff | 2018-11-03 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #1207 from 0xProject/feature/instant/affiliate-fee | Brandon Millman | 2018-11-03 | 13 | -28/+103 |
|\ \ \ \ | |/ / / |/| | | | [instant][asset-buyer] Implement affiliateInfo prop | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | Don't export beginningState, and updating prop name in comment | ||||
* | | | | 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 ↵ | Steve Klebanoff | 2018-11-01 | 4 | -201/+5 |
| | | | | | | | | | | | | | | | | TimedProgressBar | ||||
* | | | | 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 |
| | | | | | | | | | | | | | | | | This reverts commit cc2719492d72602ecd1c503cf0ecee95cd05db33. | ||||
* | | | | Merge branch 'development' into feature/instant/simulated-progress-bar | Steve Klebanoff | 2018-11-01 | 0 | -0/+0 |
|\ \ \ \ | |||||
* | | | | | Remove default in state reducer | Steve Klebanoff | 2018-11-01 | 2 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | This allows us to ensure that we explicitly handle every action type | ||||
* | | | | | Explicit actions for setting different order states | Steve Klebanoff | 2018-11-01 | 6 | -51/+88 |
| | | | | | | | | | | | | | | | | | | | | This allows us to dispatch updates with less syntax, and allows us to not have to send in progress info when setting failure and success | ||||
* | | | | | 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 ↵ | fragosti | 2018-11-02 | 20 | -259/+404 |
| | | | |\ | | | | |/ | | | |/| | | | | | | feature/instant/maker-asset-datas-interface | ||||
| | | * | | Merge pull request #1205 from 0xProject/feature/instant/render-overlay | Brandon Millman | 2018-11-02 | 11 | -137/+268 |
| | | |\ \ | | | | | | | | | | | | | [instant] Dismissible overlay | ||||
| | | | * | | 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 |
| | | |/ / | | |/| | | |||||
| | | * | | Merge pull request #1203 from 0xProject/feature/instant/token-selection-panel | Francesco Agosti | 2018-11-02 | 9 | -10/+158 |
| | |/| | | | | | | | | | | | | [instant][asset-buyer] Add more assetMetaData and expose new asset-buyer API: `getAvailableAssetDatasAsync` | ||||
| | | * | | fix: make maxPerPage for the SRA getAvailableMakerAssetDatasAsync call a ↵ | fragosti | 2018-11-02 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | local var | ||||
| | | * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-02 | 8 | -106/+118 |
| | | |\ \ | | | |/ / | | |/| | | | | | | | feature/instant/token-selection-panel | ||||
| | * | | | Merge pull request #1201 from 0xProject/feature/instant/basic-token-modal | Francesco Agosti | 2018-11-02 | 19 | -142/+367 |
| | |\ \ \ | | | | | | | | | | | | | [instant] Add `Select Token` mode, animation abstractions, and basic token selection panel | ||||
| | * \ \ \ | Merge pull request #1197 from 0xProject/feature/instant/add-new-order-and-rep | Francesco Agosti | 2018-11-01 | 6 | -37/+51 |
| | |\ \ \ \ | | | | | | | | | | | | | | | [instant] Add REP to assetMetaDataMap and add it to provided orders | ||||
| | | * | | | | 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 |
| |/| | | | | | | | | | | | | | | | | | | | [website] Prepare website for breaking MetaMask change for EIP 1102 | ||||
| | * | | | | | 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 ↵ | fragosti | 2018-11-01 | 8 | -29/+100 |
| | | | | |/ | | | | | | | | | | | | | | | | | | | assets from SRA | ||||
| | | | | * | chore: add to changelog | fragosti | 2018-11-01 | 1 | -0/+5 |
| | | | | | | |||||
| | | | | * | feat: expose new `getAvailableAssetDatasAsync` API | fragosti | 2018-11-01 | 6 | -10/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | BREAKING CHANGE: the `OrderProvider` now requires a new method `getAvailableMakerAssetDatasAsync` and the `StandardRelayerAPIOrderProvider` requires the network id at init. | ||||
| | | | | * | feat: add more asestMetaDatas | fragosti | 2018-11-01 | 2 | -0/+98 |
| | | | |/ | |||||
| | | | * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-01 | 5 | -6/+61 |
| | | | |\ | | |_|_|/ | |/| | | | | | | | | feature/instant/basic-token-modal | ||||
| * | | | | Merge pull request #1198 from 0xProject/feature/instant/gas-estimate | Steve Klebanoff | 2018-10-31 | 5 | -6/+61 |
| |\ \ \ \ | |/ / / / |/| / / / | |/ / / | [instant] Gas price estimate | ||||
* | | | | 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 |
| | | | | |||||
* | | | | async suffix and use polyfill fetch util | Steve Klebanoff | 2018-10-30 | 1 | -4/+4 |
| | | | | |||||
* | | | | Introduce constants for eth gas station and coinbase | Steve Klebanoff | 2018-10-30 | 3 | -7/+9 |
| | | | | |||||
* | | | | Comment for warming up cache | Steve Klebanoff | 2018-10-30 | 1 | -0/+2 |
| | | | | |||||
* | | | | linting | Steve Klebanoff | 2018-10-30 | 2 | -1/+2 |
| | | | | |||||
* | | | | Use constant that exists now | Steve Klebanoff | 2018-10-30 | 1 | -5/+4 |
| | | | | |||||
* | | | | gas price estimator | Steve Klebanoff | 2018-10-30 | 3 | -2/+50 |
|/ / / | |||||
| | * | chore: address PR feedback | fragosti | 2018-11-01 | 13 | -43/+45 |
| | | | |||||
| | * | feat: implement sliding panel | fragosti | 2018-10-31 | 9 | -79/+138 |
| | | | |||||
| | * | feat: allow for flexible position in position animation component | fragosti | 2018-10-31 | 3 | -13/+23 |
| | | | |||||
| | * | feat: refactor animation code | fragosti | 2018-10-31 | 10 | -74/+130 |
| | | | |||||
| | * | feat: add 'Select Token' UI to asset amount input | fragosti | 2018-10-30 | 4 | -17/+61 |
| | | | |||||
| | * | feat: add chevron icon and add it to asset amount input | fragosti | 2018-10-30 | 2 | -6/+27 |
| | | | |||||
| | * | feat: add basic panel component and other small improvements | fragosti | 2018-10-30 | 5 | -7/+40 |
| |/ |/| | |||||
* | | Merge pull request #1196 from 0xProject/feature/instant/default-gas-price | Brandon Millman | 2018-10-30 | 2 | -2/+5 |
|\ \ | |/ |/| | [instant] Add default gasPrice of 6 gwei to transactions | ||||
| * | feat(instant): add default gasPrice of 6 gwei to transactions | Brandon Millman | 2018-10-30 | 2 | -2/+5 |
|/ | |||||
* | Merge pull request #1187 from ↵ | Brandon Millman | 2018-10-30 | 23 | -241/+263 |
|\ | | | | | | | | | 0xProject/feature/instant/fixed-orders-in-render-method [instant] Add ability to toggle render settings through URL, flash error on incorrect network, provided liquidity | ||||
| * | fix(instant): fix spelling error and BigNumber gte operation | Brandon Millman | 2018-10-30 | 2 | -4/+4 |
| | | |||||
| * | Merge branch 'development' into feature/instant/fixed-orders-in-render-method | Brandon Millman | 2018-10-30 | 11 | -69/+79 |
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Has Sufficient Funds/Balance -> Has Sufficient ETH When transaction too low, treat as validation error. also modify callback: errorMessage could be AssetBuyError as well onPendingValidation -> onValidationPending linting Simpler way of validaitng has enough eth questionmark syntax instead of '| undefined' Validate enough ETH when user clicks buy acccount for no address move funct into util move imports yarn.lock changes feat(instant): Show message if user doesn't have enough ETH ethDecimals -> ETH_DECIMALS | ||||
* | | Merge pull request #1193 from 0xProject/feature/not-enough-eth | Steve Klebanoff | 2018-10-30 | 12 | -32/+116 |
|\ \ | | | | | | | [instant] Not enough ETH error message | ||||
| * | | 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 |
| |\ \ | |||||
| * | | | 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(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' into feature/instant/fixed-orders-in-render-method | Brandon Millman | 2018-10-29 | 66 | -223/+398 |
| | | | |\ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: fix(instant): refactor some props to use isDisabled instead of disabled linting imports feat(instant): Disable input when processing Add back debounce Make doesBuyQuoteMatchState in reducer less strict fix(instant): prevent outdated quote requests from overriding the correct quote selected asset buy order state button -> selected asset buy order state buttons buy order state button -> buy order state buttons feat(order_utils.py): ERC721 asset data codec (#1186) Add note about tslint false positive tsx -> ts Get BuyOrderState one big connected component, and let user view failure Show View Transaction button on failure, and allow setting of width for Try Again button and View Txn button Added string to constants chore: Update contract-wrappers CHANGELOG.json fix(contract-wrappers): Fix tslint errors that were lingering due to misconfiguration chore: Add --format stylish to tslint | ||||
* | | | | | Merge pull request #1194 from 0xProject/feature/instant/input-to-fixed | Steve Klebanoff | 2018-10-27 | 4 | -2/+21 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | [instant] Disable input when processing | ||||
| * | | | | fix(instant): refactor some props to use isDisabled instead of disabled | Brandon Millman | 2018-10-27 | 4 | -16/+16 |
| | | | | | |||||
| * | | | | feat(instant): Disable input when processing | Steve Klebanoff | 2018-10-27 | 4 | -2/+21 |
| | |/ / | |/| | | |||||
* | | | | 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 |
|/ / / / / / | |||||
* | | | | | | feat(order_utils.py): ERC721 asset data codec (#1186) | F. Eugene Aumson | 2018-10-27 | 6 | -9/+153 |
| | | | | | | |||||
| | | | | * | Refactor error handling such that errorMessage lives on the top level state | Brandon Millman | 2018-10-27 | 10 | -158/+71 |
| | | | | | | |||||
| | | | | * | fix: init BigNumberInput not BigNumber when initializing state | fragosti | 2018-10-27 | 3 | -10/+52 |
| | | | | | | |||||
| | | | | * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-27 | 38 | -659/+1078 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | | | | | | | feature/instant/fixed-orders-in-render-method | ||||
* | | | | | | 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 |
|/ / / / / / / / / | |||||
* | | | | | | | | | 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 |
|/ / / / / / / / | |||||
| | | | | | | * | fix: justify error message left | fragosti | 2018-10-27 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | | | | | * | feat: add assertions to render method | fragosti | 2018-10-27 | 4 | -1/+60 |
| | | | | | | | | |||||
| | | | | | | * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-26 | 21 | -152/+283 |
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | feature/instant/fixed-orders-in-render-method | ||||
* | | | | | | | | 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 |
| | | | | | | | | | |||||
| | | | | | | | * | feat: change network to networkId | fragosti | 2018-10-26 | 3 | -7/+44 |
| | | | | | | | | |