Commit Graph

16 Commits

Author SHA1 Message Date
Omar Abdulla e2795cd5cd Revert the use of subprocess 2025-07-14 16:31:54 +03:00
Omar Abdulla 4d2759dc9a More consistent handling of open options 2025-07-14 14:40:01 +03:00
Omar Abdulla 7c978586e1 Separate stdout and stderr and use more consts. 2025-07-14 14:30:55 +03:00
Omar Abdulla 1081c569e8 Merge remote-tracking branch 'origin/main' into feature/persist-node-logs 2025-07-14 13:57:19 +03: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 Abdulla a1ad9f2f95 Fix tests 2025-07-13 23:05:21 +03:00
Omar Abdulla d71b39dbfb Delete the node's db on shutdown but persist logs 2025-07-13 16:12:27 +03:00
Omar Abdulla 7c4dc3568e Fix clippy lints 2025-07-12 21:10:44 +03:00
Omar Abdulla 50e1f0ccdf Persist node logs 2025-07-12 21:04:29 +03: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 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 c8eb8cf7b0 the state diff method belongs to node interactions (#20)
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
2025-06-05 07:50:54 +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
activecoder10 ae1174febe Added basic CI workflow (#13) 2025-05-12 13:00:13 +03: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