Releases: devwhodevs/hbar-kit
Release list
@hbar-kit/payments@0.2.0
Minor Changes
-
48499f8: Add USDC payment verification helpers for Hedera.
Introduces
verifyUsdcPaymentandwaitForUsdcPaymentas convenience wrappers over HTS payment
verification, with 6-decimal amount parsing, optional token ID override, docs, examples, and tests.
Adds a verified USDC token registry (USDC_TOKEN_IDS,getUsdcTokenId) with mainnet/testnet token
ids confirmed against the Mirror Node and Circle's official docs, plusisUsdcPaymentResultand an
optionalsymbolfield onPaymentAsset(additive, non-breaking). Adds a newUnsupportedAssetError
to@hbar-kit/corefor networks without a verified USDC token id (e.g. previewnet).
Patch Changes
- Updated dependencies [48499f8]
- @hbar-kit/core@0.2.0
- @hbar-kit/mirror@0.1.4
@hbar-kit/payments@0.1.3
@hbar-kit/payments@0.1.2
@hbar-kit/payments@0.1.1
@hbar-kit/mirror@0.1.4
Patch Changes
- Updated dependencies [48499f8]
- @hbar-kit/core@0.2.0
@hbar-kit/mirror@0.1.3
@hbar-kit/mirror@0.1.2
@hbar-kit/mirror@0.1.1
@hbar-kit/core@0.2.0
Minor Changes
-
48499f8: Add USDC payment verification helpers for Hedera.
Introduces
verifyUsdcPaymentandwaitForUsdcPaymentas convenience wrappers over HTS payment
verification, with 6-decimal amount parsing, optional token ID override, docs, examples, and tests.
Adds a verified USDC token registry (USDC_TOKEN_IDS,getUsdcTokenId) with mainnet/testnet token
ids confirmed against the Mirror Node and Circle's official docs, plusisUsdcPaymentResultand an
optionalsymbolfield onPaymentAsset(additive, non-breaking). Adds a newUnsupportedAssetError
to@hbar-kit/corefor networks without a verified USDC token id (e.g. previewnet).
@hbar-kit/core@0.1.3
Patch Changes
- 56f5cd8: Release via npm OIDC trusted publishing (no long-lived token). First release on the tokenless CI flow; provenance remains automatic. No code or API changes.