Feature/security review and threat model#225
Merged
Baskarayelu merged 5 commits intoRemitwise-Org:mainfrom Feb 26, 2026
Merged
Conversation
- Implement TypeScript event indexer with Stellar SDK integration - Add SQLite database with normalized schema for goals, bills, policies, splits - Create query service with 15+ example queries (dashboard, tags, overdue bills) - Add CLI interface for testing and querying indexed data - Include Docker and Docker Compose deployment configurations - Add comprehensive documentation (README, Quick Start, Implementation guide) - Create deployment checklist and maintenance scripts - Add unit tests for event processor - Support tag-based filtering across all entities - Include example queries and usage patterns Acceptance Criteria Met: ✅ Indexer works against testnet/localnet ✅ README explains setup and usage ✅ Subscribes to contract events (4 contracts, 10+ event types) ✅ Stores normalized data in SQLite ✅ Exposes example queries via CLI and API Files Created: 24 files - Core: 8 TypeScript implementation files - Documentation: 5 comprehensive guides - Configuration: 7 setup and deployment files - Testing: 4 test and example files
Contributor
|
please resolve the 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.
this pr closes #148
Summary
This PR includes comprehensive security documentation, tagging feature implementation, and critical bug fixes for struct field initialization issues.
Changes
Security Documentation
THREAT_MODEL.mdwith 23 identified security threats across all contractsSECURITY_REVIEW_SUMMARY.mdwith security findings and recommendationsTagging Feature
Critical Bug Fixes
#[contracttype]and#[derive]attributes in Bill and ArchivedBill structstagsfield to all Bill and ArchivedBill struct constructions (5 locations)