github.com/r8d8/go-ethereum@v5.5.2+incompatible/core/testdata/test.json (about) 1 { 2 "identity": "morden", 3 "name": "Morden Testnet", 4 "state": { 5 "startingNonce": 1048576 6 }, 7 "network": 2, 8 "consensus": "ethash", 9 "chainConfig": { 10 "forks": [ 11 { 12 "name": "Homestead", 13 "block": 494000, 14 "requiredHash": "0x0000000000000000000000000000000000000000000000000000000000000000", 15 "features": [ 16 { 17 "id": "difficulty", 18 "options": { 19 "type": "homestead" 20 } 21 }, 22 { 23 "id": "gastable", 24 "options": { 25 "type": "homestead" 26 } 27 } 28 ] 29 }, 30 { 31 "name": "GasReprice", 32 "block": 1783000, 33 "requiredHash": "0x0000000000000000000000000000000000000000000000000000000000000000", 34 "features": [ 35 { 36 "id": "gastable", 37 "options": { 38 "type": "eip150" 39 } 40 } 41 ] 42 }, 43 { 44 "name": "The DAO Hard Fork", 45 "block": 1885000, 46 "requiredHash": "0x0000000000000000000000000000000000000000000000000000000000000000", 47 "features": [] 48 }, 49 { 50 "name": "Diehard", 51 "block": 1915000, 52 "requiredHash": "0x0000000000000000000000000000000000000000000000000000000000000000", 53 "features": [ 54 { 55 "id": "eip155", 56 "options": { 57 "chainID": 62 58 } 59 }, 60 { 61 "id": "gastable", 62 "options": { 63 "type": "eip160" 64 } 65 }, 66 { 67 "id": "difficulty", 68 "options": { 69 "length": 2000000, 70 "type": "ecip1010" 71 } 72 } 73 ] 74 }, 75 { 76 "name": "Gotham", 77 "block": 2000000, 78 "requiredHash": "0x0000000000000000000000000000000000000000000000000000000000000000", 79 "features": [ 80 { 81 "id": "reward", 82 "options": { 83 "era": 2000000, 84 "type": "ecip1017" 85 } 86 } 87 ] 88 }, 89 { 90 "name": "Defuse Difficulty Bomb", 91 "block": 2300000, 92 "features": [ 93 { 94 "id": "difficulty", 95 "options": { 96 "type": "defused" 97 } 98 } 99 ] 100 } 101 ], 102 "badHashes": [ 103 { 104 "Block": 383792, 105 "Hash": "0x9690db54968a760704d99b8118bf79d565711669cefad24b51b5b1013d827808" 106 }, 107 { 108 "Block": 1915277, 109 "Hash": "0x3bef9997340acebc85b84948d849ceeff74384ddf512a20676d424e972a3c3c4" 110 } 111 ] 112 }, 113 "include" : [ 114 "test_genesis.json", 115 "test_bootnodes.json" 116 ] 117 }