tktechblog

日々の記録用です。blockchain,bitcoin,ethereumメインです。

EIPs

eip20/223/721

ERC-721 Non-Fungible Token Standard eip-721: simple summary A standard interface for non-fungible tokens, also known as deeds. abstract NFTsのためのapi実行を許可する基本方針をまとめたもの。 ex) * Physical property — houses, unique artwork …

EIP1080,1081

eip-1080:recoverable token simple summary A standard interface for tokens that support chargebacks, theft prevention, and lost & found resolutions. 盗難時やlost&found resolutionsの時のトークンの扱いの基準。 abstract The following standard …

day6:EIP107,1077,1078

eip107:safe "eth_sendTransaction" authorization via html popup abstract This draft EIP describes the details of an authorization method that if provided by rpc enabled ethereum nodes would allow regular websites to send transactions (via e…

day5:EIP1057,1062,1066

eip1057:ProgPoW, a Programmatic Proof-of-Work short summary The following is a proposal for an alternate proof-of-work algorithm - “ProgPoW” - tuned for commodity hardware in order to close the efficiency gap available to specialized ASICs…

day4:EIP1047,1051,1052

eip-1047:Token Metadata JSON Schema summary A standard interface for token metadata ERC20とERC721と区別なくmetadataの統一 specificaiton { "title": "Asset Metadata", "type": "object", "properties": { "name": { "type": "string", "description…

day3:EIP1014,1015,1046

EIP1014:Skinny CREATE2 イーサリアムステートチャネルを追加するためのもの simply and request to refer to SHA-3 as keccak256. Adds a new opcode at 0xf5, which takes 4 stack arguments: endowment, memory_start, memory_length, salt. Behaves iden…

day2:EIP1010,1011,1013

eip-1010: Uniformity Between 0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B and 0x15E55EF43efA8348dDaeAa455F16C43B64917e3c This document proposes to improve the uniformity of ether distribution between wallet address 0xAb5801a7D398351b8bE11C43…

day1:EIP1,100,101

ethtereumのプロトコル改良提案書。 これから定期的に読んでいこうと思う。 EIP1: EIP Purpose and Guidelines Rationale:EIPsの決定のためのworkflowや意思決定者に関して書かれたもの EIP100: Change difficulty adjustment to target mean block time inc…