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
refactor(client): implement tx queue to handle single tx per block limitation
Due to Akash not yet supporting multiple transactions per block, implement:
- Add transaction worker and queue system to serialize concurrent transactions
- Track block heights via node status CLI command
- Implement transaction confirmation waiting mechanism
- Add helper methods for transaction status querying
- Improve error handling for failed transactions
- Introduce new types for transaction worker and node status
0 commit comments