Skip to content

Commit 67dc4c4

Browse files
Update doc and topology files: sb_homeDomain -> radar_homeDomain
Co-authored-by: marta-lokhova <9428003+marta-lokhova@users.noreply.github.com>
1 parent e2421f6 commit 67dc4c4

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

doc/measuring-transaction-throughput.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,21 @@ Supercluster supports running missions with artificially generated network topol
7070
"peers": [
7171
1
7272
],
73-
"sb_homeDomain": "org1"
73+
"radar_homeDomain": "org1"
7474
},
7575
{
7676
"publicKey": 1,
7777
"peers": [
7878
0
7979
],
80-
"sb_homeDomain": "org2"
80+
"radar_homeDomain": "org2"
8181
}
8282
]
8383
```
8484
- “publicKey” is the ID of the node. It can be an actual public key string, or any unique identifier (in the example above numbers are used as IDs)
8585
- “Peers“ is the list of other IDs that this node should connect to
86-
-sb_homeDomain” is the home domain of the organization this node belongs to
87-
- To mark nodes as “Tier1”, sb_homeDomain must be any of the following: [“sdf”, “pn”, “lo”, “wx”, “cq”, “sp”, “bd”]. Note: right now the Tier1 orgs are hard-coded, since this is the only Tier1 configuration used currently, but in the future this functionality can be improved by allowing arbitrary nodes to specify whether they are Tier1.
86+
-radar_homeDomain” is the home domain of the organization this node belongs to
87+
- To mark nodes as “Tier1”, radar_homeDomain must be any of the following: [“sdf”, “pn”, “lo”, “wx”, “cq”, “sp”, “bd”]. Note: right now the Tier1 orgs are hard-coded, since this is the only Tier1 configuration used currently, but in the future this functionality can be improved by allowing arbitrary nodes to specify whether they are Tier1.
8888

8989
## Example command
9090

topologies/theoretical-max-tps.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
5,
1010
6
1111
],
12-
"sb_homeDomain": "sdf"
12+
"radar_homeDomain": "sdf"
1313
},
1414
{
1515
"publicKey": 1,
@@ -21,7 +21,7 @@
2121
5,
2222
6
2323
],
24-
"sb_homeDomain": "lo"
24+
"radar_homeDomain": "lo"
2525
},
2626
{
2727
"publicKey": 2,
@@ -33,7 +33,7 @@
3333
5,
3434
6
3535
],
36-
"sb_homeDomain": "pn"
36+
"radar_homeDomain": "pn"
3737
},
3838
{
3939
"publicKey": 3,

0 commit comments

Comments
 (0)