Dexaran
Dexaran
Do you mean smart-contract based voting?
@sjmackenzie COSS is basically similar to the ECIP process analogue. I think this could be a good decision to use COSS to formalize the process of communicating with developers and...
Do you think that when making a decision, only the opinion of the programmer (the person who can create the code for the demonstration) should be taken into account?
I want to leave it here for discussion in the future, if anyone has any questions / suggestions.
# General info Here is a reference implementation of the described Message System at CLassicEtherWallet. https://ethereumproject.github.io/etherwallet/#messages Interchain Address-To-Address messaging contract is currently deployed on Ethereum CLassic chain at [0x6A77417FFeef35ae6fe2E9d6562992bABA47a676](http://gastracker.io/addr/0x6a77417ffeef35ae6fe2e9d6562992baba47a676) address....
Hi there, I'm mostly solidity/serpent developer. I'm currently working on some projects related to ETC. Im aiming to improve ETC infrastructure.
Currently, ECNS contract deos not support the [MultiHash](https://github.com/ensdomains/ens/blob/master/contracts/PublicResolver.sol#L90) functionality. At the time of ECNS creation it was not yet implemented at ENS. Then there were no demand on ECNS upgrades....
You can find current Public Resolver source code here: https://github.com/EthereumCommonwealth/ECNS/blob/master/PublicResolver.sol
`content` is of `bytes32` type. `multihash` is dynamic length `bytes`. If this is not an issue then you can definitely use `content`.
This requires ECNS public resolver to be redeployed though.