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
Add legacy Redis string conversion methods for submitted transactions (#33)
- Introduced `to_legacy_redis_string_with_nonce` methods in `SubmittedNoopTransaction`, `SubmittedTransactionHydrated`, and `SubmittedTransactionDehydrated` to support legacy transaction string formatting.
- Updated the `CleanSubmittedTransactions` implementation to remove legacy formatted keys when processing transactions.
These changes enhance compatibility with legacy systems while maintaining existing functionality.
0 commit comments