Adding checkpoints and Sapling branch support only

This commit is contained in:
fekt
2022-07-12 15:14:06 -04:00
parent 0b24b41c6e
commit 6edceeefad
291 changed files with 52 additions and 2005 deletions

View File

@@ -49,15 +49,9 @@ class BranchIdTest(
return listOf(
// Mainnet Cases
arrayOf("Sapling", 419_200, 1991772603L, "76b809bb", mainnetBackend),
arrayOf("Blossom", 653_600, 733220448L, "2bb40e60", mainnetBackend),
arrayOf("Heartwood", 903_000, 4122551051L, "f5b9230b", mainnetBackend),
arrayOf("Canopy", 1_046_400, 3925833126L, "e9ff75a6", mainnetBackend),
// Testnet Cases
arrayOf("Sapling", 280_000, 1991772603L, "76b809bb", testnetBackend),
arrayOf("Blossom", 584_000, 733220448L, "2bb40e60", testnetBackend),
arrayOf("Heartwood", 903_800, 4122551051L, "f5b9230b", testnetBackend),
arrayOf("Canopy", 1_028_500, 3925833126L, "e9ff75a6", testnetBackend)
arrayOf("Sapling", 280_000, 1991772603L, "76b809bb", testnetBackend)
)
}
}