Roman Storm

Results 43 comments of Roman Storm

@Jakic007 sure it would because you changed the decimals token, so decimals is very important to calculate total. If you had correct decimals, it would have shown correctly. We will...

in theory yes, in practice, it never happened during 3 years of production operational experience.

so the issue was about to resend any failed tx by querying a tx hash 1. Implement a new route to display input box to enter txhash 2. verify if...

Got it. Makes sense. Thank you for your explanation. So, how do you recommend people to do a crowdsale? Do you provide them an address with Data (bytecode) to paste...

@miohtama I'm very familiar with the process. Thank you for your thoughts. After careful consideration, I think disabling fallbacks is an actually decent idea.

I agree. Unfortunately, some of the clients still want to accept the payment(#greed) to not confuse people with data field ;-) The other problem that I faced with an incorrect...

https://github.com/KyberNetwork/TokenDistributionContracts/blob/6b04dbf730ffc55c3d2850969dbbfb89e69dfcfc/TokenSale/contracts/KyberNetworkTokenSale.sol#L62 @miohtama what do you think of that? I really like this idea to make the game fair. `require( tx.gasprice

you really didn't read my message. @miohtama who said anything about gasEstimate. I was talking about gasPrice to prevent whales to get ahead of the line in pending tx pool

Or you could add a video to your README.md @jbaylina

@tayvano I am not sure what is your web server. According to https://builtwith.com/?https%3a%2f%2fmyetherwallet.com%2f you are using nginx, so I'd recommend to go thru those steps: https://www.nginx.com/blog/http-strict-transport-security-hsts-and-nginx/ Thank you for doing...