Skip to content

Commit

Permalink
Add WIP proposals to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EmelyanenkoK authored Jul 7, 2024
1 parent e545418 commit 2832637
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,33 @@ Proposal management is done using GitHub pull requests, the process is described
| [85](./text/0085-sbt-standard.md) | SBT Contract | Contract Interface | 09.08.2022 |
| [89](./text/0089-jetton-wallet-discovery.md) | Discoverable Jettons Wallets | Contract Interface | 08.09.2022 |
| [115](./text/0115-ton-connect.md) | TON Connect | Core | 20.10.2022 |


## WIP
Since standard truly become a _Standard_ not when it gets merged into this repository, but when multiple parties accept it and use to interact with each other, below we list proposals to which developers may refer in documentation and so on.
In particular "Status" below has the following sense:
* "Proposed" - this standard hasn't implementation or implementation is used only by authors
* "Partially Deployed" - this standard is used by pair of actors (for instance one dApp and one wallet, or similar), but not by interconnected set of actors
* "Deployed" - this standard is used by multiple actors (and generally should be on the way of merging)

| TEP | Title | Type | Created | Status |
|----------------------------------------------|------------------------------------|--------------------|------------|------------|
| [91](https://github.com/ton-blockchain/TEPs/pull/91/files) | Contract Source Registry | Infrastructure | 09.09.2022 | ✅Deployed✅ |
| [92](https://github.com/ton-blockchain/TEPs/pull/92/files) | Wallet Registry | Infrastructure | 11.09.2022 | Proposed |
| [96](https://github.com/ton-blockchain/TEPs/pull/96/files) | Dicts/Arrays in Metadata | Contract Interface | 21.09.2022 | Proposed |
| [104](https://github.com/ton-blockchain/TEPs/pull/104/files) | Data Signatures | Contract Interface | 13.12.2022 | Proposed |
| [121](https://github.com/ton-blockchain/TEPs/pull/121/files) | Lockable Jetton Wallet | Contract Interface | 13.04.2023 | Proposed |
| [122](https://github.com/ton-blockchain/TEPs/pull/122/files) | Onchain reveal mechanic | Contract Interface | 31.10.2022 | ✅Deployed✅ |
| [123](https://github.com/ton-blockchain/TEPs/pull/123/files) | Address Guideline update | Guidelines | 13.06.2023 | 🛠️Partially Deployed🛠️ |
| [126](https://github.com/ton-blockchain/TEPs/pull/126/files) | Compressed NFT Standard | Contract Interface | 28.07.2023 | 🛠️Partially Deployed🛠️ |
| [127](https://github.com/ton-blockchain/TEPs/pull/127/files) | TON Storage in Metadata | Contract Interface | 23.09.2023 | Proposed |
| [130](https://github.com/ton-blockchain/TEPs/pull/130/files) | Rebase Jettons standart | Contract Interface | 04.12.2023 | Proposed |
| [131](https://github.com/ton-blockchain/TEPs/pull/131/files) | Referral code in Query ID | Contract Interface | 26.12.2023 | 🛠️Partially Deployed🛠️ |
| [137](https://github.com/ton-blockchain/TEPs/pull/137/files) | Jetton Wallet Balance Query | Contract Interface | 09.01.2024 | Proposed |
| [140](https://github.com/ton-blockchain/TEPs/pull/140/files) | Programmable Action Phase | Core | 20.01.2024 | Proposed |
| [141](https://github.com/ton-blockchain/TEPs/pull/141) | Remote onchain execution | Core | 20.01.2024 | Proposed |
| [142](https://github.com/ton-blockchain/TEPs/pull/142/files) | TBRC-20 Inscription Token Standard | Contract Interface | 26.01.2024 | Proposed |
| [145](https://github.com/ton-blockchain/TEPs/pull/145/files) | Metadata "Hidden" render type | Contract Interface | 26.01.2024 | ✅Deployed✅ |
| [146](https://github.com/ton-blockchain/TEPs/pull/146/files) | Semi-fungible token standard | Contract Interface | 17.03.2024 | Proposed |
| [160](https://github.com/ton-blockchain/TEPs/pull/160) | Dispatch Queue | Core | 13.06.2024 | 🛠️Partially Deployed🛠️ |
| [161](https://github.com/ton-blockchain/TEPs/pull/161/files) | Proxy TON (wTON) | Contract Interface | 13.06.2024 | 🛠️Partially Deployed🛠️ |

0 comments on commit 2832637

Please sign in to comment.