Decentralized file vault#504
Closed
EbukaMoses wants to merge 458 commits into
Closed
Conversation
Finalize contract test coverage and timeline integration; pass CI
Issue/performance monitoring
feat(frontend): input sanitization, a11y, error handling, event validation
…ar validation mock
…ad-more Add paginated timeline loading and fix frontend CI deps
…nt-ids Issue/paginated product event ids
fix: ci error
fix: ci error
- Add step to install @rollup/rollup-linux-x64-gnu in CI workflow - Add step to install lightningcss-linux-x64-gnu in CI workflow - Remove npm aliases from package.json overrides - This approach directly installs missing native modules in CI environment - Unit tests pass with 14 test files and 94 tests
- Switch back to standard tailwindcss + autoprefixer PostCSS configuration - Update CI workflow to install tailwindcss-linux-x64-gnu instead of lightningcss - This approach avoids Lightning CSS native module issues in E2E tests - Unit tests pass with 14 test files and 94 tests
- Switch from npm ci to npm install --include=optional in CI workflow - This approach should install optional dependencies like @rollup/rollup-linux-x64-gnu - Remove separate native module installation steps - Test if this resolves the Rollup native module issue
- Fix tailwindcss-linux-x64-gnu to lightningcss-linux-x64-gnu in CI workflow - The correct package name for TailwindCSS native modules is lightningcss-linux-x64-gnu - This package exists and will be available in the Linux CI environment - Rollup Linux package installation is working correctly
- Switch back to @tailwindcss/postcss plugin as required by the error message - Update PostCSS configuration to use @tailwindcss/postcss instead of standard tailwindcss - Update package.json to use @tailwindcss/postcss dependency - CI workflow remains the same since we still need Lightning CSS Linux package - Unit tests pass with 14 test files and 94 tests
Testing: End-to-End Tests
…anchoring. Introduces Soroban content anchors with CAS dedup, SDK storage bridges for direct decentralized uploads, and a backend verification worker with tamper alerts for manuals up to 50MB. Co-authored-by: Cursor <cursoragent@cursor.com>
|
@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. |
…feature. Resolves add/add conflicts by taking main as base and integrating integrity anchors, IPFS/Arweave SDK bridges, and the verification worker on updated backend structure. Co-authored-by: Cursor <cursoragent@cursor.com>
Bump Next.js to 16.2.9, refresh lockfile dependencies, and apply rustfmt to integrity anchor modules. Co-authored-by: Cursor <cursoragent@cursor.com>
Add required description field to test mock and clean up verifier imports and integrity anchor cast. Co-authored-by: Cursor <cursoragent@cursor.com>
…istry module. Root re-exports are gated off for wasm32 targets, so stellar contract build failed in CI. Co-authored-by: Cursor <cursoragent@cursor.com>
Place product_registry import with other crate imports per rustfmt. Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
|
@EbukaMoses please resolve conflict |
Collaborator
|
@EbukaMoses, nice work. However, I noticed you're likely working with an older local copy of the project. Please delete the old project, sync your repository, reclone it, and then create a new project. The current setup is causing deleted files to be pushed, which can lead to unnecessary conflicts. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Large files (manuals/PDFs) are currently in centralized silos.
Type of Change
Changes Made
Code Changes
Documentation Updates
Database/Schema Changes
Testing
Manual Testing
Automated Tests
Test Coverage
Screenshots/Videos (UI Changes)
Breaking Changes
Checklist
Code Quality
Testing
Documentation
Security
Performance
Deployment
Legal/Compliance
Related Issues
Close #467
Additional Context