mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-08-06 10:43:16 +00:00

* Adds new dags for ghostdag tests. * Change the error msg for the number of tests (6 instead of 3). Co-authored-by: tal <tal@daglabs.com>
94 lines
1.5 KiB
JSON
94 lines
1.5 KiB
JSON
{
|
|
"K": 3,
|
|
"GenesisID": "0",
|
|
"Blocks": [
|
|
{
|
|
"ID": "1",
|
|
"ExpectedScore": 1,
|
|
"ExpectedSelectedParent": "0",
|
|
"ExpectedReds": [],
|
|
"ExpectedBlues": [
|
|
"0"
|
|
],
|
|
"Parents": [
|
|
"0"
|
|
]
|
|
},
|
|
{
|
|
"ID": "2",
|
|
"ExpectedScore": 1,
|
|
"ExpectedSelectedParent": "0",
|
|
"ExpectedReds": [],
|
|
"ExpectedBlues": [
|
|
"0"
|
|
],
|
|
"Parents": [
|
|
"0"
|
|
]
|
|
},
|
|
{
|
|
"ID": "3",
|
|
"ExpectedScore": 1,
|
|
"ExpectedSelectedParent": "0",
|
|
"ExpectedReds": [],
|
|
"ExpectedBlues": [
|
|
"0"
|
|
],
|
|
"Parents": [
|
|
"0"
|
|
]
|
|
},
|
|
{
|
|
"ID": "4",
|
|
"ExpectedScore": 1,
|
|
"ExpectedSelectedParent": "0",
|
|
"ExpectedReds": [],
|
|
"ExpectedBlues": [
|
|
"0"
|
|
],
|
|
"Parents": [
|
|
"0"
|
|
]
|
|
},
|
|
{
|
|
"ID": "5",
|
|
"ExpectedScore": 4,
|
|
"ExpectedSelectedParent": "3",
|
|
"ExpectedReds": [],
|
|
"ExpectedBlues": [
|
|
"3", "1", "2"
|
|
],
|
|
"Parents": [
|
|
"1",
|
|
"2",
|
|
"3"
|
|
]
|
|
},
|
|
{
|
|
"ID": "6",
|
|
"ExpectedScore": 5,
|
|
"ExpectedSelectedParent": "4",
|
|
"ExpectedReds": [],
|
|
"ExpectedBlues": [
|
|
"4", "1", "2", "3"
|
|
],
|
|
"Parents": [
|
|
"1", "2", "3", "4"
|
|
]
|
|
},
|
|
{
|
|
"ID": "7",
|
|
"ExpectedScore": 6,
|
|
"ExpectedSelectedParent": "6",
|
|
"ExpectedReds": ["5"],
|
|
"ExpectedBlues": [
|
|
"6"
|
|
],
|
|
"Parents": [
|
|
"5",
|
|
"6"
|
|
]
|
|
}
|
|
]
|
|
}
|