You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(wasm-utxo): improve code organization and add transaction parsing
Reorganize code structure with better modularization and add transaction
parsing capability. This includes:
- Create a shared input handling module
- Support for transaction parsing via new `tx parse` command
- Move parsers into organized submodules
- Improve file reading with better error handling
- Add support for decoding different input formats (hex/base64/raw)
- Fix clippy warnings in existing code
Issue: BTC-2652
Co-authored-by: llm-git <[email protected]>
0 commit comments