Commit Graph

  • ec96410546 Implement a solution for the pre-fund account limit Omar Abdulla 2025-09-28 16:52:43 +03:00
  • f9dc362c03 Lighthouse Node (#173) Omar 2025-09-28 15:44:19 +03:00
  • 93f6e5efdf Increase the wait duration of kurtosis feature/lighthouse-node Omar Abdulla 2025-09-28 15:33:20 +03:00
  • ecd6252666 Skip lighthouse tests in MacOS in CI Omar Abdulla 2025-09-28 15:19:52 +03:00
  • 1d1642887b fix ci Omar Abdulla 2025-09-28 15:07:04 +03:00
  • db0522aa71 Install kurtosis in cli Omar Abdulla 2025-09-28 14:59:16 +03:00
  • ca5cad8e43 Add the cargo clippy component Omar Abdulla 2025-09-28 14:49:22 +03:00
  • 33911b5ce3 Fix CI Omar Abdulla 2025-09-28 14:25:47 +03:00
  • 5b730d914e Add formatting component for macos Omar Abdulla 2025-09-28 14:18:16 +03:00
  • 9f7a314b20 Add rustfmt to ci Omar Abdulla 2025-09-28 14:13:30 +03:00
  • 5cd3dd8c83 Update the ci to include cargo fmt Omar Abdulla 2025-09-28 14:03:46 +03:00
  • 8d15f87ff0 Connect the lighthouse node with the platforms Omar Abdulla 2025-09-26 18:34:41 +03:00
  • 566dd06d9a Implement production geth using kurtosis Omar Abdulla 2025-09-26 18:15:11 +03:00
  • 5c30e8a5bf Add a lighthouse node implementation Omar Abdulla 2025-09-24 17:13:52 +03:00
  • c2ba2cfed6 Cleanup Processes (#171) Omar 2025-09-24 05:47:36 +03:00
  • affc0ec7c9 Commit dev-genesis feature/cleanup-processes Omar Abdulla 2025-09-24 05:36:54 +03:00
  • aa92b5c3f3 Cleanup some of the node tests to use shared nodes Omar Abdulla 2025-09-24 05:26:57 +03:00
  • 11096128d9 Clean up the process flow for nodes Omar Abdulla 2025-09-22 10:01:22 +03:00
  • 3dda739cef Add step paths (#163) Omar 2025-09-22 06:53:16 +03:00
  • f264f2f409 Update the schema feature/step-path Omar Abdulla 2025-09-22 06:38:24 +03:00
  • 854e7b6a60 Merge remote-tracking branch 'origin/main' into feature/step-path Omar Abdulla 2025-09-22 06:37:44 +03:00
  • 97e3f8bbff Support virtual repeats for benchmarks (#162) Omar 2025-09-22 06:35:31 +03:00
  • f543903920 Merge remote-tracking branch 'origin/main' into feature/virtual-repeat feature/virtual-repeat Omar Abdulla 2025-09-22 06:21:05 +03:00
  • 7189361a58 Allow account allocations (#161) Omar 2025-09-22 06:19:55 +03:00
  • e69f17a798 Merge remote-tracking branch 'origin/main' into feature/account-allocator feature/account-allocator Omar Abdulla 2025-09-22 06:06:56 +03:00
  • 9b700bfec2 Support repetitions in the tool (#160) Omar 2025-09-22 06:03:59 +03:00
  • 7b8b1a47c6 Add a step path Omar Abdulla 2025-09-21 08:09:35 +03:00
  • f54c543c18 Support virtual repeats Omar Abdulla 2025-09-21 07:44:01 +03:00
  • 736c50a8f0 Update the JSON schema Omar Abdulla 2025-09-21 07:39:57 +03:00
  • e2fb7a4322 Add support for account allocations Omar Abdulla 2025-09-21 07:37:07 +03:00
  • 0edfb3a36e Support repetitions in the tool feature/support-repetitions Omar Abdulla 2025-09-21 05:55:01 +03:00
  • 98b62d705f Make our traits object safe and implement the ReviveDevNodePolkaVMResolc target. (#159) Omar 2025-09-20 00:59:28 +03:00
  • 372cd5c52b Update tests feature/dyn-platform Omar Abdulla 2025-09-19 18:55:50 +03:00
  • e122bbd996 Update the default values of the cli Omar Abdulla 2025-09-19 18:15:50 +03:00
  • 6313ccb9b5 Resolve merge conflicts Omar Abdulla 2025-09-18 22:59:11 +03:00
  • 6b2516f639 Final set of renames Omar Abdulla 2025-09-18 22:44:39 +03:00
  • d4869deb68 Update the default values for the platforms Omar Abdulla 2025-09-18 20:16:57 +03:00
  • 52b21f8982 Remove an un-needed dependency Omar Abdulla 2025-09-18 20:11:33 +03:00
  • 13a5b5a7ee Remove the old traits Omar Abdulla 2025-09-18 20:10:32 +03:00
  • b962d032b9 Remoe all references to leader and follower Omar Abdulla 2025-09-18 20:03:33 +03:00
  • 496bc9a0ec Replace infra with the dyn infra Omar Abdulla 2025-09-18 19:59:52 +03:00
  • 92fc7894c0 Add a way to convert platform identifier into a platform Omar Abdulla 2025-09-17 21:27:33 +03:00
  • d7f69449af Add all of the platforms that we support Omar Abdulla 2025-09-17 21:06:29 +03:00
  • f0f59ad024 Provide a common node implementation for substrate chains Omar Abdulla 2025-09-17 20:23:31 +03:00
  • ac0f4e0cf2 Introduce a geth platform Omar Abdulla 2025-09-17 19:54:50 +03:00
  • 9e4f2e95f1 Support the dyn compiler in the builder pattern Omar Abdulla 2025-09-17 19:31:12 +03:00
  • 7aadd0a7f7 Implement the dyn compiler trait for compilers Omar Abdulla 2025-09-17 19:29:23 +03:00
  • 1a25c8e0ab Add more identifiers to the platform Omar Abdulla 2025-09-17 06:25:35 +03:00
  • 01d8042841 Allow for compilers to be created in the dyn trait Omar Abdulla 2025-09-17 06:10:44 +03:00
  • 8a05f8e6e8 Make the ethereum node trait object compatible Omar Abdulla 2025-09-17 06:01:13 +03:00
  • 9fc74aeea0 Groundwork for dyn traits Omar Abdulla 2025-09-17 05:47:13 +03:00
  • 1a894f791a Generate schema for the metadata file (#158) Omar 2025-09-08 19:52:57 +03:00
  • 49cbc51546 Generate schema for the metadata file feature/export-schema Omar Abdulla 2025-09-08 17:09:35 +03:00
  • c2526e48e7 Refactor the Global Configuration & Context (#157) Omar 2025-09-04 17:25:05 +03:00
  • 77a875ed6f Use shared node more often in tests refactor/global-config Omar Abdulla 2025-09-04 17:10:46 +03:00
  • e06dd491b9 Use kitchensink in tests Omar Abdulla 2025-09-04 17:09:01 +03:00
  • a30d4f9b9e Fix tests Omar Abdulla 2025-09-04 14:40:09 +03:00
  • b4118faa3d Update the run script Omar Abdulla 2025-09-02 19:39:26 +03:00
  • 762b45ffd1 Update usage guides Omar Abdulla 2025-09-02 18:55:31 +03:00
  • 1ec1778e32 Cleanup the config Omar Abdulla 2025-09-02 18:03:42 +03:00
  • 7878f68c26 Better Compiler Interface & Shared Compiler Objects (#156) Omar 2025-08-28 18:03:45 +03:00
  • dde74af22b Fix tests feature/better-compiler-interface Omar Abdulla 2025-08-28 16:52:05 +03:00
  • 453fcca4d6 Update tests stream func Omar Abdulla 2025-08-28 16:44:09 +03:00
  • 31f69de3cb Update compilers to use interior caching Omar Abdulla 2025-08-28 16:00:37 +03:00
  • f36a132e05 Switch to a for loop when reporting cases Omar Abdulla 2025-08-28 15:49:17 +03:00
  • a5a27957d5 Uncomment instrument macro Omar Abdulla 2025-08-28 15:41:38 +03:00
  • 680cc5c174 Remove the static testing target from the report Omar Abdulla 2025-08-28 15:40:23 +03:00
  • 90214f1afe Add reporting back to the compilers Omar Abdulla 2025-08-28 09:42:54 +03:00
  • b69aab903e Fix Cargo machete Omar Abdulla 2025-08-28 09:25:17 +03:00
  • af1eba0ccf Update the compilers interface Omar Abdulla 2025-08-27 22:01:25 +03:00
  • 4b641b947b Add leader and follower node assignment to test Omar Abdulla 2025-08-27 18:22:56 +03:00
  • b6e0701ec9 Remove another unused dep jsdw-use-mode-solc-version James Wilson 2025-08-27 15:29:00 +01:00
  • f99b3dbc3c Improve error message James Wilson 2025-08-27 13:16:55 +01:00
  • 0e79594bb2 Remove semver from report crate James Wilson 2025-08-27 13:15:24 +01:00
  • 5c75228496 Pass solc version into compiler rather than returning from compilation. Allows for better reporting James Wilson 2025-08-27 13:13:55 +01:00
  • 8229675ba8 re-add context bits lost in merge conflicts James Wilson 2025-08-27 10:47:35 +01:00
  • dd94b12b34 Return solc_version in CompilerOutput James Wilson 2025-08-27 10:45:22 +01:00
  • 4af9f6695d Merge branch 'main' into jsdw-use-mode-solc-version James Wilson 2025-08-27 09:48:58 +01:00
  • 8b1afc36a3 Better errors in report (#155) Omar 2025-08-26 18:35:19 +03:00
  • 7802a56d47 Better errors in report feature/better-errors-in-report Omar Abdulla 2025-08-26 18:29:28 +03:00
  • 4d8adb553c Merge branch 'main' into jsdw-use-mode-solc-version James Wilson 2025-08-26 11:34:32 +01:00
  • 60328cd493 Add a Quick Run Script (#152) Omar 2025-08-26 00:03:28 +03:00
  • 3ff5c20fba Support specifying the path of the polkadot sdk feature/quick-run-script Omar Abdulla 2025-08-25 23:55:24 +03:00
  • fc7ce468ec Merge remote-tracking branch 'origin/main' into feature/quick-run-script Omar Abdulla 2025-08-25 23:49:25 +03:00
  • eb264fcc7b feature/fix abi finding resolc (#154) Omar 2025-08-25 23:47:29 +03:00
  • c887b398b4 Merge branch 'main' into feature/quick-run-script Omar 2025-08-25 20:20:49 +03:00
  • 1d5d4d14bf Edit how CLI reporter prints feature/fix-abi-finding-resolc Omar Abdulla 2025-08-25 20:18:48 +03:00
  • f94faa2de2 Fix the logic for finding the ABI in resolc Omar Abdulla 2025-08-25 19:55:57 +03:00
  • 84b139d3b4 Configure kitchensink to use devnode by default (#153) Omar 2025-08-25 18:46:06 +03:00
  • 028cffaeff Edit the runner script Omar Abdulla 2025-08-25 18:31:36 +03:00
  • 59f439b5f8 Update the kitchensink tests feature/use-dev-node Omar Abdulla 2025-08-25 18:12:01 +03:00
  • 8d1523fd77 Configure kitchensink to use devnode by default Omar Abdulla 2025-08-25 17:43:52 +03:00
  • 27f8542342 Update the quick run script Omar Abdulla 2025-08-25 16:09:30 +03:00
  • 38272a546d Fix the issue with corpus directory canonicalization Omar Abdulla 2025-08-25 16:08:03 +03:00
  • f2c4eb1c80 Add more context to errors Omar Abdulla 2025-08-25 15:53:12 +03:00
  • 94d93e87c2 Add a quick run script Omar Abdulla 2025-08-25 14:32:57 +03:00
  • d93824d973 Updated Reporting Infrastructure (#151) Omar 2025-08-25 14:16:09 +03:00
  • 63389ef199 Add information on the deployed contracts feature/reporter Omar Abdulla 2025-08-25 13:52:09 +03:00
  • 6443f52502 Cleanup report model Omar Abdulla 2025-08-25 05:06:11 +03:00
  • 3d198f4e71 Include contract compilation information in report Omar Abdulla 2025-08-25 05:02:19 +03:00