NAC_Blockchain/nac-udm/src/l1_protocol
NAC Admin 023a1b7926 feat(acc-protocols): 完成所有 ACC 协议族 SDK 层实现
- 修复 nac-sdk 中 acc1410/1400/1594/1643/1644 空函数体问题
- 重写 10 个新增 RWA/稳定币协议的 SDK 客户端文件
- 修复 protocols/mod.rs 中的类型导出错误
- 修复 adapters/mod.rs 中的自引用类型别名
- 全局修复含空格的非法标识符(NAC Lens4Client -> NacLensClient)
- nac-sdk 编译通过(0 errors)

ACC 协议族完整清单(19个协议,三层全覆盖):
基础代币: ACC-20, ACC-20Enhanced, ACC-721, ACC-1155, ACC-20C
RWA专用: ACC-RWA, ACC-Compliance, ACC-Valuation, ACC-Custody,
         ACC-Collateral, ACC-Redemption, ACC-Insurance, ACC-Governance
稳定币:   ACC-XTZH, ACC-Reserve
证券代币: ACC-1410, ACC-1400, ACC-1594, ACC-1643, ACC-1644

三层架构:
L1 nac-udm: 协议定义层(Rust 完整实现)
L2 charter-std: Charter 标准库(.ch 接口文件)
L3 nac-sdk: 开发者 SDK(NRPC4.0 客户端)
2026-03-06 16:19:56 +08:00
..
acc feat(acc-protocols): 完成所有 ACC 协议族 SDK 层实现 2026-03-06 16:19:56 +08:00
acc20c Initial commit: NAC公链核心模块 - 生产级别代码 2026-02-16 19:19:43 -05:00
cbpp feat(acc): 整合 ACC-1410/1400/1594/1643/1644 五个独立协议模块到主系统 2026-03-06 14:21:08 +08:00
fragmentation Initial commit: NAC公链核心模块 - 生产级别代码 2026-02-16 19:19:43 -05:00
gnacs Initial commit: NAC公链核心模块 - 生产级别代码 2026-02-16 19:19:43 -05:00
nvm Initial commit: NAC公链核心模块 - 生产级别代码 2026-02-16 19:19:43 -05:00
contract.rs Initial commit: NAC公链核心模块 - 生产级别代码 2026-02-16 19:19:43 -05:00
cross_shard_transaction.rs Initial commit: NAC公链核心模块 - 生产级别代码 2026-02-16 19:19:43 -05:00
layer_router.rs fix: 全系统删除投资风险提示横幅 - NAC是公链非投资平台 2026-02-27 19:58:56 +08:00
layer_router.rs.bak.20260227 fix: 全系统删除投资风险提示横幅 - NAC是公链非投资平台 2026-02-27 19:58:56 +08:00
mod.rs Initial commit: NAC公链核心模块 - 生产级别代码 2026-02-16 19:19:43 -05:00
parallel_chain_manager.rs Initial commit: NAC公链核心模块 - 生产级别代码 2026-02-16 19:19:43 -05:00
shard_governance.rs Initial commit: NAC公链核心模块 - 生产级别代码 2026-02-16 19:19:43 -05:00
shard_load_balancer.rs Initial commit: NAC公链核心模块 - 生产级别代码 2026-02-16 19:19:43 -05:00
state.rs Initial commit: NAC公链核心模块 - 生产级别代码 2026-02-16 19:19:43 -05:00
state_shard_optimization.rs fix: 全系统删除投资风险提示横幅 - NAC是公链非投资平台 2026-02-27 19:58:56 +08:00
state_shard_optimization.rs.bak.20260227 fix: 全系统删除投资风险提示横幅 - NAC是公链非投资平台 2026-02-27 19:58:56 +08:00
upgrade.rs Initial commit: NAC公链核心模块 - 生产级别代码 2026-02-16 19:19:43 -05:00