Open
Conversation
…ries - Added hooks for querying user data, payments, and statistics across multiple chains. - Introduced types for better type safety in user and payment data. - Implemented lazy loading for search functionality on payments. - Enhanced error handling and loading states for improved user experience. feat(queries): Define GraphQL queries for user and payment data - Created queries for fetching user details, payments created/received, and recent payments. - Added support for Cosmos-specific queries and cross-chain payment queries. - Implemented statistics queries for protocol and daily metrics. docs(architecture): Update technical architecture documentation - Comprehensive overview of the ProofPay system architecture, including frontend, smart contracts, database schema, API architecture, and security measures. - Detailed descriptions of multi-chain indexing, monitoring, and scalability strategies.
…r for React 19 compatibility - Deleted `migrate-xion-data.ts` and `validate-migration.ts` scripts as part of the migration overhaul. - Added `SUPABASE_SETUP.md` for database policy configurations to resolve user creation issues. - Introduced `WALLET_COMPATIBILITY_NOTE.md` detailing the current wallet compatibility status and solutions. - Implemented `SimpleWalletManager.tsx` to provide a React 19 compatible wallet management solution.
… UsernameSetupScreen
…tion feat: Create mock social activity generator for realistic user interactions feat: Develop realistic social network activity matching database schema feat: Build simple social network activity generator focusing on core functionality feat: Enhance social feed with recent activity and personalized notifications
…tions and improving UI components
… type definitions - Deleted the technical architecture document to streamline project documentation. - Introduced `chains.ts` to define chain information for XION Testnet and support for multiple chains. - Added `wallet.ts` to define wallet types, structures for connected wallets, and payment requests.
…e user selection in social payment form
…omplete profile setup in SocialPaymentForm
…ng in SocialPaymentForm and usePaymentHistory
…e user profile validation; refactor payment history to fetch activity feed
…cialPaymentForm; update styles and add transaction details display
…cipientUser with selectedUser for improved clarity
… screens; update validation and improve activity feed integration
…d improved logging - Integrated user profile fetching to display current user's username in recent activity. - Updated payment logging to include more detailed information about payments and user interactions. - Refactored payment grouping logic to improve readability and maintainability. - Adjusted PaymentRow component to conditionally display transaction status. - Improved social feed rendering with mock data for users without friends. - Added support for service client in Supabase for bypassing RLS during activity feed updates. - Updated SQL constraints for activity feed verbs to ensure data integrity.
…d loading indicators; update ConfirmationModal and PaymentRow for improved user experience
… and enhance payment debugging
…reation and assignment; update SocialPaymentForm for verb consistency
…modal in Recent Activity Screen
…ion and integrate with Recent Activity Screen
…onent with error handling and user prompts
- removed @metamask/sdk-react-native - removed @reclaimprotocol/reactnative-sdk - removed react-native-quick-crypto
- Removed outdated dependencies: @cosmjs/cosmwasm-stargate, @keplr-wallet/types, @walletconnect/modal-react-native, @walletconnect/react-native-compat, ethers, and react-native-modal (replaced with react-native-quick-crypto). - Added new dependency: @reclaimprotocol/reactnative-sdk. - Updated react-native-modal to a stable version. - Added .easignore file to exclude unnecessary files and directories from EAS builds.
…Reclaim parameters
…in contractService.ts
refactor: Improve code formatting and remove unnecessary line breaks …
fix: correct typo in comment for Treasury types in contractService.ts
…d on delivery URL
Reclaim proof verification test
…es and status updates
…thod to include recipient username
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.