Compute transaction input for executing transactions (#28)

* Parsed ABI field in order to get method parameter

* Added logic for ABI

* Refactored dependencies

* Small refactoring

* Added unit tests for ABI parameter extraction logic

* Fixed format issues

* Fixed format

* Added new changes to format

* Added bail to stop execution when we have an error during deployment
This commit is contained in:
activecoder10
2025-07-09 14:03:38 +03:00
committed by GitHub
parent 3a537c2812
commit de7c7d6703
8 changed files with 457 additions and 44 deletions
+2
View File
@@ -10,6 +10,8 @@ rust-version.workspace = true
[dependencies]
alloy = { workspace = true }
alloy-primitives = { workspace = true }
alloy-sol-types = { workspace = true }
anyhow = { workspace = true }
log = { workspace = true }
semver = { workspace = true }