Omar Abdulla
c858bbe66d
Ignore macro doc comment tests
2025-07-17 18:28:23 +03:00
Omar Abdulla
9a71369e8a
Implement the new input handling logic
2025-07-17 17:46:40 +03:00
Omar Abdulla
84ab873b46
Impl new_from for wrapper types
2025-07-17 15:33:28 +03:00
Omar Abdulla
2ef6f7ba63
Make metadata structs more typed
2025-07-17 15:31:18 +03: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
c2e65f9e33
Fix function selector & argument encoding ( #39 )
...
* Fix function selector and argument encoding
* Avoid extra buffer allocation
* Remove reliance on the web3 crate
* Fix tests
2025-07-15 20:00:10 +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
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
xermicus
e9b5a06aec
fix the simple test case definition ( #24 )
...
Signed-off-by: xermicus <cyrill@parity.io >
2025-06-17 10:23:09 +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
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