radixdlt / mtps

The Million TPS Project Code (except RadixCore)
MIT License
9 stars 6 forks source link

Hackaton - InsideJob #80

Closed swiec closed 5 years ago

swiec commented 5 years ago

With these changes it's possible to:

So, following commands:

python3 tools/mtps.py  # works as it used to work
python3 tools/mtps.py -c core_2.json # creates small network, with only two nodes in default cloud project
python3 tools/mtps.py -c core_2.json,project_test2.json,extra_2.json # creates small network with two nodes, in mtps-test2 cloud project, with two extra nodes 
x-wf commented 5 years ago

A couple of comments, but plenty of useful changes there 👍 good job @swiec