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

Support searching btc txid which is a L1 -> L2 transaction #631

Closed
Keith-CY opened this issue Apr 25, 2024 · 0 comments
Closed

Support searching btc txid which is a L1 -> L2 transaction #631

Keith-CY opened this issue Apr 25, 2024 · 0 comments
Assignees
Labels

Comments

@Keith-CY
Copy link
Member

A validation of RGB++ commitment was added recently, and if a BTC tx without commitment will be ignored even an RGB++ Lock points to it, because it's not an isomorphic binding transaction.

But it introduced an exception that searching for an L1 -> L2 transaction by btc txid doesn't work. L1 -> L2 transaction doesn't require a commitment in the BTC tx, so it's ignored by CKB Explorer.

Here's how to improve:

  1. sync btc txid if it's a L1 -> L2 transaction(RGB++ Lock in inputs but not in outputs)
  2. support searching btc txid of an L1 -> L2 transaction
  3. keep btc txid of an L1 -> L2 invisible on the transaction page
@Sven-TBD Sven-TBD changed the title Support searching btc tixid which is a L1 -> L2 transaction Support searching btc txid which is a L1 -> L2 transaction May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

2 participants