Omar Abdulla
dcc43d4ea6
Implement caller replacement
2025-07-21 20:32:14 +03:00
Omar Abdulla
ba32bad6b3
Fix edge-case in deployment order
2025-07-17 22:26:49 +03:00
Omar
14888f9767
Update the async runtime ( #42 )
...
* Update the async runtime with syntactic sugar.
* Fix doc test
* Update crates/node-interaction/src/blocking_executor.rs
Co-authored-by: xermicus <cyrill@parity.io >
* Update crates/node-interaction/src/blocking_executor.rs
Co-authored-by: xermicus <cyrill@parity.io >
* Update crates/node-interaction/src/blocking_executor.rs
Co-authored-by: xermicus <cyrill@parity.io >
* Update crates/node-interaction/src/blocking_executor.rs
Co-authored-by: xermicus <cyrill@parity.io >
* Update crates/node-interaction/src/blocking_executor.rs
Co-authored-by: xermicus <cyrill@parity.io >
* Update crates/node-interaction/src/blocking_executor.rs
Co-authored-by: xermicus <cyrill@parity.io >
* Update crates/node-interaction/src/blocking_executor.rs
Co-authored-by: xermicus <cyrill@parity.io >
* Update crates/node-interaction/src/blocking_executor.rs
Co-authored-by: xermicus <cyrill@parity.io >
* Update crates/node-interaction/src/blocking_executor.rs
Co-authored-by: xermicus <cyrill@parity.io >
* Update crates/node-interaction/src/blocking_executor.rs
Co-authored-by: xermicus <cyrill@parity.io >
* Improve the comments
* Update the release profile
---------
Co-authored-by: xermicus <cyrill@parity.io >
2025-07-15 11:19:17 +00:00
Omar
5eb3a0e1b5
Fix for "transaction indexing is in progress" ( #32 )
...
* Retry getting transaction receipt
* Small fix to logging consistency
* Introduce a custom kitchensink network
* Fix formtting and clippy
2025-07-14 09:32:57 +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
3b26e1e1d6
Implement the Node trait for kitchensink ( #16 )
...
* feat: implement Node trait for Kitchensink node
* removed self from eth_to_substrate_address method
2025-06-05 06:12:54 +00:00
xermicus
1bc20d088f
update dependencies ( #19 )
...
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com >
2025-05-26 07:02:27 +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