2021-01-13 18:03:12 +01:00
|
|
|
{
|
2021-01-28 17:23:01 +01:00
|
|
|
"local": [
|
|
|
|
{
|
|
|
|
"path": "res/local_tests/block_en_de",
|
|
|
|
"test_type": "block_en_de"
|
|
|
|
}
|
|
|
|
],
|
2021-01-13 18:03:12 +01:00
|
|
|
"chain": [
|
|
|
|
{
|
|
|
|
"path": "res/json_tests/BlockchainTests",
|
2021-01-28 17:23:01 +01:00
|
|
|
"skip": []
|
2021-01-13 18:03:12 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "res/json_tests/LegacyTests/Constantinople/BlockchainTests",
|
2021-01-28 17:23:01 +01:00
|
|
|
"skip": []
|
2021-01-13 18:03:12 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"state": [
|
|
|
|
{
|
|
|
|
"path": "res/json_tests/GeneralStateTests",
|
2021-01-28 17:23:01 +01:00
|
|
|
"skip": []
|
2021-01-13 18:03:12 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "res/json_tests/LegacyTests/Constantinople/GeneralStateTests",
|
2021-01-28 17:23:01 +01:00
|
|
|
"skip": []
|
2021-01-13 18:03:12 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"difficulty": [
|
|
|
|
{
|
|
|
|
"path": [
|
|
|
|
"res/json_tests/BasicTests/difficulty.json",
|
|
|
|
"res/json_tests/BasicTests/difficultyMainNetwork.json"
|
|
|
|
],
|
|
|
|
"chainspec": "Foundation"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"executive": [
|
|
|
|
{
|
2021-04-27 14:36:50 +02:00
|
|
|
"path": "res/json_tests/LegacyTests/Constantinople/VMTests"
|
2021-01-13 18:03:12 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"transaction": [
|
|
|
|
{
|
|
|
|
"path": "res/json_tests/TransactionTests"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"trie": [
|
|
|
|
{
|
2021-01-28 17:23:01 +01:00
|
|
|
"path": ["res/json_tests/TrieTests/trietest.json", "res/json_tests/TrieTests/trieanyorder.json"],
|
2021-01-13 18:03:12 +01:00
|
|
|
"triespec": "Generic"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": [
|
|
|
|
"res/json_tests/TrieTests/hex_encoded_securetrie_test.json",
|
|
|
|
"res/json_tests/TrieTests/trietest_secureTrie.json",
|
|
|
|
"res/json_tests/TrieTests/trieanyorder_secureTrie.json"
|
|
|
|
],
|
|
|
|
"triespec": "Secure"
|
|
|
|
}
|
|
|
|
]
|
2021-01-28 17:23:01 +01:00
|
|
|
}
|