Victor Baranov
Victor Baranov
For instance, add `short: true` in the properties of `currency` object in order to convert `$1000` to `$1K`, `1000000` to `$1M`
Should be "Submit" instead of "+": 
**Problem**: There is no way to remove a tier if it was accidentally added on step 3 **Solution**: Add removal icon for every tier card on step 3.
If you are reporting a problem with Token Wizard, please include the following information: ### Which network did you use? (Mainnet, Kovan, Rinkeby, etc.) Mainnet ### If you were able...
**Problem**: After clicking to the "Continue" button in wizard, loader background has latency in appearance from transparent to purple colour, but the next page appears immediately. It leads to flickering....
Change `Managing the crowdsale` section in wiki after migration to auth-os
Relates to #540 #741 #742 #745 #747 Change description of deployment after migration to auth-os: https://github.com/poanetwork/token-wizard/wiki/Token-Wizard-Deployment-Time-and-Gas
The current deployment constants: ``` export const DEPLOYMENT_VALUES = { GAS_REQUIRED: { DEFAULT: 8044737, WHITELIST: 96040, RESERVED_TOKEN: 42220 }, TX_REQUIRED: { DEFAULT: 3, WHITELIST: 1, RESERVED_TOKEN: 1 } } ```...
**Problem**: Wizard has no React component tests. **Solution**: Add React tests in addition to smart-contracts' tests for every component and add them to Travis CI. For example, by means of...
We need e2e tests for mintedCappedCrowdsale strategy of Token Wizard 2.0