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

Gap: Add tx_index Field to Asset Transactions Response #234

Closed
edridudi opened this issue Sep 15, 2023 · 1 comment
Closed

Gap: Add tx_index Field to Asset Transactions Response #234

edridudi opened this issue Sep 15, 2023 · 1 comment

Comments

@edridudi
Copy link
Contributor

Hey Koios,
I found a minor gap between Koios and BF for the Asset Transaction Endpoint.
Please add the tx_index field for the Asset Transaction Model.

There can be a lot of transactions per one asset and querying tx info in a loop for each tx hash could cause a big load on Koios instances.
furthermore, I think it would be even better to add any other tx-related data to save in tx info queries as long as it is not too complex or not a significant weight on the system.

Thanks a lot!

@rdlrt
Copy link
Contributor

rdlrt commented Sep 15, 2023

Please add the tx_index field for the Asset Transaction Model.

asset_utxos added in PR #227 (alongwith aligning schema for account_utxos, address_utxos, credential_utxos, utxo_info, script_utxos)

You can test those at guild.koios.rest

@rdlrt rdlrt closed this as completed Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants