Commit 1ce05f08 authored by Gyanendra Mishra's avatar Gyanendra Mishra

added changelog entry

parent 1efc6eef
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
- Added genesis_constants - Added genesis_constants
- Added a lot of participant_network/pre_launch_data_generator - Added a lot of participant_network/pre_launch_data_generator
- Added a lot of simple objects that just keep data - Added a lot of simple objects that just keep data
- Added monitoring on top of the repo
# 0.0.0 # 0.0.0
* Initial commit * Initial commit
...@@ -24,7 +24,7 @@ def launch_forkmon( ...@@ -24,7 +24,7 @@ def launch_forkmon(
seconds_per_slot, seconds_per_slot,
slots_per_epoch slots_per_epoch
): ):
all_cl_client_info = [] all_cl_client_info = []
for client in cl_client_contexts: for client in cl_client_contexts:
client_info = new_cl_client_info(client.ip_addr, client.http_port_num) client_info = new_cl_client_info(client.ip_addr, client.http_port_num)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment