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

feat: get ckb txhash from job returnvalue #93

Merged
merged 1 commit into from
Apr 19, 2024
Merged

Conversation

ahonn
Copy link
Collaborator

@ahonn ahonn commented Apr 19, 2024

/rgbpp/v1/transaction/:btc_txid currently only searches for the transaction through the lock script. When the lock is BTCTimeLock, it may not be found. see: #45

Therefore, obtaining the CKB txhash from the job to improve the speed and solve the problem of BTCTimeLock search. But the problem is that in different application instances, the job may not exist

Copy link

vercel bot commented Apr 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
btc-assets-api ✅ Ready (Inspect) Visit Preview Apr 19, 2024 2:51am

@ahonn ahonn changed the title feat: add ckb txhash from job returnvalue feat: get ckb txhash from job returnvalue Apr 19, 2024
@ahonn ahonn merged commit 5c5b540 into develop Apr 19, 2024
1 of 2 checks passed
@ahonn ahonn deleted the feat/get-txhash-from-job branch April 19, 2024 04:37
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

Successfully merging this pull request may close these issues.

2 participants