Skip to content

Commit

Permalink
chore: Add changeset for offline PR
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Jan 16, 2025
1 parent 76c4711 commit 7b3660f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .changeset/mighty-pumas-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@rgbpp-sdk/service': minor
'@rgbpp-sdk/btc': minor
'@rgbpp-sdk/ckb': minor
---

Add `OfflineBtcAssetsDataSource` and `OfflineCollector` to offline build RGB++ transactions

- Add `OfflineBtcAssetsDataSource` to collect BTC UTXOs to build RGB++ BTC transactions offline
- Add `OfflineCollector` to collect CKB cells to build RGB++ CKB transactions offline
- Improved error handling for `OfflineBtcAssetsDataSource`
- Add examples for RGB++ assets offline launch, transfer, and leap
1 change: 0 additions & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
push:
branches:
- develop
- feat/utxo-airdrop-badge

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down

0 comments on commit 7b3660f

Please sign in to comment.