Files
rfc-index/status/deprecated/eips.html
2025-12-22 15:08:29 +00:00

474 lines
49 KiB
HTML

<!DOCTYPE HTML>
<html lang="en" class="ayu" dir="ltr">
<head>
<!-- Book generated using mdBook -->
<meta charset="UTF-8">
<title>EIPs - Vac RFC</title>
<!-- Custom HTML head -->
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff">
<link rel="icon" href="../../favicon.svg">
<link rel="shortcut icon" href="../../favicon.png">
<link rel="stylesheet" href="../../css/variables.css">
<link rel="stylesheet" href="../../css/general.css">
<link rel="stylesheet" href="../../css/chrome.css">
<link rel="stylesheet" href="../../css/print.css" media="print">
<!-- Fonts -->
<link rel="stylesheet" href="../../FontAwesome/css/font-awesome.css">
<link rel="stylesheet" href="../../fonts/fonts.css">
<!-- Highlight.js Stylesheets -->
<link rel="stylesheet" href="../../highlight.css">
<link rel="stylesheet" href="../../tomorrow-night.css">
<link rel="stylesheet" href="../../ayu-highlight.css">
<!-- Custom theme stylesheets -->
<link rel="stylesheet" href="../../custom.css">
</head>
<body class="sidebar-visible no-js">
<div id="body-container">
<!-- Provide site root to javascript -->
<script>
var path_to_root = "../../";
var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "ayu";
</script>
<!-- Work around some values being stored in localStorage wrapped in quotes -->
<script>
try {
var theme = localStorage.getItem('mdbook-theme');
var sidebar = localStorage.getItem('mdbook-sidebar');
if (theme.startsWith('"') && theme.endsWith('"')) {
localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
}
if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
}
} catch (e) { }
</script>
<!-- Set the theme before any content is loaded, prevents flash -->
<script>
var theme;
try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
if (theme === null || theme === undefined) { theme = default_theme; }
var html = document.querySelector('html');
html.classList.remove('ayu')
html.classList.add(theme);
var body = document.querySelector('body');
body.classList.remove('no-js')
body.classList.add('js');
</script>
<input type="checkbox" id="sidebar-toggle-anchor" class="hidden">
<!-- Hide / unhide sidebar before it is displayed -->
<script>
var body = document.querySelector('body');
var sidebar = null;
var sidebar_toggle = document.getElementById("sidebar-toggle-anchor");
if (document.body.clientWidth >= 1080) {
try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
sidebar = sidebar || 'visible';
} else {
sidebar = 'hidden';
}
sidebar_toggle.checked = sidebar === 'visible';
body.classList.remove('sidebar-visible');
body.classList.add("sidebar-" + sidebar);
</script>
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded affix "><a href="../../index.html">Introduction</a></li><li class="chapter-item expanded "><a href="../../vac/index.html"><strong aria-hidden="true">1.</strong> Vac</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../vac/1/coss.html"><strong aria-hidden="true">1.1.</strong> 1/COSS</a></li><li class="chapter-item expanded "><a href="../../vac/2/mvds.html"><strong aria-hidden="true">1.2.</strong> 2/MVDS</a></li><li class="chapter-item expanded "><a href="../../vac/3/remote-log.html"><strong aria-hidden="true">1.3.</strong> 3/Remote Log</a></li><li class="chapter-item expanded "><a href="../../vac/4/mvds-meta.html"><strong aria-hidden="true">1.4.</strong> 4/MVDS Meta</a></li><li class="chapter-item expanded "><a href="../../vac/25/libp2p-dns-discovery.html"><strong aria-hidden="true">1.5.</strong> 25/Libp2p DNS Discovery</a></li><li class="chapter-item expanded "><a href="../../vac/32/rln-v1.html"><strong aria-hidden="true">1.6.</strong> 32/RLN-V1</a></li><li class="chapter-item expanded "><a href="../../vac/raw/index.html"><strong aria-hidden="true">1.7.</strong> Raw</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../vac/raw/consensus-hashgraphlike.html"><strong aria-hidden="true">1.7.1.</strong> Consensus Hashgraphlike</a></li><li class="chapter-item expanded "><a href="../../vac/raw/decentralized-messaging-ethereum.html"><strong aria-hidden="true">1.7.2.</strong> Decentralized Messaging Ethereum</a></li><li class="chapter-item expanded "><a href="../../vac/raw/eth-mls-offchain.html"><strong aria-hidden="true">1.7.3.</strong> ETH MLS Offchain</a></li><li class="chapter-item expanded "><a href="../../vac/raw/eth-mls-onchain.html"><strong aria-hidden="true">1.7.4.</strong> ETH MLS Onchain</a></li><li class="chapter-item expanded "><a href="../../vac/raw/deleted/eth-secpm.html"><strong aria-hidden="true">1.7.5.</strong> ETH SecPM</a></li><li class="chapter-item expanded "><a href="../../vac/raw/gossipsub-tor-push.html"><strong aria-hidden="true">1.7.6.</strong> Gossipsub Tor Push</a></li><li class="chapter-item expanded "><a href="../../vac/raw/logos-capability-discovery.html"><strong aria-hidden="true">1.7.7.</strong> Logos Capability Discovery</a></li><li class="chapter-item expanded "><a href="../../vac/raw/mix.html"><strong aria-hidden="true">1.7.8.</strong> Mix</a></li><li class="chapter-item expanded "><a href="../../vac/raw/noise-x3dh-double-ratchet.html"><strong aria-hidden="true">1.7.9.</strong> Noise X3DH Double Ratchet</a></li><li class="chapter-item expanded "><a href="../../vac/raw/rln-interep-spec.html"><strong aria-hidden="true">1.7.10.</strong> RLN Interep Spec</a></li><li class="chapter-item expanded "><a href="../../vac/raw/rln-stealth-commitments.html"><strong aria-hidden="true">1.7.11.</strong> RLN Stealth Commitments</a></li><li class="chapter-item expanded "><a href="../../vac/raw/rln-v2.html"><strong aria-hidden="true">1.7.12.</strong> RLN-V2</a></li><li class="chapter-item expanded "><a href="../../vac/raw/sds.html"><strong aria-hidden="true">1.7.13.</strong> SDS</a></li></ol></li><li class="chapter-item expanded "><a href="../../vac/template.html"><strong aria-hidden="true">1.8.</strong> Template</a></li></ol></li><li class="chapter-item expanded "><a href="../../waku/index.html"><strong aria-hidden="true">2.</strong> Waku</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../waku/standards/core/index.html"><strong aria-hidden="true">2.1.</strong> Standards - Core</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../waku/standards/core/10/waku2.html"><strong aria-hidden="true">2.1.1.</strong> 10/Waku2</a></li><li class="chapter-item expanded "><a href="../../waku/standards/core/11/relay.html"><strong aria-hidden="true">2.1.2.</strong> 11/Relay</a></li><li class="chapter-item expanded "><a href="../../waku/standards/core/12/filter.html"><strong aria-hidden="true">2.1.3.</strong> 12/Filter</a></li><li class="chapter-item expanded "><a href="../../waku/standards/core/13/store.html"><strong aria-hidden="true">2.1.4.</strong> 13/Store</a></li><li class="chapter-item expanded "><a href="../../waku/standards/core/14/message.html"><strong aria-hidden="true">2.1.5.</strong> 14/Message</a></li><li class="chapter-item expanded "><a href="../../waku/standards/core/15/bridge.html"><strong aria-hidden="true">2.1.6.</strong> 15/Bridge</a></li><li class="chapter-item expanded "><a href="../../waku/standards/core/17/rln-relay.html"><strong aria-hidden="true">2.1.7.</strong> 17/RLN Relay</a></li><li class="chapter-item expanded "><a href="../../waku/standards/core/19/lightpush.html"><strong aria-hidden="true">2.1.8.</strong> 19/Lightpush</a></li><li class="chapter-item expanded "><a href="../../waku/standards/core/31/enr.html"><strong aria-hidden="true">2.1.9.</strong> 31/ENR</a></li><li class="chapter-item expanded "><a href="../../waku/standards/core/33/discv5.html"><strong aria-hidden="true">2.1.10.</strong> 33/Discv5</a></li><li class="chapter-item expanded "><a href="../../waku/standards/core/34/peer-exchange.html"><strong aria-hidden="true">2.1.11.</strong> 34/Peer Exchange</a></li><li class="chapter-item expanded "><a href="../../waku/standards/core/36/bindings-api.html"><strong aria-hidden="true">2.1.12.</strong> 36/Bindings API</a></li><li class="chapter-item expanded "><a href="../../waku/standards/core/64/network.html"><strong aria-hidden="true">2.1.13.</strong> 64/Network</a></li><li class="chapter-item expanded "><a href="../../waku/standards/core/66/metadata.html"><strong aria-hidden="true">2.1.14.</strong> 66/Metadata</a></li></ol></li><li class="chapter-item expanded "><a href="../../waku/standards/application/index.html"><strong aria-hidden="true">2.2.</strong> Standards - Application</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../waku/standards/application/20/toy-eth-pm.html"><strong aria-hidden="true">2.2.1.</strong> 20/Toy ETH PM</a></li><li class="chapter-item expanded "><a href="../../waku/standards/application/26/payload.html"><strong aria-hidden="true">2.2.2.</strong> 26/Payload</a></li><li class="chapter-item expanded "><a href="../../waku/standards/application/53/x3dh.html"><strong aria-hidden="true">2.2.3.</strong> 53/X3DH</a></li><li class="chapter-item expanded "><a href="../../waku/standards/application/54/x3dh-sessions.html"><strong aria-hidden="true">2.2.4.</strong> 54/X3DH Sessions</a></li></ol></li><li class="chapter-item expanded "><a href="../../waku/standards/legacy/index.html"><strong aria-hidden="true">2.3.</strong> Standards - Legacy</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../waku/standards/legacy/6/waku1.html"><strong aria-hidden="true">2.3.1.</strong> 6/Waku1</a></li><li class="chapter-item expanded "><a href="../../waku/standards/legacy/7/data.html"><strong aria-hidden="true">2.3.2.</strong> 7/Data</a></li><li class="chapter-item expanded "><a href="../../waku/standards/legacy/8/mail.html"><strong aria-hidden="true">2.3.3.</strong> 8/Mail</a></li><li class="chapter-item expanded "><a href="../../waku/standards/legacy/9/rpc.html"><strong aria-hidden="true">2.3.4.</strong> 9/RPC</a></li></ol></li><li class="chapter-item expanded "><a href="../../waku/informational/index.html"><strong aria-hidden="true">2.4.</strong> Informational</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../waku/informational/22/toy-chat.html"><strong aria-hidden="true">2.4.1.</strong> 22/Toy Chat</a></li><li class="chapter-item expanded "><a href="../../waku/informational/23/topics.html"><strong aria-hidden="true">2.4.2.</strong> 23/Topics</a></li><li class="chapter-item expanded "><a href="../../waku/informational/27/peers.html"><strong aria-hidden="true">2.4.3.</strong> 27/Peers</a></li><li class="chapter-item expanded "><a href="../../waku/informational/29/config.html"><strong aria-hidden="true">2.4.4.</strong> 29/Config</a></li><li class="chapter-item expanded "><a href="../../waku/informational/30/adaptive-nodes.html"><strong aria-hidden="true">2.4.5.</strong> 30/Adaptive Nodes</a></li></ol></li><li class="chapter-item expanded "><a href="../../waku/deprecated/index.html"><strong aria-hidden="true">2.5.</strong> Deprecated</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../waku/deprecated/5/waku0.html"><strong aria-hidden="true">2.5.1.</strong> 5/Waku0</a></li><li class="chapter-item expanded "><a href="../../waku/deprecated/16/rpc.html"><strong aria-hidden="true">2.5.2.</strong> 16/RPC</a></li><li class="chapter-item expanded "><a href="../../waku/deprecated/18/swap.html"><strong aria-hidden="true">2.5.3.</strong> 18/Swap</a></li><li class="chapter-item expanded "><a href="../../waku/deprecated/fault-tolerant-store.html"><strong aria-hidden="true">2.5.4.</strong> Fault Tolerant Store</a></li></ol></li></ol></li><li class="chapter-item expanded "><a href="../../nomos/index.html"><strong aria-hidden="true">3.</strong> Nomos</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../nomos/raw/index.html"><strong aria-hidden="true">3.1.</strong> Raw</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../nomos/raw/nomosda-encoding.html"><strong aria-hidden="true">3.1.1.</strong> NomosDA Encoding</a></li><li class="chapter-item expanded "><a href="../../nomos/raw/nomosda-network.html"><strong aria-hidden="true">3.1.2.</strong> NomosDA Network</a></li><li class="chapter-item expanded "><a href="../../nomos/raw/p2p-hardware-requirements.html"><strong aria-hidden="true">3.1.3.</strong> P2P Hardware Requirements</a></li><li class="chapter-item expanded "><a href="../../nomos/raw/p2p-nat-solution.html"><strong aria-hidden="true">3.1.4.</strong> P2P NAT Solution</a></li><li class="chapter-item expanded "><a href="../../nomos/raw/p2p-network-bootstrapping.html"><strong aria-hidden="true">3.1.5.</strong> P2P Network Bootstrapping</a></li><li class="chapter-item expanded "><a href="../../nomos/raw/p2p-network.html"><strong aria-hidden="true">3.1.6.</strong> P2P Network</a></li><li class="chapter-item expanded "><a href="../../nomos/raw/sdp.html"><strong aria-hidden="true">3.1.7.</strong> SDP</a></li></ol></li><li class="chapter-item expanded "><a href="../../nomos/deprecated/index.html"><strong aria-hidden="true">3.2.</strong> Deprecated</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../nomos/deprecated/claro.html"><strong aria-hidden="true">3.2.1.</strong> Claro</a></li></ol></li></ol></li><li class="chapter-item expanded "><a href="../../codex/index.html"><strong aria-hidden="true">4.</strong> Codex</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../codex/raw/index.html"><strong aria-hidden="true">4.1.</strong> Raw</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../codex/raw/codex-block-exchange.html"><strong aria-hidden="true">4.1.1.</strong> Block Exchange</a></li><li class="chapter-item expanded "><a href="../../codex/raw/codex-marketplace.html"><strong aria-hidden="true">4.1.2.</strong> Marketplace</a></li></ol></li></ol></li><li class="chapter-item expanded "><a href="../../status/index.html"><strong aria-hidden="true">5.</strong> Status</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../status/24/curation.html"><strong aria-hidden="true">5.1.</strong> 24/Curation</a></li><li class="chapter-item expanded "><a href="../../status/28/featuring.html"><strong aria-hidden="true">5.2.</strong> 28/Featuring</a></li><li class="chapter-item expanded "><a href="../../status/55/1to1-chat.html"><strong aria-hidden="true">5.3.</strong> 55/1-to-1 Chat</a></li><li class="chapter-item expanded "><a href="../../status/56/communities.html"><strong aria-hidden="true">5.4.</strong> 56/Communities</a></li><li class="chapter-item expanded "><a href="../../status/61/community-history-service.html"><strong aria-hidden="true">5.5.</strong> 61/Community History Service</a></li><li class="chapter-item expanded "><a href="../../status/62/payloads.html"><strong aria-hidden="true">5.6.</strong> 62/Payloads</a></li><li class="chapter-item expanded "><a href="../../status/63/keycard-usage.html"><strong aria-hidden="true">5.7.</strong> 63/Keycard Usage</a></li><li class="chapter-item expanded "><a href="../../status/65/account-address.html"><strong aria-hidden="true">5.8.</strong> 65/Account Address</a></li><li class="chapter-item expanded "><a href="../../status/71/push-notification-server.html"><strong aria-hidden="true">5.9.</strong> 71/Push Notification Server</a></li><li class="chapter-item expanded "><a href="../../status/raw/index.html"><strong aria-hidden="true">5.10.</strong> Raw</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../status/raw/simple-scaling.html"><strong aria-hidden="true">5.10.1.</strong> Simple Scaling</a></li><li class="chapter-item expanded "><a href="../../status/raw/status-app-protocols.html"><strong aria-hidden="true">5.10.2.</strong> Status App Protocols</a></li><li class="chapter-item expanded "><a href="../../status/raw/status-mvds.html"><strong aria-hidden="true">5.10.3.</strong> Status MVDS</a></li><li class="chapter-item expanded "><a href="../../status/raw/url-data.html"><strong aria-hidden="true">5.10.4.</strong> URL Data</a></li><li class="chapter-item expanded "><a href="../../status/raw/url-scheme.html"><strong aria-hidden="true">5.10.5.</strong> URL Scheme</a></li></ol></li><li class="chapter-item expanded "><a href="../../status/deprecated/index.html"><strong aria-hidden="true">5.11.</strong> Deprecated</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../status/deprecated/3rd-party.html"><strong aria-hidden="true">5.11.1.</strong> 3rd Party</a></li><li class="chapter-item expanded "><a href="../../status/deprecated/account.html"><strong aria-hidden="true">5.11.2.</strong> Account</a></li><li class="chapter-item expanded "><a href="../../status/deprecated/client.html"><strong aria-hidden="true">5.11.3.</strong> Client</a></li><li class="chapter-item expanded "><a href="../../status/deprecated/dapp-browser-API-usage.html"><strong aria-hidden="true">5.11.4.</strong> Dapp Browser API Usage</a></li><li class="chapter-item expanded "><a href="../../status/deprecated/eips.html" class="active"><strong aria-hidden="true">5.11.5.</strong> EIPs</a></li><li class="chapter-item expanded "><a href="../../status/deprecated/ethereum-usage.html"><strong aria-hidden="true">5.11.6.</strong> Ethereum Usage</a></li><li class="chapter-item expanded "><a href="../../status/deprecated/group-chat.html"><strong aria-hidden="true">5.11.7.</strong> Group Chat</a></li><li class="chapter-item expanded "><a href="../../status/deprecated/IPFS-gateway-for-sticker-Pack.html"><strong aria-hidden="true">5.11.8.</strong> IPFS Gateway for Sticker Pack</a></li><li class="chapter-item expanded "><a href="../../status/deprecated/keycard-usage-for-wallet-and-chat-keys.html"><strong aria-hidden="true">5.11.9.</strong> Keycard Usage for Wallet and Chat Keys</a></li><li class="chapter-item expanded "><a href="../../status/deprecated/notifications.html"><strong aria-hidden="true">5.11.10.</strong> Notifications</a></li><li class="chapter-item expanded "><a href="../../status/deprecated/payloads.html"><strong aria-hidden="true">5.11.11.</strong> Payloads</a></li><li class="chapter-item expanded "><a href="../../status/deprecated/push-notification-server.html"><strong aria-hidden="true">5.11.12.</strong> Push Notification Server</a></li><li class="chapter-item expanded "><a href="../../status/deprecated/secure-transport.html"><strong aria-hidden="true">5.11.13.</strong> Secure Transport</a></li><li class="chapter-item expanded "><a href="../../status/deprecated/waku-mailserver.html"><strong aria-hidden="true">5.11.14.</strong> Waku Mailserver</a></li><li class="chapter-item expanded "><a href="../../status/deprecated/waku-usage.html"><strong aria-hidden="true">5.11.15.</strong> Waku Usage</a></li><li class="chapter-item expanded "><a href="../../status/deprecated/whisper-mailserver.html"><strong aria-hidden="true">5.11.16.</strong> Whisper Mailserver</a></li><li class="chapter-item expanded "><a href="../../status/deprecated/whisper-usage.html"><strong aria-hidden="true">5.11.17.</strong> Whisper Usage</a></li></ol></li></ol></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
<div class="sidebar-resize-indicator"></div>
</div>
</nav>
<!-- Track and set sidebar scroll position -->
<script>
var sidebarScrollbox = document.querySelector('#sidebar .sidebar-scrollbox');
sidebarScrollbox.addEventListener('click', function(e) {
if (e.target.tagName === 'A') {
sessionStorage.setItem('sidebar-scroll', sidebarScrollbox.scrollTop);
}
}, { passive: true });
var sidebarScrollTop = sessionStorage.getItem('sidebar-scroll');
sessionStorage.removeItem('sidebar-scroll');
if (sidebarScrollTop) {
// preserve sidebar scroll position when navigating via links within sidebar
sidebarScrollbox.scrollTop = sidebarScrollTop;
} else {
// scroll sidebar to current active section when navigating via "next/previous chapter" buttons
var activeSection = document.querySelector('#sidebar .active');
if (activeSection) {
activeSection.scrollIntoView({ block: 'center' });
}
}
</script>
<div id="page-wrapper" class="page-wrapper">
<div class="page">
<div id="menu-bar-hover-placeholder"></div>
<div id="menu-bar" class="menu-bar sticky">
<div class="left-buttons">
<label id="sidebar-toggle" class="icon-button" for="sidebar-toggle-anchor" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
<i class="fa fa-bars"></i>
</label>
<button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
<i class="fa fa-paint-brush"></i>
</button>
<ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
<li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
<li role="none"><button role="menuitem" class="theme" id="rust">Rust</button></li>
<li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
<li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
<li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
</ul>
<button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
<i class="fa fa-search"></i>
</button>
</div>
<h1 class="menu-title">Vac RFC</h1>
<div class="right-buttons">
<a href="../../print.html" title="Print this book" aria-label="Print this book">
<i id="print-button" class="fa fa-print"></i>
</a>
<a href="https://github.com/vacp2p/rfc-index" title="Git repository" aria-label="Git repository">
<i id="git-repository-button" class="fa fa-github"></i>
</a>
</div>
</div>
<div id="search-wrapper" class="hidden">
<form id="searchbar-outer" class="searchbar-outer">
<input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
</form>
<div id="searchresults-outer" class="searchresults-outer hidden">
<div id="searchresults-header" class="searchresults-header"></div>
<ul id="searchresults">
</ul>
</div>
</div>
<!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
<script>
document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
});
</script>
<div id="content" class="content">
<main>
<h1 id="eips"><a class="header" href="#eips">EIPS</a></h1>
<div class="table-wrapper"><table><thead><tr><th>Field</th><th>Value</th></tr></thead><tbody>
<tr><td>Name</td><td>EIPS</td></tr>
<tr><td>Status</td><td>deprecated</td></tr>
<tr><td>Editor</td><td>Ricardo Guilherme Schmidt <a href="mailto:ricardo3@status.im">ricardo3@status.im</a></td></tr>
<tr><td>Contributors</td><td>None</td></tr>
</tbody></table>
</div><!-- timeline:start -->
<h2 id="timeline"><a class="header" href="#timeline">Timeline</a></h2>
<ul>
<li><strong>2025-12-22</strong><a href="https://github.com/vacp2p/rfc-index/blob/0f1855edcf68ef982c4ce478b67d660809aa9830/docs/status/deprecated/eips.md"><code>0f1855e</code></a> — Chore/fix headers (#239)</li>
<li><strong>2025-12-22</strong><a href="https://github.com/vacp2p/rfc-index/blob/b1a578393edf8487ccc97a5f25b25af9bf41efb3/docs/status/deprecated/eips.md"><code>b1a5783</code></a> — Chore/mdbook updates (#237)</li>
<li><strong>2025-12-18</strong><a href="https://github.com/vacp2p/rfc-index/blob/d03e699084774ebecef9c6d4662498907c5e2080/docs/status/deprecated/eips.md"><code>d03e699</code></a> — ci: add mdBook configuration (#233)</li>
<li><strong>2025-04-29</strong><a href="https://github.com/vacp2p/rfc-index/blob/614348a4982aa9e519ccff8b8fbcd4c554683288/status/deprecated/eips.md"><code>614348a</code></a> — Status deprecated update2 (#134)</li>
</ul>
<!-- timeline:end -->
<h2 id="abstract"><a class="header" href="#abstract">Abstract</a></h2>
<p>This specification describes how Status relates with EIPs.</p>
<h2 id="introduction"><a class="header" href="#introduction">Introduction</a></h2>
<p>Status should follow all standards as possible.
Whenever the Status app needs a feature, it should be first checked if there is a standard for that,
if not, Status should propose a standard.</p>
<h3 id="support-table"><a class="header" href="#support-table">Support table</a></h3>
<div class="table-wrapper"><table><thead><tr><th></th><th>Status v0</th><th>Status v1</th><th>Other</th><th>State</th></tr></thead><tbody>
<tr><td>BIP32</td><td>N</td><td>Y</td><td>N</td><td><code>stable</code></td></tr>
<tr><td>BIP39</td><td>Y</td><td>Y</td><td>Y</td><td><code>stable</code></td></tr>
<tr><td>BIP43</td><td>N</td><td>Y</td><td>N</td><td><code>stable</code></td></tr>
<tr><td>BIP44</td><td>N</td><td>Y</td><td>N</td><td><code>stable</code></td></tr>
<tr><td>EIP20</td><td>Y</td><td>Y</td><td>Y</td><td><code>stable</code></td></tr>
<tr><td>EIP55</td><td>Y</td><td>Y</td><td>Y</td><td><code>stable</code></td></tr>
<tr><td>EIP67</td><td>P</td><td>P</td><td>N</td><td><code>stable</code></td></tr>
<tr><td>EIP137</td><td>P</td><td>P</td><td>N</td><td><code>stable</code></td></tr>
<tr><td>EIP155</td><td>Y</td><td>Y</td><td>Y</td><td><code>stable</code></td></tr>
<tr><td>EIP165</td><td>P</td><td>N</td><td>N</td><td><code>stable</code></td></tr>
<tr><td>EIP181</td><td>P</td><td>N</td><td>N</td><td><code>stable</code></td></tr>
<tr><td>EIP191</td><td>Y?</td><td>N</td><td>Y</td><td><code>stable</code></td></tr>
<tr><td>EIP627</td><td>Y</td><td>Y</td><td>N</td><td><code>stable</code></td></tr>
<tr><td>EIP681</td><td>Y</td><td>N</td><td>Y</td><td><code>stable</code></td></tr>
<tr><td>EIP712</td><td>P</td><td>P</td><td>Y</td><td><code>stable</code></td></tr>
<tr><td>EIP721</td><td>P</td><td>P</td><td>Y</td><td><code>stable</code></td></tr>
<tr><td>EIP831</td><td>N</td><td>Y</td><td>N</td><td><code>stable</code></td></tr>
<tr><td>EIP945</td><td>Y</td><td>Y</td><td>N</td><td><code>stable</code></td></tr>
<tr><td>EIP1102</td><td>Y</td><td>Y</td><td>Y</td><td><code>stable</code></td></tr>
<tr><td>EIP1193</td><td>Y</td><td>Y</td><td>Y</td><td><code>stable</code></td></tr>
<tr><td>EIP1577</td><td>Y</td><td>P</td><td>N</td><td><code>stable</code></td></tr>
<tr><td>EIP1581</td><td>N</td><td>Y</td><td>N</td><td><code>stable</code></td></tr>
<tr><td>EIP1459</td><td>N</td><td></td><td>N</td><td><code>raw</code></td></tr>
</tbody></table>
</div>
<h2 id="components"><a class="header" href="#components">Components</a></h2>
<h3 id="bip32---hierarchical-deterministic-wallets"><a class="header" href="#bip32---hierarchical-deterministic-wallets">BIP32 - Hierarchical Deterministic Wallets</a></h3>
<p>Support: Dependency.<br />
<a href="https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki">Reference</a>
Description: Enable wallets to derive multiple private keys from the same seed.<br />
Used for: Dependency of BIP39 and BIP43.</p>
<h3 id="bip39---mnemonic-code-for-generating-deterministic-keys"><a class="header" href="#bip39---mnemonic-code-for-generating-deterministic-keys">BIP39 - Mnemonic code for generating deterministic keys</a></h3>
<p>Support: Dependency.<br />
<a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki">Reference</a>
Description: Enable wallet to create private key based on a safe seed phrase.
Used for: Security and user experience.</p>
<h3 id="bip43---purpose-field-for-deterministic-wallets"><a class="header" href="#bip43---purpose-field-for-deterministic-wallets">BIP43 - Purpose Field for Deterministic Wallets</a></h3>
<p>Support: Dependency.<br />
<a href="https://github.com/bitcoin/bips/blob/master/bip-0043.mediawiki">Reference</a>
Description: Enable wallet to create private keys branched for a specific purpose.
Used for: Dependency of BIP44, uses "ethereum" coin.</p>
<h3 id="bip44---multi-account-hierarchy-for-deterministic-wallets"><a class="header" href="#bip44---multi-account-hierarchy-for-deterministic-wallets">BIP44 - Multi-Account Hierarchy for Deterministic Wallets</a></h3>
<p>Support: Dependency.
<a href="https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki">Reference</a>
Description: Enable wallet to derive multiple accounts in top of BIP39.<br />
Used for: Privacy.<br />
<a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/constants.cljs#L240">Source code</a>
Observation: BIP44 don't solve privacy issues regarding the transparency of transactions, therefore directly connected addresses through a transactions can be identifiable by a "network reconnaissance attack" over transaction history, this attack together with leakage of information from centralized services, such as exchanges, would be fatal against the whole privacy of users, regardless of BIP44.</p>
<h3 id="eip20---fungible-token"><a class="header" href="#eip20---fungible-token">EIP20 - Fungible Token</a></h3>
<p>Support: Full.<br />
<a href="https://eips.ethereum.org/EIPS/eip-20">Reference</a>
Description: Enable wallets to use tokens based on smart contracts compliant with this standard.<br />
Used for: Wallet feature.<br />
<a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/ethereum/tokens.cljs">Sourcecode</a></p>
<h3 id="eip55---mixed-case-checksum-address-encoding"><a class="header" href="#eip55---mixed-case-checksum-address-encoding">EIP55 - Mixed-case checksum address encoding</a></h3>
<p>Support: Full.<br />
<a href="https://eips.ethereum.org/EIPS/eip-55">Reference</a>
Description: Checksum standard that uses lowercase and uppercase inside address hex value.<br />
Used for: Sanity check of forms using ethereum address.<br />
<a href="https://github.com/status-im/status-mobile/issues/4959">Related</a> <a href="https://github.com/status-im/status-mobile/issues/8707">Also</a>
<a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/ethereum/eip55.cljs">Sourcecode</a></p>
<h3 id="eip67---standard-uri-scheme-with-metadata-value-and-byte-code"><a class="header" href="#eip67---standard-uri-scheme-with-metadata-value-and-byte-code">EIP67 - Standard URI scheme with metadata, value and byte code</a></h3>
<p>Support: Partial.<br />
<a href="https://github.com/ethereum/EIPs/issues/67">Reference</a>
Description: A standard way of creating Ethereum URIs for various use-cases.<br />
Used for: Legacy support.<br />
<a href="https://github.com/status-im/status-mobile/issues/875">Issue</a></p>
<h3 id="eip137---ethereum-domain-name-service---specification"><a class="header" href="#eip137---ethereum-domain-name-service---specification">EIP137 - Ethereum Domain Name Service - Specification</a></h3>
<p>Support: Partial.<br />
<a href="https://eips.ethereum.org/EIPS/eip-137">Reference</a>
Description: Enable wallets to lookup ENS names.<br />
Used for: User experience, as a wallet and identity feature, usernames.<br />
<a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/ethereum/ens.cljs#L86">Sourcecode</a></p>
<h3 id="eip155---simple-replay-attack-protection"><a class="header" href="#eip155---simple-replay-attack-protection">EIP155 - Simple replay attack protection</a></h3>
<p>Support: Full.<br />
<a href="https://eips.ethereum.org/EIPS/eip-155">Reference</a>
Description: Defined chainId parameter in the singed ethereum transaction payload.<br />
Used for: Signing transactions, crucial to safety of users against replay attacks.<br />
<a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/ethereum/core.cljs">Sourcecode</a></p>
<h3 id="eip165---standard-interface-detection"><a class="header" href="#eip165---standard-interface-detection">EIP165 - Standard Interface Detection</a></h3>
<p>Support: Dependency/Partial.<br />
<a href="https://eips.ethereum.org/EIPS/eip-165">Reference</a>
Description: Standard interface for contract to answer if it supports other interfaces.<br />
Used for: Dependency of ENS and EIP721.<br />
<a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/ethereum/eip165.cljs">Sourcecode</a></p>
<h3 id="eip181---ens-support-for-reverse-resolution-of-ethereum-addresses"><a class="header" href="#eip181---ens-support-for-reverse-resolution-of-ethereum-addresses">EIP181 - ENS support for reverse resolution of Ethereum addresses</a></h3>
<p>Support: Partial.<br />
<a href="https://eips.ethereum.org/EIPS/eip-181">Reference</a>
Description: Enable wallets to render reverse resolution of Ethereum addresses.<br />
Used for: Wallet feature.<br />
<a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/ethereum/ens.cljs#L86">Sourcecode</a></p>
<h3 id="eip191---signed-message"><a class="header" href="#eip191---signed-message">EIP191 - Signed Message</a></h3>
<p>Support: Full.<br />
<a href="https://eips.ethereum.org/EIPS/eip-191">Reference</a>
Description: Contract signature standard, adds an obligatory padding to signed message to differentiate from Ethereum Transaction messages.<br />
Used for: Dapp support, security, dependency of ERC712.</p>
<h3 id="eip627---whisper-specification"><a class="header" href="#eip627---whisper-specification">EIP627 - Whisper Specification</a></h3>
<p>Support: Full.<br />
<a href="https://eips.ethereum.org/EIPS/eip-627">Reference</a>
Description: format of Whisper messages within the ÐΞVp2p Wire Protocol.<br />
Used for: Chat protocol.</p>
<h3 id="eip681---url-format-for-transaction-requests"><a class="header" href="#eip681---url-format-for-transaction-requests">EIP681 - URL Format for Transaction Requests</a></h3>
<p>Support: Partial.<br />
<a href="https://eips.ethereum.org/EIPS/eip-681">Reference</a>
Description: A link that pop up a transaction in the wallet.<br />
Used for: Useful as QR code data for transaction requests, chat transaction requests and for dapp links to transaction requests.<br />
<a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/ethereum/eip681.cljs">Sourcecode</a>
Related: <a href="https://github.com/status-im/status-mobile/issues/9183">Issue #9183: URL Format for Transaction Requests (EIP681) is poorly supported</a> <a href="https://github.com/status-im/status-mobile/pull/9240">Issue #9240</a> <a href="https://github.com/status-im/status-mobile/issues/9238">Issue #9238</a> <a href="https://github.com/status-im/status-mobile/issues/7214">Issue #7214</a> <a href="https://github.com/status-im/status-mobile/issues/7325">Issue #7325</a> <a href="https://github.com/status-im/status-mobile/issues/8150">Issue #8150</a></p>
<h3 id="eip712---typed-signed-message"><a class="header" href="#eip712---typed-signed-message">EIP712 - Typed Signed Message</a></h3>
<p>Support: Partial.<br />
<a href="https://eips.ethereum.org/EIPS/eip-712">Reference</a>
Description: Standardize types for contract signature, allowing users to easily inspect whats being signed.<br />
Used for: User experience, security.<br />
Related: <a href="https://github.com/status-im/status-mobile/issues/5461">Isse #5461</a> <a href="https://github.com/status-im/status-mobile/commit/ba37f7b8d029d3358c7b284f6a2383b9ef9526c9">Commit</a></p>
<h3 id="eip721---non-fungible-token"><a class="header" href="#eip721---non-fungible-token">EIP721 - Non Fungible Token</a></h3>
<p>Support: Partial.<br />
<a href="https://eips.ethereum.org/EIPS/eip-721">Reference</a>
Description: Enable wallets to use tokens based on smart contracts compliant with this standard.<br />
Used for: Wallet feature.<br />
Related: <a href="https://github.com/status-im/status-mobile/issues/8909">Issue #8909</a>
<a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/ethereum/erc721.cljs">Sourcecode</a> <a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/ethereum/tokens.cljs">Sourcecode</a></p>
<h3 id="eip945---web-3-qr-code-scanning-api"><a class="header" href="#eip945---web-3-qr-code-scanning-api">EIP945 - Web 3 QR Code Scanning API</a></h3>
<p>Support: Full.<br />
<a href="https://github.com/ethereum/EIPs/issues/945">Reference</a>
Used for: Sharing contactcode, reading transaction requests.<br />
Related: <a href="https://github.com/status-im/status-mobile/issues/5870">Issue #5870</a></p>
<h3 id="eip1102---opt-in-account-exposure"><a class="header" href="#eip1102---opt-in-account-exposure">EIP1102 - Opt-in account exposure</a></h3>
<p>Support: Full.<br />
<a href="https://eips.ethereum.org/EIPS/eip-1102">Reference</a>
Description: Allow users to opt-in the exposure of their ethereum address to dapps they browse.<br />
Used for: Privacy, DApp support.<br />
Related: <a href="https://github.com/status-im/status-mobile/issues/7985">Issue #7985</a></p>
<h3 id="eip1193---ethereum-provider-javascript-api"><a class="header" href="#eip1193---ethereum-provider-javascript-api">EIP1193 - Ethereum Provider JavaScript API</a></h3>
<p>Support: Full.<br />
<a href="https://eips.ethereum.org/EIPS/eip-1193">Reference</a>
Description: Allows dapps to recognize event changes on wallet.<br />
Used for: DApp support.<br />
Related: <a href="https://github.com/status-im/status-mobile/pull/7246">Issue #7246</a></p>
<h3 id="eip1577---contenthash-field-for-ens"><a class="header" href="#eip1577---contenthash-field-for-ens">EIP1577 - contenthash field for ENS</a></h3>
<p>Support: Partial.<br />
<a href="https://eips.ethereum.org/EIPS/eip-1577">Reference</a><br />
Description: Allows users browse ENS domains using contenthash standard.<br />
Used for: Browser, DApp support.<br />
Related: <a href="https://github.com/status-im/status-mobile/issues/6688">Isse #6688</a>
<a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/utils/contenthash.cljs">Sourcecode</a> <a href="https://github.com/status-im/status-mobile/blob/develop/test/cljs/status_im/test/utils/contenthash.cljs#L5">Sourcecode</a></p>
<h3 id="eip1581---non-wallet-usage-of-keys-derived-from-bip-32-trees"><a class="header" href="#eip1581---non-wallet-usage-of-keys-derived-from-bip-32-trees">EIP1581 - Non-wallet usage of keys derived from BIP-32 trees</a></h3>
<p>Support: Partial.<br />
<a href="https://eips.ethereum.org/EIPS/eip-1581">Reference</a>
Description: Allow wallet to derive keys that are less sensible (non wallet).<br />
Used for: Security (don't reuse wallet key) and user experience (don't request keycard every login).<br />
Related: <a href="https://github.com/status-im/status-mobile/issues/9088">Issue #9096</a> <a href="https://github.com/status-im/status-mobile/pull/9096">Issue #9096</a><br />
<a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/constants.cljs#L242">Sourcecode</a></p>
<h3 id="eip1459---node-discovery-via-dns"><a class="header" href="#eip1459---node-discovery-via-dns">EIP1459 - Node Discovery via DNS</a></h3>
<p>Support: -
<a href="https://eips.ethereum.org/EIPS/eip-1459">Reference</a>
Description: Allows the storing and retrieving of nodes through merkle trees stored in TXT records of a domain.
Used for: Finding Waku nodes.
Related: -
Sourcecode: -</p>
<h2 id="copyright"><a class="header" href="#copyright">Copyright</a></h2>
<p>Copyright and related rights waived via <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>.</p>
<h2 id="references"><a class="header" href="#references">References</a></h2>
<ul>
<li><a href="https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki">BIP32 - Hierarchical Deterministic Wallets</a></li>
<li><a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki">BIP39 - Mnemonic code for generating deterministic keys</a></li>
<li><a href="https://github.com/bitcoin/bips/blob/master/bip-0043.mediawiki">BIP43 - Purpose Field for Deterministic Wallets</a></li>
<li><a href="https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki">BIP44 - Multi-Account Hierarchy for Deterministic Wallets</a></li>
<li><a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/constants.cljs#L240">BIP44 Source Code</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-20">EIP20 - Fungible Token</a></li>
<li><a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/ethereum/tokens.cljs">EIP20 Source Code</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-55">EIP55 - Mixed-case checksum address encoding</a></li>
<li><a href="https://github.com/status-im/status-mobile/issues/4959">EIP55 Related Issue 4959</a></li>
<li><a href="https://github.com/status-im/status-mobile/issues/8707">EIP55 Related Issue 8707</a></li>
<li><a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/ethereum/eip55.cljs">EIP55 Source Code</a></li>
<li><a href="https://github.com/ethereum/EIPs/issues/67">EIP67 - Standard URI scheme with metadata, value and byte code</a></li>
<li><a href="https://github.com/status-im/status-mobile/issues/875">EIP67 Related Issue 875</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-137">EIP137 - Ethereum Domain Name Service - Specification</a></li>
<li><a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/ethereum/ens.cljs#L86">EIP137 Source Code</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-155">EIP155 - Simple replay attack protection</a></li>
<li><a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/ethereum/core.cljs">EIP155 Source Code</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-165">EIP165 - Standard Interface Detection</a></li>
<li><a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/ethereum/eip165.cljs">EIP165 Source Code</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-181">EIP181 - ENS support for reverse resolution of Ethereum addresses</a></li>
<li><a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/ethereum/ens.cljs#L86">EIP181 Source Code</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-191">EIP191 - Signed Message</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-627">EIP627 - Whisper Specification</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-681">EIP681 - URL Format for Transaction Requests</a></li>
<li><a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/ethereum/eip681.cljs">EIP681 Source Code</a></li>
<li><a href="https://github.com/status-im/status-mobile/issues/9183">EIP681 Related Issue 9183</a></li>
<li><a href="https://github.com/status-im/status-mobile/pull/9240">EIP681 Related Issue 9240</a></li>
<li><a href="https://github.com/status-im/status-mobile/issues/9238">EIP681 Related Issue 9238</a></li>
<li><a href="https://github.com/status-im/status-mobile/issues/7214">EIP681 Related Issue 7214</a></li>
<li><a href="https://github.com/status-im/status-mobile/issues/7325">EIP681 Related Issue 7325</a></li>
<li><a href="https://github.com/status-im/status-mobile/issues/8150">EIP681 Related Issue 8150</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-712">EIP712 - Typed Signed Message</a></li>
<li><a href="https://github.com/status-im/status-mobile/issues/5461">EIP712 Related Issue 5461</a></li>
<li><a href="https://github.com/status-im/status-mobile/commit/ba37f7b8d029d3358c7b284f6a2383b9ef9526c9">EIP712 Related Commit</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-721">EIP721 - Non Fungible Token</a></li>
<li><a href="https://github.com/status-im/status-mobile/issues/8909">EIP721 Related Issue 8909</a></li>
<li><a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/ethereum/erc721.cljs">EIP721 Source Code</a></li>
<li><a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/ethereum/tokens.cljs">EIP721 Source Code (Tokens)</a></li>
<li><a href="https://github.com/ethereum/EIPs/issues/945">EIP945 - Web 3 QR Code Scanning API</a></li>
<li><a href="https://github.com/status-im/status-mobile/issues/5870">EIP945 Related Issue 5870</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-1102">EIP1102 - Opt-in account exposure</a></li>
<li><a href="https://github.com/status-im/status-mobile/issues/7985">EIP1102 Related Issue 7985</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-1193">EIP1193 - Ethereum Provider JavaScript API</a></li>
<li><a href="https://github.com/status-im/status-mobile/pull/7246">EIP1193 Related Issue 7246</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-1577">EIP1577 - contenthash field for ENS</a></li>
<li><a href="https://github.com/status-im/status-mobile/issues/6688">EIP1577 Related Issue 6688</a></li>
<li><a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/utils/contenthash.cljs">EIP1577 Source Code</a></li>
<li><a href="https://github.com/status-im/status-mobile/blob/develop/test/cljs/status_im/test/utils/contenthash.cljs#L5">EIP1577 Test Source Code</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-1581">EIP1581 - Non-wallet usage of keys derived from BIP-32 trees</a></li>
<li><a href="https://github.com/status-im/status-mobile/issues/9088">EIP1581 Related Issue 9088</a></li>
<li><a href="https://github.com/status-im/status-mobile/pull/9096">EIP1581 Related Issue 9096</a></li>
<li><a href="https://github.com/status-im/status-mobile/blob/develop/src/status_im/constants.cljs#L242">EIP1581 Source Code</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-1459">EIP1459 - Node Discovery via DNS</a></li>
</ul>
</main>
<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
<a rel="prev" href="../../status/deprecated/dapp-browser-API-usage.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>
<a rel="next prefetch" href="../../status/deprecated/ethereum-usage.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
<div style="clear: both"></div>
</nav>
</div>
</div>
<nav class="nav-wide-wrapper" aria-label="Page navigation">
<a rel="prev" href="../../status/deprecated/dapp-browser-API-usage.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>
<a rel="next prefetch" href="../../status/deprecated/ethereum-usage.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
</nav>
</div>
<script>
window.playground_copyable = true;
</script>
<script src="../../elasticlunr.min.js"></script>
<script src="../../mark.min.js"></script>
<script src="../../searcher.js"></script>
<script src="../../clipboard.min.js"></script>
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<!-- Custom JS scripts -->
<script src="../../scripts/rfc-index.js"></script>
</div>
</body>
</html>