Update all module paths and import statements from github.com/tutus-one
to git.marketally.com/tutus-one for self-hosted Git server migration.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Convert CRLF to LF line endings in native contract and state files
modified during security remediation. Ensures consistent line endings
across Windows and Linux development environments.
Files normalized:
- pkg/core/native/*.go (15 files)
- pkg/core/state/*.go (3 files)
- devnotes.md
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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>