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
+1
View File
@@ -27,4 +27,5 @@ log = { workspace = true }
env_logger = { workspace = true }
rayon = { workspace = true }
revive-solc-json-interface = { workspace = true }
serde_json = { workspace = true }
temp-dir = { workspace = true }