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

Merge develop to main branch (v2.5.7) #232

Merged
merged 31 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
83cf8f6
feat: Upgrade rgbpp-sdk to support compatible udt
duanyytop Jan 6, 2025
32ac16e
Adapt to the latest version of dependencies
duanyytop Jan 6, 2025
ccf549a
Merge pull request #222 from utxostack/support-compatible-udt
duanyytop Jan 7, 2025
1229846
refactor: Remove redundent xudt checking
duanyytop Jan 7, 2025
b19167b
Merge pull request #223 from utxostack/remove-xudt-checking
duanyytop Jan 8, 2025
094589f
feat: Decode unique cell token info and metadata
duanyytop Jan 13, 2025
6f4eb6f
feat: Update getInfoCellData return value
duanyytop Jan 13, 2025
97e153b
fix: Update token info and metadata bigint data type
duanyytop Jan 13, 2025
4fa78be
Fix unit tests error
duanyytop Jan 13, 2025
2b6cdf0
test: Add UTXO-AIRDROP token test
duanyytop Jan 13, 2025
0a775ff
chore: Bump version to v2.5.2
duanyytop Jan 14, 2025
243a2b0
Merge pull request #226 from utxostack/feat/encode-token-info
duanyytop Jan 14, 2025
bc73dc6
fix: Support UTXO Airdrop Badge type script
duanyytop Jan 14, 2025
4addad7
chore: Bump version to v2.5.3
duanyytop Jan 14, 2025
5be1dac
Merge pull request #227 from utxostack/fix/utxo-airdrop-support
duanyytop Jan 15, 2025
93939f0
fix: Update xudt info response
duanyytop Jan 15, 2025
d51d57e
chore: Bump version to v2.5.4
duanyytop Jan 15, 2025
4135171
refactor: Update token info to snake case
duanyytop Jan 15, 2025
6ebdea5
chore: Bump version to v2.5.5
duanyytop Jan 15, 2025
d918ab9
Merge pull request #229 from utxostack/fix/xudt-info-response
duanyytop Jan 15, 2025
e3b2357
feat: Add compatible xUDT info whitelist
duanyytop Jan 15, 2025
c6c3ddb
chore: Bump version to v2.5.6
duanyytop Jan 15, 2025
a8063e5
docs: Add more comments for udt info whitelist
duanyytop Jan 15, 2025
3f0b996
Fix unit test error
duanyytop Jan 15, 2025
3ef9b41
Merge pull request #230 from utxostack/feat/usdi-rusd-info
duanyytop Jan 15, 2025
2d3f6a4
feat(bitcoin): add configurable default data provider per method
ahonn Jan 16, 2025
454b1d7
test: add default data provider verification for BitcoinClient
ahonn Jan 16, 2025
56b08e6
bump: v2.5.7
ahonn Jan 17, 2025
7ae028b
Merge pull request #231 from utxostack/221-mempoolspace-api-returns-a…
ahonn Jan 17, 2025
5291b66
fix: fix method context binding
ahonn Jan 17, 2025
1957612
Merge pull request #233 from utxostack/fix/method-apply-context
ahonn Jan 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "btc-assets-api",
"version": "2.4.2",
"version": "2.5.7",
"title": "Bitcoin/RGB++ Assets API",
"description": "",
"main": "index.js",
Expand All @@ -9,6 +9,7 @@
"start": "node ./dist/src/index.js",
"build": "tsc -p tsconfig.json",
"test": "vitest",
"format": "eslint --fix --ext .ts && prettier --write '**/*.ts'",
"coverage": "vitest run --coverage",
"postinstall": "npx simple-git-hooks"
},
Expand Down Expand Up @@ -38,21 +39,22 @@
"@fastify/rate-limit": "^9.1.0",
"@fastify/redis": "^6.1.1",
"@fastify/sensible": "^5.5.0",
"@fastify/swagger": "^8.14.0",
"@fastify/swagger": "8.14.0",
"@fastify/swagger-ui": "^3.0.0",
"@immobiliarelabs/fastify-sentry": "^8.0.1",
"@nervosnetwork/ckb-sdk-utils": "^0.109.1",
"@rgbpp-sdk/btc": "^0.4.0",
"@rgbpp-sdk/ckb": "^0.4.0",
"@rgbpp-sdk/service": "^0.4.0",
"@rgbpp-sdk/btc": "0.0.0-snap-20250110025940",
"@rgbpp-sdk/ckb": "0.0.0-snap-20250110025940",
"@rgbpp-sdk/service": "0.0.0-snap-20250110025940",
"@sentry/node": "^7.102.1",
"@sentry/profiling-node": "^7.102.1",
"@spore-sdk/core": "^0.2.0-beta.9",
"@utxostack/metadata": "^0.0.6",
"async-retry": "^1.3.3",
"awilix": "^10.0.1",
"axios": "^1.7.7",
"bloom-filters": "^3.0.1",
"bullmq": "^5.4.2",
"bullmq": "5.4.2",
"dotenv": "^16.4.2",
"fastify": "^4.26.0",
"fastify-cron": "^1.3.1",
Expand Down
Loading
Loading