ECIPs
ECIPs copied to clipboard
The Ethereum Classic Improvement Proposal
``` ERC: Title: Address-to-Address messaging system protocol Author: Dexaran, [email protected] Status: Draft Type: ERC Created: 20-12.2017 Resolution: https://github.com/EthereumCommonwealth/Address-to-Address-messaging ``` ## Abstract The following describes the details of the smart-contract based...
Few moments to discuss: - consume limit, current 0x0fffff - fair operation cost, current a/4 + 5000 - should it support negative values to do opposite - provide extra gas...
See the draft version of the ECIP1011 here: https://github.com/avtarsehra/ECIPs/blob/master/ECIPs/ECIP1011.md I beleive changing the signing process would be the simplest and cleanest method for fixing this. While future proofing is useful,...
There will be an Ethereum Naming Service (ENS) launched soon. I will deploy and support ENS contracts on EthereumClassic mainnet as soon as finaly ENS version will be released. I...
Some thoughts on ETC Monetary Policy, copied from https://ethereumclassic.github.io/assets/Ethereum_Classic_-_The_New_Original_Innovator.pdf Platform token aligns economic incentives of users, miners and investors Current Ethereum monetary policy undefined (unlimited token inflation) ETH policy is...
Current transaction execution model lacks of Atomicity for multiple transactions. > An atomic [database] transaction is an indivisible and irreducible series of database operations such that either _all occur_, or...
I think we have a problem with general ECIP process, it was not officially accepted as ECIP active proporsal. Some datails you can read in `README.md`, but it's not work....
ECIP: TBD Title: Utilizing a second authentication method to prove ownership and facilitate fund recovery in the event of a theft Status: Draft Type: Security Author: Pyskell Created: 2017-07-21 #...
Updated with recent changes from ERC223 discussion.
ERC: 223 Title: Token standard Author: Dexaran, [email protected] Status: Draft Type: ERC Created: 5-03.2017 Resolution: https://github.com/Dexaran/ERC23-tokens ERC20 compatible example: https://github.com/Dexaran/ERC23-tokens/blob/ERC20_compatible/ERC23_token.sol ## Abstract The following describes standard functions a token contract...