Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fankouzu committed May 25, 2024
1 parent c7e17bc commit 7aee8e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ function sidebarIntroduction(): DefaultTheme.SidebarItem[] {
{ text: "状态压缩", link: "/state-compression" },
],
},
{
text: "Solana客户端",
collapsed: false,
items: [
{ text: "Rust", link: "/rust" },
],
},
];
}

Expand Down
2 changes: 1 addition & 1 deletion docs/Introduction/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Solana 运行时支持两种事务版本:

- legacy - 较旧的交易格式,没有额外的好处
- 0 - 添加了对[地址查找表](##地址查找表)的支持
- 0 - 添加了对[地址查找表](./lookup-tables)的支持

## 最大支持交易版本

Expand Down

0 comments on commit 7aee8e7

Please sign in to comment.