Roman Storm
Roman Storm
### What is this issue about? (select one) [x] Question ### Issue Description I was wondering how to setup a dev env for testnet. I found 1 hardcoded string for...
``` git clone [email protected]:EOSIO/eos-token-sale.git cd eos-token-sale/ git submodule update --init --recursive dapp build ``` returns ``` src/eos.sol:74:13: Error: Type uint256 is not implicitly convertible to expected type bool. if( limit...
0xC4fc619bBa4572656606bc7Fdc0874d481EBebDE
returning function with dispatch while you are not dispatching the actual function is redundant. I don't think it makes sense to have undefined dispatch as a parameter since you are...
If I try to get Web3 object not using Redux store, it works perfectly fine and I don't get any errors: if I use it with `'https://ropsten.infura.io/metamask'` I cannot initialize...
Based on readme, I have to run a ethereum node with unlocked account, I think it would be better if we can specify in .env file public RPC node, Public...
I think ERC677 token is missing the following methods: - `transferFromAndCall` similar to `transferFrom` from erc20 - `approveAndCall` similar to `approve` from erc20 There should be a little refactoring to...
Warning: The "returndatasize" instruction is only available after the Metropolis hard fork. Before that it acts as an invalid instruction. I think you can remove this warning entirely
``` ../ico_per_week/crowdsale/contracts/BlockchainLabsCrowdsale.sol:3:1: Error: Source "zeppelin-solidity/contracts/crowdsale/Crowdsale.sol" not found: Unknown exception in read callback. import 'zeppelin-solidity/contracts/crowdsale/Crowdsale.sol'; ```
When we create a ballot to add Mining Key, we should be able to store validator metadata