This repository was archived by the owner on Sep 21, 2025. It is now read-only.
Conversation
Fetch compatible xUDT list for `isTypeAssetSupported`
Try to fix an error in [the `docker-build-push` CI](https://github.com/utxostack/btc-assets-api/actions/runs/13324329035/job/37214404228): > [linux/amd64 stage-0 5/6] RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile: 0.232 Error: Cannot find matching keyid: {"signatures":[{"sig":"MEUCICK4bLF6Ywa/faC/4PIt094EbceYRe19bBHQW0rAS/dGAiEA8/ofAy07ETUbu+ca1PM4HDYqcHOjBlvgvdWvG0hy3as=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"keys":[{"expires":null,"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","keytype":"ecdsa-sha2-nistp256","scheme":"ecdsa-sha2-nistp256","key":"MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1Olb3zMAFFxXKHiIkQO5cJ3Yhl5i6UPp+IhuteBJbuHcA5UogKo0EWtlWwW6KSaKoTNEYL7JlCQiVnkhBktUgg=="}]} 0.232 at verifySignature (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:21535:47) 0.232 at fetchLatestStableVersion (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:21553:5) 0.232 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) 0.232 at async fetchLatestStableVersion2 (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:21672:14) 0.232 at async Engine.getDefaultVersion (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:22298:23) 0.232 at async Engine.executePackageManagerRequest (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:22396:47) 0.232 at async Object.runMain (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:23102:5) 0.232 0.232 Node.js v20.18.3
* Bump mempool.js to 3.0.0 Since btc-assets-api is not using the interface `getTransactionTimes`, this commit uses @mempool/mempool.js@3.0.0 directly. * Bump version to 2.5.10 ### Backlinks - #218 - GHSA-8hc4-vh64-cxmj
The signet instance is maintained by the https://github.com/ckb-devrel team.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* Bump rgbpp-sdk to 0.7.0 https://github.com/utxostack/rgbpp-sdk/releases/tag/0.7.0
ShookLyngs
approved these changes
Feb 20, 2025
duanyytop
approved these changes
Feb 20, 2025
mfuuzy
approved these changes
Feb 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's Changed
isTypeAssetSupportedby @duanyytop in Fetch compatible xUDT list forisTypeAssetSupported#234Full Changelog: release/v2.5.7...35674d5