瀏覽代碼

Update roadmap (#1101)

Signed-off-by: Lucas Steuernagel <lucas.tnagel@gmail.com>

Signed-off-by: Lucas Steuernagel <lucas.tnagel@gmail.com>
Lucas Steuernagel 2 年之前
父節點
當前提交
a0f5a4fb40
共有 1 個文件被更改,包括 3 次插入14 次删除
  1. 3 14
      README.md

+ 3 - 14
README.md

@@ -138,24 +138,13 @@ up to date with the newest Solidity syntax and features.  In addition, we focus
 and improve developer experience.
 Here is a brief description of what we envision for the next versions.
 
-### V0.2
-
-| Milestone                                  | Status      |
-|--------------------------------------------|-------------|
-| Solana SPL tokens compatibility            | Completed   |
-| Parse and resolve inline assembly          | Completed   |
-| Generate code for inline assembly          | Completed   |
-| Support latest Substrate production target | Completed   |
-| Improve parser resilience                  | Completed   |
-
-
 ### V0.3
 
 | Milestone                                  | Status      |
 |--------------------------------------------|-------------|
-| Call Solana's Rust contracts from Solidity | In progress |
-| Improvements in overflow checking          | In progress |
-| Support Solana's Program Derived Addresses | In Progress |
+| Call Solana's Rust contracts from Solidity | Completed   |
+| Improvements in overflow checking          | Completed   |
+| Support Solana's Program Derived Addresses | Completed   |
 | Call Solidity from Solana's Rust contracts | Not started |
 | Improve developer experience for Substrate | Not started |
 | Tooling for calls between ink! <> solidity | Not started |