Closed vbaranov closed 6 years ago
Manage page: whitelisted maxCap increasing (without purchase), should be constant Tier duration is 15 min, minRate=100, maxRate = 1000
Crowdsale with minCap, Contribution page: no validation for minCap value
@dennis00010011b
Manage page: minCap for whitelisted addresses always zero Crowdsale with minCap, Contribution page: no validation for minCap value
thanks, both are fixed.
Manage page: whitelisted maxCap increasing (without purchase), should be constant Tier duration is 15 min, minRate=100, maxRate = 1000
I'll address it to Auth-os, if they can fix it.
@dennis00010011b please create a separate issue for
Manage page: whitelisted maxCap increasing (without purchase), should be constant Tier duration is 15 min, minRate=100, maxRate = 1000
@dennis00010011b @fernandomg are any other concerns about PR? if no, let's merge it and test it for known Dutch Auction issues with Auth-os.
@vbaranov Contribution page: status 'crowdsale has ended' displayed if accountis switched to whitelisted address. But address still can buy and page return to normal behavior after purchase. Steps to reproduce:
@vbaranov Contribution page: status 'crowdsale has ended' displayed if accountis switched to whitelisted address. But address still can buy and page return to normal behavior after purchase. Steps to reproduce:
I was about to report the same issue.
The problem is in this line: https://github.com/poanetwork/token-wizard/blob/fac8a5e0d740507c6b4e0fdef94f659270266ddf/src/components/crowdsale/utils.js#L372
It should return minimumPurchaseAmt
instead of minimum_purchase_amt
@dennis00010011b @fernandomg tnx, fixed.
Dutch auction crowdsale support for updated Auth-os Registry v.1.0.4