Roman Storm

Results 59 issues of Roman Storm

https://github.com/TokenMarketNet/ico/blob/9f114b1cad7312f95e937cd1e855af35b9d97214/contracts/CrowdsaleBase.sol#L213 https://github.com/TokenMarketNet/ico/blob/9f114b1cad7312f95e937cd1e855af35b9d97214/contracts/CrowdsaleBase.sol#L332 https://github.com/ethereum/solidity/issues/610 since `transfer` already does throw an error on failure, I think it could be cleaner approach instead. Proposed change to ``` multisigWallet.transfer(weiAmount) ```

Could you share your code that was able to find those contracts? Thanks

https://github.com/fivedogit/solidity-baby-steps/blob/master/contracts/30_endowment_retriever.sol#L6 since the contractor is using `msg.value` it has to be payable.

How to capture actual width and height of screen being selected to capture? 2)if I don't specify ``` mediaRecorder.width = resolutions.maxWidth; mediaRecorder.height = resolutions.maxHeight; ``` it will be defaulted to...

LOW IMPORTANCE MiniMeToken.approve(...) has a check requiring non-zero approval limits to be set to 0 before being set to a different non-zero value. The recently finalised [ERC20 Token Standard](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20-token-standard.md#approve) suggest...

I just made a video about your `claimTokens` https://www.youtube.com/watch?v=RL_e8fot29A Every contract should have it

`claimTokens` needs to be explicitly public

Right now there is no way to pregenerate a signed tx in offline mode because Contracts tab uses getTransactionCount to get nonce It would be great if a user can...

I'm working on PR for MEW to add POA network. I'd like to ask devs for support to let me know list of requirements before I submit a PR. Current...

2_node

I don't see any reason why you don't have it enabled ``` curl -s -D- https://www.myetherwallet.com/ | grep -i Strict ``` I would expect something like: ``` Strict-Transport-Security: max-age=63072000 ```...

0_issue: med
0_build / admin