Skip to content

Commit d233439

Browse files
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

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

executors/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2024"
66
[dependencies]
77
hex = "0.4.3"
88
alloy = { version = "1.0.8", features = ["serde"] }
9+
thirdweb-core = { version = "0.1.0", path = "../thirdweb-core" }
910
hmac = "0.12.1"
1011
reqwest = "0.12.15"
1112
serde = "1.0.219"

0 commit comments

Comments
 (0)