Skip to content

feat: implement decentralized storage integrity features#511

Merged
Lynndabel merged 2 commits into
ChianLojistics:mainfrom
EbukaMoses:Decentralized_File_Vault
Jun 28, 2026
Merged

feat: implement decentralized storage integrity features#511
Lynndabel merged 2 commits into
ChianLojistics:mainfrom
EbukaMoses:Decentralized_File_Vault

Conversation

@EbukaMoses

Copy link
Copy Markdown
Contributor

Description

Large files (manuals/PDFs) are currently in centralized silos.

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 🔧 Code refactor (no functional changes)
  • 📚 Documentation update
  • 🧪 Tests (adding or updating tests)
  • 🔒 Security (security-related changes)
  • 🚀 Performance (performance-related changes)
  • 🎨 UI/UX (user interface changes)
  • 🛠️ DevOps (deployment, CI/CD, infrastructure changes)

Changes Made

Code Changes

Documentation Updates

Database/Schema Changes

Testing

Manual Testing

Automated Tests

  • Unit tests pass
  • Integration tests pass
  • E2E tests pass (if applicable)
  • Performance tests pass (if applicable)

Test Coverage

Screenshots/Videos (UI Changes)

Before After

Breaking Changes

Checklist

Code Quality

  • Code follows project style guidelines
  • Code is self-documenting or properly commented
  • No console.log statements or debugger breakpoints left
  • No unused imports or variables
  • Code passes linting checks

Testing

  • Unit tests added/updated for new functionality
  • Integration tests added/updated if needed
  • Manual testing completed
  • Edge cases considered and tested
  • Tests pass locally

Documentation

  • README updated if needed
  • API documentation updated if needed
  • Inline code documentation added/updated
  • Comments added for complex logic

Security

  • Security implications reviewed
  • No sensitive data exposed
  • Input validation added where needed
  • Authentication/authorization considered

Performance

  • Performance impact assessed
  • No performance regressions introduced
  • Bundle size checked (frontend)
  • Database queries optimized (backend)

Deployment

  • Environment variables documented
  • Database migrations included
  • Backward compatibility maintained
  • Rollback plan considered

Legal/Compliance

  • DCO (Developer Certificate of Origin) signed
  • License headers added to new files
  • Third-party dependencies reviewed
  • GDPR/privacy implications considered

Related Issues

Close #467

Additional Context

- Added new error variants for integrity anchors in error.rs.
- Introduced new events for integrity anchoring and tampering in events.rs.
- Created integrity anchor module and updated lib.rs to include it.
- Defined new types for content anchors and product content anchors in types.rs.
- Implemented storage integrity service and related routes in backend.
- Updated main.rs and services.rs to integrate the new storage integrity service.
- Enhanced SDK with decentralized storage features and dependencies.
@vercel

vercel Bot commented Jun 27, 2026

Copy link
Copy Markdown

@EbukaMoses is attempting to deploy a commit to the Ebeleokolo's projects Team on Vercel.

A member of the Team first needs to authorize it.

@Lynndabel Lynndabel merged commit eb1ed7e into ChianLojistics:main Jun 28, 2026
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Decentralized File Vault with Integrity Proofs

2 participants