Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve transaction ordering and expose compareTxOrder
- Improved transaction ordering to ensure correct order for transactions in the same block that depend on each other - Exposed compareTxOrder function for external transaction sorting - Added TxoMap to map transactions outputs with corresponding indexed descriptors - Enhanced getDescriptor performance by leveraging TxoMap - Updated deriveDataFactory and DiscoveryFactory to handle transaction ordering and TxoMap - Updated tests to cover new functionalities
- Loading branch information