- 
                Notifications
    You must be signed in to change notification settings 
- Fork 63
Feat: Transaction projection indexed by credentials #1430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| 
 | 
89bb6e2    to
    1b985d7      
    Compare
  
    1cb5f0c    to
    a1b59c3      
    Compare
  
    … credentials projection
…cting credentials by addresses; added cache; remove unneeded indices and utxo projection
Context
In the context of the a wallet-optimized, event-driven API, we want to simplify discovering addresses for clients trying to derive their latest wallet state. Hence, the question arises what data is relevant for the client given its credentials.
Proposed Solution
We introduce a projection for transactions indexed by their involved credentials (payment/ staking/ script).
Important Changes Introduced