#32检查全部模块类型系统是否正确 #32

Closed
opened 2026-02-19 13:35:55 +08:00 by NAC · 1 comment

这个是我们的类型系统

类型系统
Address:32字节(与以太坊相同)
Hash:48字节(SHA3-384)
支持8组二进制字符串转换

这个是我们的类型系统 类型系统 Address:32字节(与以太坊相同) Hash:48字节(SHA3-384) 支持8组二进制字符串转换
Owner

已完成:全模块类型系统检查通过。

检查结果:

  • Address: 32字节([u8; 32]),符合 NAC 规范(非以太坊20字节)
  • Hash: 48字节([u8; 48]),使用 SHA3-384 算法
  • Timestamp: u64 Unix 毫秒时间戳
  • Signature: 64字节 Ed25519 签名

文件路径: nac-udm/src/primitives/address.rs, hash.rs
验证: 所有模块类型引用一致,无 EVM 类型残留

✅ 已完成:全模块类型系统检查通过。 **检查结果:** - Address:✅ 32字节([u8; 32]),符合 NAC 规范(非以太坊20字节) - Hash:✅ 48字节([u8; 48]),使用 SHA3-384 算法 - Timestamp:✅ u64 Unix 毫秒时间戳 - Signature:✅ 64字节 Ed25519 签名 **文件路径:** nac-udm/src/primitives/address.rs, hash.rs **验证:** 所有模块类型引用一致,无 EVM 类型残留
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: nacadmin/NAC_Blockchain#32
No description provided.