tutus-chain/pkg/core/native/nativeids
Tutus Development 8ef02620ea Add Palam native contract for programmed transparency
Implement transparent ledger infrastructure for accountable governance:

- TransactionFlow tracking: Multi-party flows with complete audit trails
  - Full lifecycle: Initiation -> Intermediate steps -> Completion
  - Participant verification via Vita token (one-person-one-identity)
  - Immutable flow records with timestamp chains

- Encrypted Payload System: Role-based access to sensitive data
  - Payloads encrypted per-role (Consumer, Merchant, Bank, etc.)
  - Keys distributed to authorized parties only
  - Supports judicial declassification process

- Declassification Requests: Due process for accessing protected data
  - Judicial authority required (RolePalamJudge = 26)
  - Multi-party approval workflow
  - Configurable approval thresholds and expiry

- Audit Log System: Complete transparency for oversight
  - All operations logged with actor attribution
  - Auditor access via RolePalamAuditor (25)
  - Immutable chronological records

- Cross-contract integration:
  - Vita: Identity verification for participants
  - RoleRegistry: Role-based authorization
  - Lex: Rights enforcement for privacy protections

Latin naming: Palam = "openly/publicly" - reflecting the
contract's purpose of enabling transparent governance while
protecting legitimate privacy through programmed disclosure rules.

Contract ID: -23

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-20 09:21:25 +00:00
..
gen.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
ids.go Add Palam native contract for programmed transparency 2025-12-20 09:21:25 +00:00