Commit d233439
committed
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.1 parent 1862517 commit d233439
8 files changed
Lines changed: 1263 additions & 834 deletions
File tree
- executors
- src/eoa
- store
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments