Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pumpkin Spice Test run #81

Open
5 of 10 tasks
realcodywburns opened this issue Sep 7, 2017 · 4 comments
Open
5 of 10 tasks

Pumpkin Spice Test run #81

realcodywburns opened this issue Sep 7, 2017 · 4 comments
Labels

Comments

@realcodywburns
Copy link
Owner

realcodywburns commented Sep 7, 2017

Issues I came across while minting 馃巸PSL:

  • password is shown in plain text
  • inefficent use of int in token(defaults to uint256 vs something more rational)
  • funding goal should auto calculate
  • contract address hangs off tile on the crowd sale selector
  • clicking on token contract takes to "tokenmint.com<gastracker.io/ address>" in the crowd sale
  • crowd sale address never shows up/ no place to view crowd sales in header except registered tokens(no enter an address to see xyz token info, or give everyone this addres for the sale: http://tokenmint.io/#/ico/0xd3492661ff32e1be61f087f5a7901ecb5d5cbfc4)
  • registry info should populate/ be part of the crowd sale process
  • make sure registry pays enough to list and tells that their is a listing fee
  • wallet doesn't show tokens launched Wallet Manager: Need option to view info without private key, create new wallet聽#75
  • no error msg displayed when wrong password is typed
@elaineo elaineo added the bug label Sep 8, 2017
@elaineo
Copy link
Contributor

elaineo commented Sep 9, 2017

@realcodywburns which variable are you referring to here? "inefficent use of int in token(defaults to uint256 vs something more rational)"

@elaineo
Copy link
Contributor

elaineo commented Sep 10, 2017

Also, what does this mean: "funding goal should auto calculate"

@realcodywburns
Copy link
Owner Author

The public functions in the crowd funding contract are all 256.
I was thinking the funding goal should auto suggest the goal of total tokens x price per token.

@elaineo
Copy link
Contributor

elaineo commented Sep 10, 2017

@realcodywburns would uint64 be sufficient for most people? maybe even uint32?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants