Commit Graph

341 Commits

Author SHA1 Message Date
Daimakaimura 009a612aa8
Merge pull request #87 from logos-co/WSL-Fix-NWaku-/-GoWaku-Topic-Parsing
WSL Topic Parsing Issue
2023-02-16 10:37:37 +00:00
Jordi Arranz 6a6c76abbf We dont need to keep this 2023-02-16 09:04:03 +00:00
Jordi Arranz ce2952be8b Comments 2023-02-16 09:03:40 +00:00
Jordi Arranz c638d668a8 Fixed go waku / nim waku topic parsing 2023-02-16 08:58:29 +00:00
Jordi Arranz 8bac04c7ab Minor 2023-02-16 07:50:14 +00:00
Alberto Soutullo a61531f26e
Merge pull request #79 from logos-co/Alberto/tests
Alberto/tests
2023-02-14 14:45:18 +01:00
Alberto Soutullo 3fa1acb6f7
Merge pull request #76 from logos-co/Alberto/cadvisor_outside
Added cadvisor to run.sh
2023-02-13 14:45:52 +01:00
Alberto Soutullo cce64e7d2c Added name of the node configuration file in gennet. 2023-02-12 18:48:38 +01:00
Alberto Soutullo 0a71e34873 Added parallelism and interconnection batch as parameters. 2023-02-12 03:01:38 +01:00
Alberto Soutullo 5421efcd8d Accidentally modified gitignore 2023-02-12 02:30:36 +01:00
Alberto Soutullo 2fd08ebe0d Typo in config.json 2023-02-12 02:28:51 +01:00
Alberto Soutullo 3d99043812 Modified documentation accordingly 2023-02-12 02:15:55 +01:00
Alberto Soutullo b2e8fcc507 Added new default topology 2023-02-12 02:05:59 +01:00
Alberto Soutullo 2eade54b58 Added new files for testing 2023-02-12 02:04:02 +01:00
Alberto Soutullo 4dd7b531fc Deleted more unused variables 2023-02-12 02:03:50 +01:00
Alberto Soutullo 88aa3f15f5 Deleted unnecessary files and clean folder for testing 2023-02-12 02:03:20 +01:00
Alberto Soutullo d04d3b6c17 Deleted unnecessary variables 2023-02-12 01:57:44 +01:00
Alberto Soutullo adadb6caaf Changed system_variables variable to sys, since it was too verbose 2023-02-12 01:57:27 +01:00
Alberto Soutullo 1cba65ffd2 Get rid of same_toml_config since it was making the whole thing a mess, specially because of the differences with nwaku and gowaku. Now files will be picked depending on if we are testing or not. 2023-02-12 01:42:35 +01:00
Alberto Soutullo ded3323ba2 Modified tests accordingly with latest changes 2023-02-11 23:36:46 +01:00
Jordi Arranz f8375a7a97 Added parse unique topics 2023-02-10 14:18:23 +00:00
Jordi Arranz 0e94d2a470 Changed log parsing to the new Kurtosis output format 2023-02-10 13:40:19 +00:00
Jordi Arranz 30fca82c78 Fixed issues recovering the WSL UUID from the Kurtosis inspect command 2023-02-10 13:02:18 +00:00
Jordi Arranz 85cfc22a9c Merge remote-tracking branch 'origin/master' into Analysis 2023-02-10 11:46:46 +00:00
Jordi Arranz d19f52fd58 Delete the previous topology 2023-02-10 11:36:28 +00:00
Jordi Arranz c807a5c94f Minor 2023-02-10 10:39:36 +00:00
Jordi Arranz e3e10f2d65 Added prepare environment script 2023-02-10 10:32:42 +00:00
Jordi Arranz 1a2ffa1690 Prepare environment for run / Delete logs 2023-02-10 10:25:59 +00:00
Alberto Soutullo Rendo c707a8ac0b Added cadvisor to run.sh 2023-02-10 11:22:10 +01:00
Alberto Soutullo d1f71453dd
Merge pull request #75 from logos-co/Alberto/parallelize_services
Alberto/parallelize services into master
2023-02-10 11:20:37 +01:00
Alberto Soutullo 832e951267 Fixed run.sh because of last changes in kurtosis version 2023-02-09 18:31:25 +01:00
Alberto Soutullo a77ff70d32 Fixed mistake when rebasing 2023-02-09 18:31:25 +01:00
Alberto Soutullo 8e7c1e1127 Changed batching since starlark does not support yield 2023-02-09 18:31:24 +01:00
Alberto Soutullo 2b23357f48 Adding interconnection as batch 2023-02-09 18:31:24 +01:00
Alberto Soutullo 9f62604471 Changed starlark code to run new kurtosis version 0.65 2023-02-09 18:31:23 +01:00
guillaume.bouvignies dac96bad28 Upgrade Kurtosis and fix breaking changes 2023-02-09 18:31:23 +01:00
Alberto Soutullo f66346ff47 Added parallelism to instantiate services 2023-02-09 18:31:22 +01:00
Alberto Soutullo 87edfcb180 Changed starlark code to run new kurtosis version 0.65 2023-02-09 18:31:14 +01:00
Alberto Soutullo c12171a052
Merge pull request #72 from gbouv/gbouv/fix-breaking-changes
Upgrade Kurtosis and fix breaking changes
2023-02-09 10:14:46 +01:00
guillaume.bouvignies ab6f7b671c Upgrade Kurtosis and fix breaking changes 2023-02-09 10:05:19 +01:00
0xFugue 0310d81f25
0xfugue gennet go waku topic (#71)
* added quotes to go-waku topics

* added quotes to go-waku topics
2023-02-08 21:01:35 +05:30
0xFugue ad0c7af086
Gennet updates (#65)
* read from config.json and correctly prioritisie between cli params and config.json

* comments

* set the seeds for random

* renaming testAndSet fns

* fixed bugs, added node distribution, added prng_random cli and tied it to config.json

* added execution time, peak memory measurements

* added two stage docker build; updated requirements.txt

* gennet benchmarking as a cli argument

* updatingReadme

* Readme & config.json

* Readme.md format fix

* benchmark added to config.json, revert to default merge, Readme

* ctx param update
2023-02-07 18:28:21 +05:30
Jordi Arranz 1020842b06 Analysis module to be run at the end of a simulation 2023-02-02 15:46:10 +00:00
Jordi Arranz b465231bad Added hash calculaton of the payload 2023-02-02 15:45:49 +00:00
Jordi Arranz 2319e94d7f Activate Waku debug logs 2023-02-02 15:45:24 +00:00
Jordi Arranz 94f8896e88 Typo 2023-02-02 12:41:25 +00:00
Jordi Arranz 5dbc94e4e4 Typoi 2023-02-02 12:41:04 +00:00
Jordi Arranz f49a572d50 Generates a dictionary of messages sent to be used by wls_analyse.py 2023-02-02 12:40:54 +00:00
Jordi Arranz 677898381c Ignored logs / results 2023-02-02 11:01:56 +00:00
Jordi Arranz 1866577986 Deactivated the Store flags, added log level 2023-02-02 11:01:32 +00:00