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

Ocean: Transaction indexing #2800

Closed
5 tasks done
Jouzo opened this issue Jan 25, 2024 · 2 comments
Closed
5 tasks done

Ocean: Transaction indexing #2800

Jouzo opened this issue Jan 25, 2024 · 2 comments
Assignees
Labels

Comments

@Jouzo
Copy link
Collaborator

Jouzo commented Jan 25, 2024

Summary

  • Fix Vin and Vout typing
  • Fix Vin indexing key -> (txid, vout.txid, vout.n)
  • Fix Vout indexing key -> (txid, vout.n)
  • Add missing Vin/Vout invalidation handling
  • Properly index transaction in index_block
@nagarajm22
Copy link

Transaction indexing for above task is fixed :) @Jouzo

@Jouzo
Copy link
Collaborator Author

Jouzo commented Feb 2, 2024

Fixed in #2802

@Jouzo Jouzo closed this as completed Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants