Omar
2bee2d5c8b
Fix the ABI finding logic ( #38 )
...
* Fix the ABI finding logic
* Implement ABI fix in the compiler trait impl
2025-07-18 11:22:51 +00:00
Omar
2d517784dd
Better logging for contract deployment ( #46 )
...
* Log certain errors better
* Remove unneeded code
2025-07-16 18:16:12 +00:00
Omar
baa11ad28f
Correctly identify which contracts to compile ( #44 )
...
* Compile all contracts for a test file
* Fix compilation errors related to paths
* Set the base path if specified
2025-07-16 11:52:40 +00:00
Omar
3e99d1c2a5
Allow alloy to estimate tx gas ( #37 )
2025-07-14 17:34:44 +00:00
Omar
0513a4befb
Use tracing for logging. ( #29 )
...
This commit updates how logging is done in the differential testing
harness to use `tracing` instead of using the `log` crate. This allows
us to be able to better associate logs with the cases being executed
which makes it easier to debug and understand what the harness is doing.
2025-07-10 07:28:16 +00:00
activecoder10
de7c7d6703
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
2025-07-09 11:03:38 +00:00
activecoder10
3a537c2812
Added extra logging for critical part of the flow. ( #27 )
...
* Fix legacy_transaction to address for execution part
* updated polkadot-sdk to latest
* Update polkadot-sdk to latest main with fixes
* Added extra logging
* Applied some clippy improvements
2025-06-27 15:24:57 +00:00
activecoder10
4ab79ed97e
Fixed the contract deployment logic. Added new tracing logging for differential for leader and follower receipt structure ( #26 )
2025-06-20 13:02:54 +00:00
activecoder10
ee97b62e70
Added fetch_add_nonce method for NodeInteraction trait. Added extra logging. ( #25 )
...
* added logging
* added fetch_add_nonce method
* Added nonce for legacy transaction also
* Addressed PR comments
2025-06-18 19:43:16 +00:00
activecoder10
090b56c46a
deploy contracts ( #22 )
2025-06-12 11:09:01 +00:00
activecoder10
547563e718
Extended execute_input method ( #21 )
...
* Extended execute_input method
* Improve tracing part
2025-06-10 08:23:37 +00:00
xermicus
10bfaed461
Implement basic reporting facility ( #18 )
...
* wip
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com >
* save to file after all tasks done
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com >
* error out early if the workdir does not exist
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com >
* the compiler statistics
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com >
* allow compiler statistics per implementation
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com >
* save compiler problems
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com >
* add flag whether to extract compiler errors
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com >
* whitespace
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com >
---------
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com >
2025-05-23 17:15:04 +00:00
activecoder10
38b42560ec
Added implementation for resolc trait ( #12 )
...
Implement the Solidity Compiler trait for resolc
2025-05-08 11:09:02 +02:00
xermicus
c590fa7bfd
Scaffold utility and library ( #3 )
...
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com >
Signed-off-by: xermicus <bigcyrill@hotmail.com >
2025-03-31 11:40:05 +02:00