OS update#2
Merged
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
feat(backend): protect upload routes
feat(backend): scaffold indexer module
…ilestone escrow error enum
…fold-and-status-enums feat(contracts): scaffold milestone escrow crate and add status enums
…lestone-program
Feat/milestone escrow program
… borrowing from the token transfer call.
- Scaffold quid-reputation crate with soroban-sdk dependency - Add Profile struct and DataKey enum (Admin, Profile(Address)) - Add ReputationError (AdminNotSet, NotAdmin, ProfileNotFound) - Implement set_admin / get_admin for admin bootstrap and getter - Implement public get_profile returning ProfileNotFound when missing - Add internal require_admin helper for mutation path auth checks - Add internal store_profile helper with TTL extension - Add internal load_or_default helper returning zeroed profile - Add unit tests covering all public and internal paths
…m-read-helpers Contracts: implement create program and add program read helpers
- Add quid-reputation contract package (Cargo.toml, error.rs, types.rs, lib.rs) - Add src/test.rs with 18 tests covering: - Admin bootstrap: set_admin and get_admin flows - Profile upsert: create, overwrite, owner assertion, auth guard - increment_success: single, multiple, missing profile, auth guard - record_rejection: single, multiple, missing profile, auth guard - Combined: full lifecycle and independent profile isolation Closes #199
scaffold reputation
…ount feat(contracts): add attestation read helpers
feat(contracts): implement issue attestation
feat(contracts): implement record rejection
feat(contracts): add reputation events
…n-profile-tests test(contracts): add reputation profile tests
feat(contracts): implement increment success
Revoke attestation authorization flow
add design documentation for Quest Participant Dashboard
add wallet creator documentation with responsive design and component…
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.
No description provided.