399 Commits

Author SHA1 Message Date
Arunima Chaudhuri
254c6d67b2 add connect_peers() 2025-02-19 22:28:23 +05:30
Arunima Chaudhuri
2a42c17a1f debug 2025-01-28 00:32:31 +05:30
Arunima Chaudhuri
3cdc53960c debug 2025-01-09 16:19:49 +05:30
Arunima Chaudhuri
059f452bad sampling methods implementation 2025-01-05 23:06:11 +05:30
Sudipta Basak
5f1e007fbf
Plots the min, max, avg percentage of samples recived by nodes 2024-07-13 05:59:03 +00:00
Arunima Chaudhuri
a7b82e848a add check for rowID and columnID
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
2024-07-05 21:38:50 +00:00
Sudipta Basak
a656f362d9
Merge remote-tracking branch 'origin/gossipsub' into gossip-node-type 2024-07-03 14:04:18 +00:00
Sudipta Basak
f5f2131a45
Divide by 0 error fix for Node with 0 validators 2024-06-25 10:08:08 +00:00
Sudipta Basak
588ead24f9
Min custodies in textbox 2024-06-25 09:50:03 +00:00
Sudipta Basak
23eacb3113
Fixed sns boxenplot warning 2024-06-24 07:24:43 +00:00
Sudipta Basak
11d31d7350
minimum custody feature added 2024-06-18 19:51:00 +00:00
Sudipta Basak
4dc4f3a32a
Heatmaps updated 2024-06-18 15:55:16 +00:00
Sudipta Basak
f4448e4a2a
ECDF plots updated 2024-06-18 09:20:32 +00:00
Sudipta Basak
67c8b09295
Deterministic validator row column distributio 2024-06-18 07:57:03 +00:00
Sudipta Basak
f3f1e8664d
Fixed rounding error for number of nodes 2024-06-10 19:00:29 +00:00
Sudipta Basak
0e51082f71
Changed nodeType configuration structure 2024-06-10 07:07:14 +00:00
Arunima Chaudhuri
ae6f2a370d debug gossip
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
2024-06-08 07:32:55 +00:00
Sudipta Basak
8aaaf57ed6
Restore column count boxen plot updated 2024-06-04 21:32:47 +00:00
Sudipta Basak
bfd75feaa9
Restore row cout boxen plot updated 2024-06-04 21:28:22 +00:00
Sudipta Basak
86e9a78f34
Samples Received boxen plot updated 2024-06-04 21:23:33 +00:00
Sudipta Basak
346195bd8d
Messages Received boxen plot updated 2024-06-04 21:19:55 +00:00
Sudipta Basak
92b6778622
Message sent boxen plot updated 2024-06-04 21:05:34 +00:00
Sudipta Basak
bdbe95c219
Samples Repaired Boxen plot updated 2024-06-04 15:20:36 +00:00
Sudipta Basak
201fc08da0
duplicate data plot fixed 2024-06-04 09:30:12 +00:00
Sudipta Basak
fe8cde9a61
Received data plot updated 2024-06-04 09:15:40 +00:00
Sudipta Basak
3ed4248aa0
Sent Data plot updated 2024-06-04 08:43:19 +00:00
Sudipta Basak
c5214093ea
Simulator progressVector updated 2024-06-04 07:02:31 +00:00
Sudipta Basak
c2925935b3
plotMissingSegments fixed 2024-06-02 13:40:34 +00:00
Sudipta Basak
0d4c74a01a
Plot textbox updated for new config type 2024-06-02 07:39:26 +00:00
Sudipta Basak
eb141deb5b
Compact code 2024-06-01 11:14:53 +00:00
Sudipta Basak
1e4aefe261
things are good before the plotting part 2024-05-30 14:49:40 +00:00
Arunima Chaudhuri
e5dd13bd97 set heartbeat to 20 steps
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
2024-05-29 11:51:02 +00:00
Arunima Chaudhuri
d9f29dc5f2 2024-05-29 11:48:09 +00:00
Arunima Chaudhuri
45f773b184 add gossipsub as a parameter in the config file
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
2024-05-21 08:34:58 +00:00
Arunima Chaudhuri
5718fe14b7 Gossipsub implementation
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
2024-05-20 14:02:39 +00:00
Leo
f36c3c85ba
Merge pull request #63 from codex-storage/plot-textbox-and-heatmaps
plot textbox & Heatmap of NetDegree vs NoOfNodes on Simulation Runtime
2024-05-16 16:08:48 +02:00
Sudipta Basak
e5b4037bda
Average of all runs considered for heatmaps 2024-05-16 12:42:17 +00:00
Sudipta Basak
c770dfd25d
Missing Samples renamed to Missing Segments 2024-05-16 12:14:31 +00:00
Sudipta Basak
299323f655
Adding missing sample count in missing samples plot textbox 2024-05-16 06:07:40 +00:00
Sudipta Basak
804fdcdee3
fixed old heatmap bug 2024-05-16 05:13:24 +00:00
Sudipta Basak
7dfc0c099c
Added textbox in heatmap plots 2024-05-16 05:09:13 +00:00
Sudipta Basak
732589185c
Creating separate plots for each varying params 2024-05-15 13:19:03 +00:00
Leo
ca9a0fa1e4
Merge pull request #66 from codex-storage/incremental-simulation
Implement stop and resume functionality
2024-05-14 11:58:45 +02:00
Arunima Chaudhuri
1935fafe19 Fixed simulation completion check
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
2024-05-14 06:45:54 +00:00
Csaba Kiraly
93e07e1838
Merge pull request #65 from codex-storage/fix-plot-range
progress plot: always use y range 0..1
2024-05-13 23:29:21 +02:00
Arunima Chaudhuri
4ad181c91d use shape for naming pickle files for restarting simulations
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
2024-05-13 16:14:14 +00:00
Arunima Chaudhuri
04004ed1fb make the changes on study level
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
2024-03-29 21:49:57 +00:00
Csaba Kiraly
0b999dc7f8
Merge pull request #68 from codex-storage/update-readme
improve readme
2024-03-29 22:32:17 +01:00
Csaba Kiraly
3709efc72f
improve readme
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
2024-03-29 16:35:20 +01:00
Arunima Chaudhuri
2aa0074163 Removed debug prints
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
2024-03-28 08:59:39 +00:00