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.
v0.3.0
@rgbpp-sdk/btc
Minor Changes
#200: Add p-limit and batch queries in the sendRgbppUtxos() and TxBuilder.validateInputs() to improve construction time (@ShookLyngs)
#199: Add "needPaymaster" option to the sendRgbppUtxos() API to allow manually specifying whether a paymaster output is required (@ShookLyngs)
Patch Changes
d2d963c
,4c77e69
]:@rgbpp-sdk/ckb
Minor Changes
#197: Return needPaymasterCell for RGB++ CKB Virtual TX (@duanyytop)
#191: Dynamic fetching cell deps deployed by TypeID (@duanyytop)
Patch Changes
#212: Fix the XUDT cell data unpacking logic to load only the first 16 bytes (@ShookLyngs)
Updated dependencies []:
@rgbpp-sdk/service
Minor Changes
#208: Adapt btc-assets-api#154, adding new props and return values to the /balance and /unspent APIs (@ShookLyngs)
available_satoshi
andtotal_satoshi
to the BtcAssetsApi.getBtcBalance() APIonly_non_rgbpp_utxos
to the props of the BtcAssetsApi.getBtcUtxos() APIservice.getRgbppAssetsByBtcUtxo()
lines from the DataCollector.collectSatoshi()hasRgbppAssets
related variables/function from the DataCachergbpp
Patch Changes
d2d963c
,4c77e69
,3d41751
,d0e62e2
]: