-
Notifications
You must be signed in to change notification settings - Fork 1
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 (release v2.3.0) #161
Conversation
chore: add token info to sentry tags
Co-authored-by: Flouse <[email protected]>
Co-authored-by: Flouse <[email protected]>
…tc-address feat: add /rgbpp/v1/address/:address/balance for get bound xUDT balance
…d-with-rgb++-assets feat(bitcoin): add onlyNonRgbppUTXOs params and calculate rgbpp_satoshi
fix: fix rgbpp route type_script paramter parse
…tc-address-unconfirmed feat(rgbpp): calculate the pending rgbpp balance
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…ells-lock fix: check pending xudt amount cells lock
@Flouse is attempting to deploy a commit to the Cell Studio Team on Vercel. To accomplish this, @Flouse needs to request access to the Team. Afterwards, an owner of the Team is required to accept their membership request. If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account. |
What's Changed
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please bump the version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The XUDT balance API has a formatting issue in the return type where the typeHash
should be type_hash
, maybe also fix it before the bump? ref: https://github.com/ckb-cell/btc-assets-api/blob/3fb45d978ad4bfa2f1911ef0190a761769239ad7/src/routes/rgbpp/types.ts#L93
|
fix: rename typeHash to type_hash & fix unique cell search logic
Changes