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
* wip
* refactor eoa store
* add event notification integration points
* wip
* typo
* Add transaction context creation from Redis pipeline
- Introduced `transaction_context_from_pipeline` method to allow atomic job queuing within an existing Redis transaction.
- This enhancement improves the flexibility of transaction handling in the queue implementation.
* Add thirdweb-core dependency and enhance transaction processing
- Added `thirdweb-core` as a dependency in `Cargo.toml` and updated `Cargo.lock`.
- Refactored transaction handling in the EOA executor to improve error handling and processing of borrowed transactions.
- Introduced new methods for moving pending transactions to borrowed state using incremented and recycled nonces.
- Enhanced submission result processing to include detailed reporting and webhook event queuing for transaction outcomes.
These changes aim to improve the robustness and flexibility of transaction management within the EOA executor.
* Refactor signer and transaction handling for improved efficiency
- Updated the `SmartAccountSigner` to pass credentials by reference instead of cloning, enhancing performance.
- Modified transaction structures to include default serialization options for gas limits and transaction type data.
- Enhanced webhook options handling in various job data structures, ensuring consistent default behavior.
- Refactored the EOA executor to streamline transaction confirmation and submission processes, improving overall transaction management.
These changes aim to optimize resource usage and improve the clarity of transaction handling across the codebase.
* remove dbg, fix underflow
* fix event
0 commit comments