docs: update CRISP readme to reflect latest changes#829
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughRewrites and reorganizes CRISP example docs and README, updates environment/sample addresses and script names, removes one npm dev script, updates three Solidity artifact Changes
Sequence Diagram(s)(omitted — changes are documentation, metadata, and deployment data; no control-flow or runtime feature added) Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related issues
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used🪛 Gitleaks (8.28.0)docs/pages/CRISP/setup.mdx[high] 167-167: Detected a Generic API Key, potentially exposing access to various services and sensitive operations. (generic-api-key) [high] 304-304: Detected a Generic API Key, potentially exposing access to various services and sensitive operations. (generic-api-key) [high] 321-321: Detected a Generic API Key, potentially exposing access to various services and sensitive operations. (generic-api-key) examples/CRISP/Readme.md[high] 167-167: Detected a Generic API Key, potentially exposing access to various services and sensitive operations. (generic-api-key) ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (6)
examples/CRISP/Readme.md(10 hunks)examples/CRISP/package.json(0 hunks)packages/enclave-contracts/artifacts/contracts/interfaces/ICiphernodeRegistry.sol/ICiphernodeRegistry.json(1 hunks)packages/enclave-contracts/artifacts/contracts/interfaces/IEnclave.sol/IEnclave.json(1 hunks)packages/enclave-contracts/artifacts/contracts/registry/NaiveRegistryFilter.sol/NaiveRegistryFilter.json(1 hunks)packages/enclave-contracts/deployed_contracts.json(1 hunks)
💤 Files with no reviewable changes (1)
- examples/CRISP/package.json
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
examples/CRISP/Readme.md
125-125: No space after hash on atx style heading
(MD018, no-missing-space-atx)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
- GitHub Check: build_enclave_cli
- GitHub Check: build_sdk
- GitHub Check: test_contracts
- GitHub Check: test_net
- GitHub Check: integration_prebuild
- GitHub Check: rust_unit
- GitHub Check: build_e3_support_dev
* update CRISP readme * run prettier for deployed contracts * update docs * better descriptions and fix wrong folder * revert deployed contracts
this PR removes also the
pnpm dev:downcommand in favour of the newcleancommand at root.Summary by CodeRabbit