Closed twwu123 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 15, 2024 9:06am |
mesh-playground | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 15, 2024 9:06am |
Summary
Collateral inputs were included in incomplete tx ins, affecting the need for a fetcher in offline transactions. Since any reference scripts in collateral inputs do not affect fee calculations, it is possible to directly set the scriptSize of collateral inputs to 0, bypassing the inclusion of these scripts for fee calculations.
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
Checklist
npm run test
)npm run build
)Additional Information