feat: transaction implement

This commit is contained in:
2026-08-15 02:30:36 +08:00
parent 6515c93378
commit b4e18c6f0c
21 changed files with 3886 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
package main
// 命令入口会在事务内核稳定后接入。当前提交只构建和验证底层能力。
func main() {}