Skip to content
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

Add network message for querying asset data #266

Open
philippwerner opened this issue Jan 8, 2025 · 0 comments
Open

Add network message for querying asset data #266

philippwerner opened this issue Jan 8, 2025 · 0 comments
Assignees

Comments

@philippwerner
Copy link
Contributor

Problem: asset records in universe can only be queried by user ID at the moment

Generalized query of asset records, which allows to:

  • query all issued assets
  • query all ownership records of a certain asset type, optionally with filtering by owner and managing contract
  • query all possession records of a certain asset type, optionally with filtering by possessor and managing contract
  • query by universeIdx

Applications:

Questions:

  • Should this be added to the core as an open interface? Or should we force non-debugging applications to keep track of the universe via initial state + logging changes?
  • Siblings needed?

Task: Implement in core and qubic-cli

@philippwerner philippwerner self-assigned this Jan 8, 2025
@philippwerner philippwerner converted this from a draft issue Jan 8, 2025
@philippwerner philippwerner added this to the 2025-01-27 Sprint 2 milestone Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants