Closed lisicky closed 1 week ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
mesh-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 14, 2024 5:55pm |
mesh-playground | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 14, 2024 5:55pm |
Summary
This PR normalizes Plutus script references across different providers by standardizing their encoding using the new
normalizePlutusScript
function. The change ensures consistent script representation and prevents potential issues with script hash comparison.Affect components
@meshsdk/common
@meshsdk/contract
@meshsdk/core
@meshsdk/core-csl
@meshsdk/core-cst
@meshsdk/provider
@meshsdk/react
@meshsdk/transaction
@meshsdk/wallet
Type of Change
Related Issues
None specified
Checklist
npm run test
)npm run build
)Additional Information
The key changes include:
normalizePlutusScript
to work with hex strings and enforce DoubleCBOR encoding for consistency