Skip to content

Commit 0367db0

Browse files
committed
dns minor updates
1 parent cb4743a commit 0367db0

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

text/0081-dns-standard.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@ TON DNS is a service for translating human-readable domain names (such as `test.
1313

1414
# Motivation
1515

16-
The goal of this document is to collect feedback from community and to provide documentation for dApps developers.
16+
While anybody might in principle implement such a service using the TON Blockchain,
17+
it is useful to have such a predefined service with a wellknown interface,
18+
to be used by default whenever an application or a service wants to translate human-readable identifiers into addresses.
1719

1820
# Guide
1921

2022
## Useful links
21-
1. [DNS Auction](https://dns.ton.org/) ([source code](https://github.com/ton-blockchain/dns))
22-
2. [ton.org documentation](https://ton.org/docs/#/web3/dns)
23-
3. Tolya answers about TON DNS (ru) - [1](https://github.com/ton-blockchain/TEPs/commit/4a09bfc737823f09f05dfb7008eec7784543bb2b), [2](https://telegra.ph/Otvety-na-voprosy-o-TON-DNS-kanalu-Investment-kingyru-CHast-2-08-06), [3](https://telegra.ph/Otvety-na-voprosy-o-TON-DNS-kanalu-Investment-kingyru-CHast-3-08-09)
23+
1. [Reference DNS smart contracts](https://github.com/ton-blockchain/dns-contract)
24+
2. [DNS Auction](https://dns.ton.org/) ([source code](https://github.com/ton-blockchain/dns))
25+
3. [ton.org documentation](https://ton.org/docs/#/web3/dns)
26+
4. Tolya answers about TON DNS (ru) - [1](https://github.com/ton-blockchain/TEPs/commit/4a09bfc737823f09f05dfb7008eec7784543bb2b), [2](https://telegra.ph/Otvety-na-voprosy-o-TON-DNS-kanalu-Investment-kingyru-CHast-2-08-06), [3](https://telegra.ph/Otvety-na-voprosy-o-TON-DNS-kanalu-Investment-kingyru-CHast-3-08-09)
2427

2528
# Specification
2629

@@ -135,13 +138,6 @@ TL-B Schema of DNS Records values:
135138
```
136139
_ (HashmapE 256 ^DNSRecord) = DNS_RecordSet;
137140
138-
chunk_ref$_ {n:#} ref:^(TextChunks (n + 1)) = TextChunkRef (n + 1);
139-
chunk_ref_empty$_ = TextChunkRef 0;
140-
text_chunk$_ {n:#} len:(## 8) data:(bits (len * 8)) next:(TextChunkRef n) = TextChunks (n + 1);
141-
text_chunk_empty$_ = TextChunks 0;
142-
text$_ chunks:(## 8) rest:(TextChunks chunks) = Text;
143-
dns_text#1eda _:Text = DNSRecord;
144-
145141
dns_next_resolver#ba93 resolver:MsgAddressInt = DNSRecord;
146142
147143
dns_adnl_address#ad01 adnl_addr:bits256 flags:(## 8) { flags <= 1 }

0 commit comments

Comments
 (0)