poanetwork / token-wizard

(Discontinued) TokenWizard is an DApp to create and manage crowdsale and token contracts using a simple UI
MIT License
386 stars 215 forks source link

(Refactoring) Support of Auth-os Proxy contract: parts 1-2 #958

Closed vbaranov closed 6 years ago

vbaranov commented 6 years ago

Relates to https://github.com/poanetwork/token-wizard/issues/957

1st and 2nd parts of integration with Auth-os Proxy contract

Nothing is changed in UI.

dennis00010011b commented 6 years ago

@vbaranov Reserved addresses are not supported

screen shot 2018-06-14 at 09 03 40
dennis00010011b commented 6 years ago

Also multitiers initialization skipped

fernandomg commented 6 years ago

Reserved addresses are not supported

Same. It worked for me after removing tokenManagerMintedCapped param from: https://github.com/poanetwork/token-wizard/blob/122224d92e580c52dd4d8823b9b6be9d0006c5a2/src/components/stepFour/utils.js#L398

fernandomg commented 6 years ago

Also multitiers initialization skipped

Same as with reserved tokens but with saleManagerMintedCapped in: https://github.com/poanetwork/token-wizard/blob/122224d92e580c52dd4d8823b9b6be9d0006c5a2/src/components/stepFour/utils.js#L491

And searched for another possible extra params in the code, but didn't found it.

vbaranov commented 6 years ago

@fernandomg @dennis00010011b thanks. Fixes implemented.