Feature/high complexity fixes - #736
Closed
studiomonkeyx wants to merge 591 commits into
Closed
studiomonkeyx wants to merge 591 commits into
studiomonkeyx wants to merge 591 commits into
Conversation
… Replace hard-coded SHA1/6/30/1 with configurable TotpConfig\n- Add support for SHA256 (default), SHA512, and legacy SHA1\n- Implement setup_with_config() and verify_token_with_config() methods\n- Add predefined configurations: default(), legacy_sha1(), high_security()\n- Maintain backward compatibility with existing SHA1 implementations\n- Add comprehensive tests covering multiple algorithms and configurations\n- Include algorithm mismatch testing and edge cases\n- Add detailed configuration documentation\n- Update README with migration guide\n\nFixes cryptographic agility issue and meets security expectations\nwhile maintaining backward compatibility.
…g with sentinel strings
- Added raise_dispute and resolve_dispute functions - Added Dispute, DisputeStatus, and DisputeKey types - Implemented storage and event publishing for disputes - Added comprehensive unit tests in test_disputes.rs Closes DogStark#194
- Introduced TwoFactorStorage trait to handle 2FA data persistence - Updated TwoFactorHandlers to use storage instead of hardcoded placeholders - Implemented persistent disabling and data invalidation in disable_two_factor - Added comprehensive unit tests for the new storage-backed logic Closes DogStark#283
…p() in Axum example with proper error handling Refactor enable_2fa function to handle errors and return appropriate status codes.
book_slot authentication
feat: add calculate_age with documented approximation semantics (#issue)
Fix: Prevent panic on invalid attachment index in remove_attachment
🛠️ Fix: Handle Expiry & Cleanup for Pending Transfers (DogStark#302) Summary
…-admin-transfer feat: Add admin transfer to VetRegistryContract
…rage test: Complete admin initialization coverage
…icense feat: Add get_vet_by_license to VetRegistryContract
feat: Add PostgreSQL persistence layer for 2FA
…date-vet-clinic-info feat: update vet clinic info
…posal, get_access_logs, and update_lost_alert
Add get_admin_list Public Function
…itecture docs: update development architecture
ci: add stellar contracts workflow
test: add overflow coverage
…r-history feat: add owner pet history index
…dates Implement 4 new features: discontinue_medication, cancel_transfer_pro…
…is revocation blacklist, and logout
…d 2FA recovery codes regeneration
Contributor
|
Please resolve merge conflicts |
llinsss
added a commit
that referenced
this pull request
Jun 3, 2026
llinsss
added a commit
that referenced
this pull request
Jun 3, 2026
llinsss
added a commit
that referenced
this pull request
Jun 3, 2026
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.
this pr closes
closes #661
closes #651
closes #649