input-output-hk / input-output-hk/Developer-Experience-working-group
Resource Estimation & Balancing Issues
- Dominant language
- No language data
- Stars
- 24
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
A key problem for developers is about getting accurate and reliable execution units for a transaction. Some known issues:
- Balancing and Resource Estimation is somewhat mutually recursive. Balancing can increase the UTXOs, which increases any iterations over the utxos, resulting in greater resource usage, resulting in more fees, etc.
- signatures need to be applied so that any looping over the witness set is also consistent, the signatures are then invalidated when the transaction is balanced, necessitating re-applications of cryptographic signatures as well.
it would be great if this process could be simplified.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.