mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-28 17:56:50 +00:00

* Add stability-tests * Fix requires * Fix golint errors * Update README.md * Remove payloadHash from everywhere * don't run vet on kaspad in stability-tests/install_and_test
30 lines
264 B
JSON
30 lines
264 B
JSON
[
|
|
{
|
|
"id": "0"
|
|
},
|
|
{
|
|
"id": "1",
|
|
"parents": [
|
|
"0"
|
|
]
|
|
},
|
|
{
|
|
"id": "2",
|
|
"parents": [
|
|
"0"
|
|
]
|
|
},
|
|
{
|
|
"id": "3",
|
|
"parents": [
|
|
"1",
|
|
"2"
|
|
]
|
|
},
|
|
{
|
|
"id": "4",
|
|
"parents": [
|
|
"1"
|
|
]
|
|
}
|
|
] |