Steve Klebanoff
1c0569cfc6
Use simulated progress bar for txn
2018-10-30 16:40:51 -07:00
Steve Klebanoff
9cc82308e5
Always return estimated time, just use default if not known
2018-10-30 16:39:52 -07:00
Steve Klebanoff
96fcbeaba6
Showing time
2018-10-30 15:55:53 -07:00
Steve Klebanoff
d21487d0c0
Show estimated time
2018-10-30 15:47:35 -07:00
Steve Klebanoff
dc90136529
Remove old files
2018-10-30 15:43:38 -07:00
Steve Klebanoff
abaa39a5e2
Simulated Progress component working
2018-10-30 15:39:58 -07:00
Steve Klebanoff
05f059492b
WIP: beginning of simulated progress bar component
2018-10-30 14:48:09 -07:00
Steve Klebanoff
13b41c976b
Placeholder for estimated time
2018-10-30 13:51:18 -07:00
Steve Klebanoff
bcb633e5cb
Making prettier
2018-10-30 13:34:47 -07:00
Steve Klebanoff
05b74ba1c8
Dispatching progress
2018-10-30 13:27:28 -07:00
Steve Klebanoff
12dad41143
Remove old TODO
2018-10-30 10:58:47 -07:00
Steve Klebanoff
9a0595a607
Rename functions and get rid of old unused function
2018-10-30 10:58:39 -07:00
Steve Klebanoff
37405038e8
Stall at 95 percent
2018-10-30 10:56:11 -07:00
Steve Klebanoff
25039a036c
WIP: Progress ticker with finishing
2018-10-30 10:18:00 -07:00
Steve Klebanoff
728f70f51b
store estimated time in Ms on state
2018-10-29 20:08:46 -07:00
Steve Klebanoff
f9eba65aee
return estimated state
2018-10-29 20:06:31 -07:00
Steve Klebanoff
5901ee7e96
Move tslint disable line
2018-10-29 17:18:56 -07:00
Steve Klebanoff
09ee7d84f7
Add comment and use constant
2018-10-29 17:17:04 -07:00
Steve Klebanoff
2ad2644b6b
Use polyfilled fetch from utils
2018-10-29 17:11:15 -07:00
Steve Klebanoff
30454fe467
async suffix and use polyfill fetch util
2018-10-29 17:11:02 -07:00
Steve Klebanoff
274e4b3bcd
Introduce constants for eth gas station and coinbase
2018-10-29 16:53:18 -07:00
Steve Klebanoff
a49fc27042
Comment for warming up cache
2018-10-29 16:49:13 -07:00
Steve Klebanoff
cd419edf69
linting
2018-10-29 15:37:30 -07:00
Steve Klebanoff
9610ada446
Use constant that exists now
2018-10-29 15:23:16 -07:00
Steve Klebanoff
8ab8c27998
gas price estimator
2018-10-29 15:21:30 -07:00
Brandon Millman
48ff13e3e2
Merge pull request #1196 from 0xProject/feature/instant/default-gas-price
...
[instant] Add default gasPrice of 6 gwei to transactions
2018-10-29 15:17:29 -07:00
Brandon Millman
aeec8f47ef
feat(instant): add default gasPrice of 6 gwei to transactions
2018-10-29 12:52:32 -07:00
Brandon Millman
fdf9e860de
Merge pull request #1187 from 0xProject/feature/instant/fixed-orders-in-render-method
...
[instant] Add ability to toggle render settings through URL, flash error on incorrect network, provided liquidity
2018-10-29 10:58:11 -07:00
Brandon Millman
3f35239b27
fix(instant): fix spelling error and BigNumber gte operation
2018-10-29 10:40:11 -07:00
Brandon Millman
aab9bedd7f
Merge branch 'development' into feature/instant/fixed-orders-in-render-method
...
* 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
2018-10-29 10:37:56 -07:00
Steve Klebanoff
4e4291eccd
Merge pull request #1193 from 0xProject/feature/not-enough-eth
...
[instant] Not enough ETH error message
2018-10-29 10:12:44 -07:00
Steve Klebanoff
7ed44f7b2f
Has Sufficient Funds/Balance -> Has Sufficient ETH
2018-10-29 09:07:40 -07:00
Steve Klebanoff
8288e8cce9
When transaction too low, treat as validation error. also modify callback: errorMessage could be AssetBuyError as well
2018-10-29 09:03:39 -07:00
Steve Klebanoff
1bb7a28690
onPendingValidation -> onValidationPending
2018-10-29 08:56:49 -07:00
Brandon Millman
8d1689073b
Merge branch 'development' into feature/instant/fixed-orders-in-render-method
...
* 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
2018-10-28 19:07:53 -07:00
Steve Klebanoff
3052c8d303
linting
2018-10-26 19:55:42 -07:00
Steve Klebanoff
ff295daa5c
Simpler way of validaitng has enough eth
2018-10-26 19:53:15 -07:00
Steve Klebanoff
bb307a55d3
questionmark syntax instead of '| undefined'
2018-10-26 19:23:42 -07:00
Steve Klebanoff
ae6202ed3d
Merge pull request #1194 from 0xProject/feature/instant/input-to-fixed
...
[instant] Disable input when processing
2018-10-26 19:22:26 -07:00
Brandon Millman
0e55f76db8
fix(instant): refactor some props to use isDisabled instead of disabled
2018-10-26 16:24:16 -07:00
Steve Klebanoff
667b1e03dd
Validate enough ETH when user clicks buy
2018-10-26 15:51:23 -07:00
Brandon Millman
4f5ab1a72d
Refactor error handling such that errorMessage lives on the top level state
2018-10-26 15:45:17 -07:00
Steve Klebanoff
6ad8ac6a48
Merge branch 'development' into feature/not-enough-eth
2018-10-26 15:34:51 -07:00
Steve Klebanoff
86febc3cce
acccount for no address
2018-10-26 15:34:35 -07:00
Steve Klebanoff
e73fceaa20
Merge pull request #1189 from 0xProject/feature/instant/txn-failure
...
[instant] View txn on failure
2018-10-26 15:33:56 -07:00
Steve Klebanoff
cacfcc291a
linting imports
2018-10-26 15:22:28 -07:00
Steve Klebanoff
e1ae551560
move funct into util
2018-10-26 15:20:04 -07:00
Steve Klebanoff
476cbbb6cb
move imports
2018-10-26 15:03:56 -07:00
Steve Klebanoff
1880c34ce0
feat(instant): Disable input when processing
2018-10-26 13:46:14 -07:00
Alex Browne
cc7321cb5b
Merge pull request #1178 from 0xProject/fix/linter-improvements
...
Add --format stylish to tslint and fix linter errors in contract-wrappers.
2018-10-26 13:34:21 -07:00