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

Return isomorphic binding relation in API #603

Open
Keith-CY opened this issue Apr 3, 2024 · 1 comment
Open

Return isomorphic binding relation in API #603

Keith-CY opened this issue Apr 3, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Keith-CY
Copy link
Member

Keith-CY commented Apr 3, 2024

Now the binding relation, e.g.

BTC UTXO[n] was bound to CKB Cell[m]
image

was built in the frontend by parsing cell's lock script's args, but there are at most 10 cells on the page, so only 10 entries were built,

e.g. https://pudge.explorer.nervos.org/transaction/0xf2d76873ef470e5df49165e0ebb06eb40ccbaa9afefa2739227406fec7b3e13f, all ckb outputs are bound to a BTC UTXO, but only the first 10 are marked.

So the binding relation should be returned in the API

@Keith-CY Keith-CY added the enhancement New feature or request label Apr 3, 2024
@Keith-CY
Copy link
Member Author

Keith-CY commented Apr 3, 2024

This is expected to be done before RGB++ applications launch but after the RGB++ assets page onboarding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants