Replace genesis pre-alloc strings with json files using embed feature of go1.16 (#1700)

* more flesh on turbo-mine network

* Replace genesis preallocs with json

* Update README.md

Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
This commit is contained in:
ledgerwatch 2021-04-09 13:00:50 +01:00 committed by GitHub
parent a3cf656b68
commit c78e467cef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 30626 additions and 43 deletions

View File

@ -42,7 +42,7 @@ System Requirements
Recommend 2Tb storage space on a single partition: 1Tb state, 200GB temp files (can symlink or mount folder `<datadir>/etl-tmp` to another disk).
RAM: 16GB, 64-bit architecture, [Golang version >= 1.15.6](https://golang.org/doc/install)
RAM: 16GB, 64-bit architecture, [Golang version >= 1.16](https://golang.org/doc/install)
<code>🔬 more info on disk storage is [here](https://ledgerwatch.github.io/turbo_geth_release.html#Disk-space)) </code>

View File

@ -660,6 +660,8 @@ func setBootstrapNodes(ctx *cli.Context, cfg *p2p.Config) {
urls = params.GoerliBootnodes
case params.YoloV3ChainName:
urls = params.YoloV3Bootnodes
case params.TurboMineName:
urls = params.TurboMineBootnodes
default:
if cfg.BootstrapNodes != nil {
return // already set, don't apply defaults.
@ -698,6 +700,8 @@ func setBootstrapNodesV5(ctx *cli.Context, cfg *p2p.Config) {
urls = params.GoerliBootnodes
case params.YoloV3ChainName:
urls = params.YoloV3Bootnodes
case params.TurboMineName:
urls = params.TurboMineBootnodes
default:
if cfg.BootstrapNodesV5 != nil {
return // already set, don't apply defaults.
@ -1229,6 +1233,11 @@ func SetEthConfig(ctx *cli.Context, stack *node.Node, cfg *ethconfig.Config) {
cfg.NetworkID = new(big.Int).SetBytes([]byte("yolov3x")).Uint64() // "yolov3x"
}
cfg.Genesis = core.DefaultYoloV3GenesisBlock()
case params.TurboMineName:
if !ctx.GlobalIsSet(NetworkIdFlag.Name) {
cfg.NetworkID = new(big.Int).SetBytes([]byte("turbo-mine")).Uint64() // turbo-mine
}
cfg.Genesis = core.DefaultTurboMineGenesisBlock()
case params.DevChainName:
if !ctx.GlobalIsSet(NetworkIdFlag.Name) {
cfg.NetworkID = 1337
@ -1327,6 +1336,8 @@ func MakeGenesis(ctx *cli.Context) *core.Genesis {
genesis = core.DefaultGoerliGenesisBlock()
case params.YoloV3ChainName:
genesis = core.DefaultYoloV3GenesisBlock()
case params.TurboMineName:
genesis = core.DefaultTurboMineGenesisBlock()
case params.DevChainName:
Fatalf("Developer chains are ephemeral")
}

782
core/allocs/goerli.json Normal file
View File

@ -0,0 +1,782 @@
{
"0x0000000000000000000000000000000000000000": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000001": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000002": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000003": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000004": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000005": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000006": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000007": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000008": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000009": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000010": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000011": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000012": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000013": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000014": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000015": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000016": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000017": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000018": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000019": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000001a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000001b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000001c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000001d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000001e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000001f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000020": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000021": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000022": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000023": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000024": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000025": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000026": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000027": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000028": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000029": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000002a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000002b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000002c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000002d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000002e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000002f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000030": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000031": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000032": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000033": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000034": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000035": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000036": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000037": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000038": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000039": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000003a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000003b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000003c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000003d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000003e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000003f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000040": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000041": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000042": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000043": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000044": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000045": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000046": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000047": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000048": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000049": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000004a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000004b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000004c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000004d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000004e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000004f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000050": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000051": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000052": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000053": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000054": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000055": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000056": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000057": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000058": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000059": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000005a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000005b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000005c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000005d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000005e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000005f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000060": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000061": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000062": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000063": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000064": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000065": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000066": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000067": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000068": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000069": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000006a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000006b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000006c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000006d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000006e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000006f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000070": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000071": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000072": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000073": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000074": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000075": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000076": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000077": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000078": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000079": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000007a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000007b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000007c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000007d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000007e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000007f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000080": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000081": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000082": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000083": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000084": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000085": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000086": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000087": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000088": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000089": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000008a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000008b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000008c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000008d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000008e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000008f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000090": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000091": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000092": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000093": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000094": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000095": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000096": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000097": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000098": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000099": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000009a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000009b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000009c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000009d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000009e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000009f": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a0": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a1": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a2": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a3": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a4": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a5": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a6": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a7": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a8": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a9": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000aa": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ab": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ac": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ad": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ae": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000af": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b0": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b1": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b2": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b3": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b4": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b5": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b6": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b7": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b8": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b9": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ba": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000bb": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000bc": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000bd": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000be": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000bf": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c0": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c1": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c2": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c3": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c4": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c5": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c6": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c7": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c8": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c9": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ca": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000cb": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000cc": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000cd": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ce": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000cf": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d0": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d1": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d2": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d3": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d4": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d5": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d6": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d7": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d8": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d9": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000da": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000db": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000dc": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000dd": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000de": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000df": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e0": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e1": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e2": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e3": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e4": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e5": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e6": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e7": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e8": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e9": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ea": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000eb": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ec": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ed": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ee": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ef": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f0": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f1": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f2": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f3": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f4": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f5": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f6": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f7": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f8": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f9": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000fa": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000fb": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000fc": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000fd": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000fe": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ff": {
"balance": "0x1"
},
"0x4c2ae482593505f0163cdefc073e81c63cda4107": {
"balance": "0x152d02c7e14af6800000"
},
"0xa8e8f14732658e4b51e8711931053a8a69baf2b1": {
"balance": "0x152d02c7e14af6800000"
},
"0xd9a5179f091d85051d3c982785efd1455cec8699": {
"balance": "0x84595161401484a000000"
},
"0xe0a2bd4258d2768837baa26a28fe71dc079f84c7": {
"balance": "0x4a47e3c12448f4ad000000"
}
}

26681
core/allocs/mainnet.json Normal file

File diff suppressed because it is too large Load Diff

773
core/allocs/rinkeby.json Normal file
View File

@ -0,0 +1,773 @@
{
"0x0000000000000000000000000000000000000000": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000001": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000002": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000003": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000004": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000005": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000006": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000007": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000008": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000009": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000010": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000011": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000012": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000013": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000014": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000015": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000016": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000017": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000018": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000019": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000001a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000001b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000001c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000001d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000001e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000001f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000020": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000021": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000022": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000023": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000024": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000025": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000026": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000027": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000028": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000029": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000002a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000002b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000002c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000002d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000002e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000002f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000030": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000031": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000032": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000033": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000034": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000035": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000036": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000037": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000038": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000039": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000003a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000003b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000003c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000003d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000003e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000003f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000040": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000041": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000042": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000043": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000044": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000045": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000046": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000047": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000048": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000049": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000004a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000004b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000004c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000004d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000004e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000004f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000050": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000051": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000052": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000053": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000054": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000055": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000056": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000057": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000058": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000059": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000005a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000005b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000005c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000005d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000005e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000005f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000060": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000061": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000062": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000063": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000064": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000065": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000066": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000067": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000068": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000069": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000006a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000006b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000006c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000006d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000006e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000006f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000070": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000071": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000072": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000073": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000074": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000075": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000076": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000077": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000078": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000079": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000007a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000007b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000007c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000007d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000007e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000007f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000080": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000081": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000082": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000083": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000084": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000085": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000086": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000087": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000088": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000089": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000008a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000008b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000008c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000008d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000008e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000008f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000090": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000091": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000092": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000093": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000094": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000095": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000096": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000097": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000098": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000099": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000009a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000009b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000009c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000009d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000009e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000009f": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a0": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a1": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a2": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a3": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a4": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a5": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a6": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a7": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a8": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a9": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000aa": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ab": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ac": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ad": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ae": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000af": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b0": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b1": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b2": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b3": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b4": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b5": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b6": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b7": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b8": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b9": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ba": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000bb": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000bc": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000bd": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000be": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000bf": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c0": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c1": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c2": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c3": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c4": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c5": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c6": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c7": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c8": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c9": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ca": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000cb": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000cc": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000cd": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ce": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000cf": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d0": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d1": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d2": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d3": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d4": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d5": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d6": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d7": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d8": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d9": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000da": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000db": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000dc": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000dd": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000de": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000df": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e0": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e1": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e2": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e3": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e4": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e5": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e6": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e7": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e8": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e9": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ea": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000eb": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ec": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ed": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ee": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ef": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f0": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f1": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f2": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f3": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f4": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f5": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f6": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f7": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f8": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f9": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000fa": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000fb": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000fc": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000fd": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000fe": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ff": {
"balance": "0x1"
},
"0x31b98d14007bdee637298086988a0bbd31184523": {
"balance": "0x200000000000000000000000000000000000000000000000000000000000000"
}
}

773
core/allocs/ropsten.json Normal file
View File

@ -0,0 +1,773 @@
{
"0x0000000000000000000000000000000000000000": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000001": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000002": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000003": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000004": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000005": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000006": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000007": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000008": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000009": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000000b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000000c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000000d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000000e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000000f": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000010": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000011": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000012": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000013": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000014": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000015": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000016": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000017": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000018": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000019": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000001a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000001b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000001c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000001d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000001e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000001f": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000020": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000021": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000022": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000023": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000024": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000025": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000026": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000027": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000028": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000029": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000002a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000002b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000002c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000002d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000002e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000002f": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000030": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000031": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000032": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000033": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000034": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000035": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000036": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000037": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000038": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000039": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000003a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000003b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000003c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000003d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000003e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000003f": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000040": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000041": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000042": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000043": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000044": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000045": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000046": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000047": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000048": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000049": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000004a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000004b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000004c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000004d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000004e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000004f": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000050": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000051": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000052": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000053": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000054": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000055": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000056": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000057": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000058": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000059": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000005a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000005b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000005c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000005d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000005e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000005f": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000060": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000061": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000062": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000063": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000064": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000065": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000066": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000067": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000068": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000069": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000006a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000006b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000006c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000006d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000006e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000006f": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000070": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000071": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000072": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000073": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000074": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000075": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000076": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000077": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000078": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000079": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000007a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000007b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000007c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000007d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000007e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000007f": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000080": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000081": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000082": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000083": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000084": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000085": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000086": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000087": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000088": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000089": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000008a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000008b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000008c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000008d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000008e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000008f": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000090": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000091": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000092": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000093": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000094": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000095": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000096": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000097": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000098": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000099": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000009a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000009b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000009c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000009d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000009e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000009f": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a0": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a1": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a2": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a3": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a4": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a5": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a6": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a7": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a8": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a9": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000aa": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ab": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ac": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ad": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ae": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000af": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b0": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b1": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b2": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b3": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b4": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b5": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b6": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b7": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b8": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b9": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ba": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000bb": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000bc": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000bd": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000be": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000bf": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c0": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c1": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c2": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c3": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c4": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c5": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c6": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c7": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c8": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c9": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ca": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000cb": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000cc": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000cd": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ce": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000cf": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d0": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d1": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d2": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d3": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d4": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d5": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d6": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d7": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d8": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d9": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000da": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000db": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000dc": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000dd": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000de": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000df": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e0": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e1": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e2": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e3": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e4": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e5": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e6": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e7": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e8": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e9": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ea": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000eb": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ec": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ed": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ee": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ef": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f0": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f1": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f2": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f3": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f4": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f5": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f6": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f7": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f8": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f9": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000fa": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000fb": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000fc": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000fd": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000fe": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ff": {
"balance": "0x0"
},
"0x874b54a8bd152966d63f706bae1ffeb0411921e5": {
"balance": "0xc9f2c9cd04674edea40000000"
}
}

774
core/allocs/turbomine.json Normal file
View File

@ -0,0 +1,774 @@
{
"0x0000000000000000000000000000000000000000": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000001": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000002": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000003": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000004": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000005": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000006": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000007": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000008": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000009": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000000b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000000c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000000d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000000e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000000f": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000010": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000011": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000012": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000013": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000014": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000015": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000016": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000017": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000018": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000019": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000001a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000001b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000001c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000001d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000001e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000001f": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000020": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000021": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000022": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000023": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000024": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000025": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000026": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000027": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000028": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000029": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000002a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000002b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000002c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000002d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000002e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000002f": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000030": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000031": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000032": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000033": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000034": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000035": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000036": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000037": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000038": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000039": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000003a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000003b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000003c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000003d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000003e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000003f": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000040": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000041": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000042": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000043": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000044": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000045": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000046": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000047": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000048": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000049": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000004a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000004b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000004c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000004d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000004e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000004f": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000050": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000051": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000052": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000053": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000054": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000055": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000056": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000057": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000058": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000059": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000005a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000005b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000005c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000005d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000005e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000005f": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000060": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000061": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000062": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000063": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000064": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000065": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000066": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000067": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000068": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000069": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000006a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000006b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000006c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000006d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000006e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000006f": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000070": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000071": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000072": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000073": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000074": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000075": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000076": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000077": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000078": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000079": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000007a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000007b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000007c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000007d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000007e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000007f": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000080": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000081": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000082": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000083": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000084": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000085": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000086": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000087": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000088": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000089": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000008a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000008b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000008c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000008d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000008e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000008f": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000090": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000091": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000092": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000093": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000094": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000095": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000096": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000097": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000098": {
"balance": "0x0"
},
"0x0000000000000000000000000000000000000099": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000009a": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000009b": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000009c": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000009d": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000009e": {
"balance": "0x0"
},
"0x000000000000000000000000000000000000009f": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a0": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a1": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a2": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a3": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a4": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a5": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a6": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a7": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a8": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000a9": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000aa": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ab": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ac": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ad": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ae": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000af": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b0": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b1": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b2": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b3": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b4": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b5": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b6": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b7": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b8": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000b9": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ba": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000bb": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000bc": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000bd": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000be": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000bf": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c0": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c1": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c2": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c3": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c4": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c5": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c6": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c7": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c8": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000c9": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ca": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000cb": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000cc": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000cd": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ce": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000cf": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d0": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d1": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d2": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d3": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d4": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d5": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d6": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d7": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d8": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000d9": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000da": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000db": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000dc": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000dd": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000de": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000df": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e0": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e1": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e2": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e3": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e4": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e5": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e6": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e7": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e8": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000e9": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ea": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000eb": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ec": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ed": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ee": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ef": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f0": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f1": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f2": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f3": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f4": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f5": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f6": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f7": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f8": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000f9": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000fa": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000fb": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000fc": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000fd": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000fe": {
"balance": "0x0"
},
"0x00000000000000000000000000000000000000ff": {
"balance": "0x0"
},
"0x874b54a8bd152966d63f706bae1ffeb0411921e5": {
"balance": "0xc9f2c9cd04674edea40000000"
}
}

797
core/allocs/yolov3.json Normal file
View File

@ -0,0 +1,797 @@
{
"0x0000000000000000000000000000000000000000": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000001": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000002": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000003": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000004": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000005": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000006": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000007": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000008": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000009": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000000f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000010": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000011": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000012": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000013": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000014": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000015": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000016": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000017": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000018": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000019": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000001a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000001b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000001c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000001d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000001e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000001f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000020": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000021": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000022": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000023": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000024": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000025": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000026": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000027": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000028": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000029": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000002a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000002b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000002c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000002d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000002e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000002f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000030": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000031": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000032": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000033": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000034": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000035": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000036": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000037": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000038": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000039": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000003a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000003b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000003c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000003d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000003e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000003f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000040": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000041": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000042": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000043": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000044": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000045": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000046": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000047": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000048": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000049": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000004a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000004b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000004c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000004d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000004e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000004f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000050": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000051": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000052": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000053": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000054": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000055": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000056": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000057": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000058": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000059": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000005a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000005b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000005c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000005d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000005e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000005f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000060": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000061": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000062": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000063": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000064": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000065": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000066": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000067": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000068": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000069": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000006a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000006b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000006c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000006d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000006e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000006f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000070": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000071": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000072": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000073": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000074": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000075": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000076": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000077": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000078": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000079": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000007a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000007b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000007c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000007d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000007e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000007f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000080": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000081": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000082": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000083": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000084": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000085": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000086": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000087": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000088": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000089": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000008a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000008b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000008c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000008d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000008e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000008f": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000090": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000091": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000092": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000093": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000094": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000095": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000096": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000097": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000098": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000099": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000009a": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000009b": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000009c": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000009d": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000009e": {
"balance": "0x1"
},
"0x000000000000000000000000000000000000009f": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a0": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a1": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a2": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a3": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a4": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a5": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a6": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a7": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a8": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000a9": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000aa": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ab": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ac": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ad": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ae": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000af": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b0": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b1": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b2": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b3": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b4": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b5": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b6": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b7": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b8": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000b9": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ba": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000bb": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000bc": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000bd": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000be": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000bf": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c0": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c1": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c2": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c3": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c4": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c5": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c6": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c7": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c8": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000c9": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ca": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000cb": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000cc": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000cd": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ce": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000cf": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d0": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d1": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d2": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d3": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d4": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d5": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d6": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d7": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d8": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000d9": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000da": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000db": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000dc": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000dd": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000de": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000df": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e0": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e1": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e2": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e3": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e4": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e5": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e6": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e7": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e8": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000e9": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ea": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000eb": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ec": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ed": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ee": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ef": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f0": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f1": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f2": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f3": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f4": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f5": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f6": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f7": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f8": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000f9": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000fa": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000fb": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000fc": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000fd": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000fe": {
"balance": "0x1"
},
"0x00000000000000000000000000000000000000ff": {
"balance": "0x1"
},
"0x0e89e2aedb1cfcdb9424d41a1f218f4132738172": {
"balance": "0x200000000000000000000000000000000000000000000000000000000000000"
},
"0x1041afbcb359d5a8dc58c15b2ff51354ff8a217d": {
"balance": "0x200000000000000000000000000000000000000000000000000000000000000"
},
"0x60adc0f89a41af237ce73554ede170d733ec14e0": {
"balance": "0x200000000000000000000000000000000000000000000000000000000000000"
},
"0x799d329e5f583419167cd722962485926e338f4a": {
"balance": "0x200000000000000000000000000000000000000000000000000000000000000"
},
"0x7cf5b79bfe291a67ab02b393e456ccc4c266f753": {
"balance": "0x200000000000000000000000000000000000000000000000000000000000000"
},
"0x8a8eafb1cf62bfbeb1741769dae1a9dd47996192": {
"balance": "0x200000000000000000000000000000000000000000000000000000000000000"
},
"0x8ba1f109551bd432803012645ac136ddd64dba72": {
"balance": "0x200000000000000000000000000000000000000000000000000000000000000"
},
"0xb02a2eda1b317fbd16760128836b0ac59b560e9d": {
"balance": "0x200000000000000000000000000000000000000000000000000000000000000"
},
"0xdf0a88b2b68c673713a8ec826003676f272e3573": {
"balance": "0x200000000000000000000000000000000000000000000000000000000000000"
}
}

View File

@ -19,13 +19,13 @@ package core
import (
"bytes"
"context"
"embed"
"encoding/binary"
"encoding/hex"
"encoding/json"
"errors"
"fmt"
"math/big"
"strings"
"github.com/holiman/uint256"
"github.com/ledgerwatch/turbo-geth/common"
@ -39,13 +39,15 @@ import (
"github.com/ledgerwatch/turbo-geth/ethdb"
"github.com/ledgerwatch/turbo-geth/log"
"github.com/ledgerwatch/turbo-geth/params"
"github.com/ledgerwatch/turbo-geth/rlp"
"github.com/ledgerwatch/turbo-geth/turbo/trie"
)
//go:generate gencodec -type Genesis -field-override genesisSpecMarshaling -out gen_genesis.go
//go:generate gencodec -type GenesisAccount -field-override genesisAccountMarshaling -out gen_genesis_account.go
//go:embed allocs
var allocs embed.FS
var ErrGenesisNoConfig = errors.New("genesis has no chain configuration")
// Genesis specifies the header fields, state of a genesis block. It also defines hard
@ -430,7 +432,7 @@ func DefaultGenesisBlock() *Genesis {
ExtraData: hexutil.MustDecode("0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fa"),
GasLimit: 5000,
Difficulty: big.NewInt(17179869184),
Alloc: decodePrealloc(mainnetAllocData),
Alloc: readPrealloc("allocs/mainnet.json"),
}
}
@ -442,7 +444,7 @@ func DefaultRopstenGenesisBlock() *Genesis {
ExtraData: hexutil.MustDecode("0x3535353535353535353535353535353535353535353535353535353535353535"),
GasLimit: 16777216,
Difficulty: big.NewInt(1048576),
Alloc: decodePrealloc(ropstenAllocData),
Alloc: readPrealloc("allocs/ropsten.json"),
}
}
@ -454,7 +456,7 @@ func DefaultRinkebyGenesisBlock() *Genesis {
ExtraData: hexutil.MustDecode("0x52657370656374206d7920617574686f7269746168207e452e436172746d616e42eb768f2244c8811c63729a21a3569731535f067ffc57839b00206d1ad20c69a1981b489f772031b279182d99e65703f0076e4812653aab85fca0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"),
GasLimit: 4700000,
Difficulty: big.NewInt(1),
Alloc: decodePrealloc(rinkebyAllocData),
Alloc: readPrealloc("allocs/rinkeby.json"),
}
}
@ -466,7 +468,7 @@ func DefaultGoerliGenesisBlock() *Genesis {
ExtraData: hexutil.MustDecode("0x22466c6578692069732061207468696e6722202d204166726900000000000000e0a2bd4258d2768837baa26a28fe71dc079f84c70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"),
GasLimit: 10485760,
Difficulty: big.NewInt(1),
Alloc: decodePrealloc(goerliAllocData),
Alloc: readPrealloc("allocs/goerli.json"),
}
}
@ -478,7 +480,18 @@ func DefaultYoloV3GenesisBlock() *Genesis {
ExtraData: hexutil.MustDecode("0x00000000000000000000000000000000000000000000000000000000000000001041afbcb359d5a8dc58c15b2ff51354ff8a217d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"),
GasLimit: 0x47b760,
Difficulty: big.NewInt(1),
Alloc: decodePrealloc(yoloV3AllocData),
Alloc: readPrealloc("allocs/yolov3.json"),
}
}
func DefaultTurboMineGenesisBlock() *Genesis {
return &Genesis{
Config: params.RopstenChainConfig,
Nonce: 66,
ExtraData: hexutil.MustDecode("0x3535353535353535353535353535353535353535353535353535353535353535"),
GasLimit: 100000000,
Difficulty: big.NewInt(1048576),
Alloc: readPrealloc("allocs/turbomine.json"),
}
}
@ -509,14 +522,17 @@ func DeveloperGenesisBlock(period uint64, faucet common.Address) *Genesis {
}
}
func decodePrealloc(data string) GenesisAlloc {
var p []struct{ Addr, Balance *big.Int }
if err := rlp.NewStream(strings.NewReader(data), 0).Decode(&p); err != nil {
panic(err)
func readPrealloc(filename string) GenesisAlloc {
f, err := allocs.Open(filename)
if err != nil {
panic(fmt.Sprintf("Could not open genesis preallocation for %s: %v", filename, err))
}
ga := make(GenesisAlloc, len(p))
for _, account := range p {
ga[common.BigToAddress(account.Addr)] = GenesisAccount{Balance: account.Balance}
defer f.Close()
decoder := json.NewDecoder(f)
ga := make(GenesisAlloc)
err = decoder.Decode(&ga)
if err != nil {
panic(fmt.Sprintf("Could not parse genesis preallocation for %s: %v", filename, err))
}
return ga
}

File diff suppressed because one or more lines are too long

View File

@ -74,6 +74,9 @@ var YoloV3Bootnodes = []string{
"enode://9e1096aa59862a6f164994cb5cb16f5124d6c992cdbf4535ff7dea43ea1512afe5448dca9df1b7ab0726129603f1a3336b631e4d7a1a44c94daddd03241587f9@3.9.20.133:30303",
}
// TurboMineBootnodes are the enode URLs of the P2P bootstrap nodes running on the TurboNodes devnet
var TurboMineBootnodes = []string{}
var V5Bootnodes = []string{
// Teku team's bootnode
"enr:-KG4QOtcP9X1FbIMOe17QNMKqDxCpm14jcX5tiOE4_TyMrFqbmhPZHK_ZPG2Gxb1GE2xdtodOfx9-cgvNtxnRyHEmC0ghGV0aDKQ9aX9QgAAAAD__________4JpZIJ2NIJpcIQDE8KdiXNlY3AyNTZrMaEDhpehBDbZjM_L9ek699Y7vhUJ-eAdMyQW_Fil522Y0fODdGNwgiMog3VkcIIjKA",

View File

@ -32,6 +32,7 @@ const (
GoerliChainName = "goerli"
YoloV3ChainName = "yolov3"
DevChainName = "dev"
TurboMineName = "turbomine"
)
// Genesis hashes to enforce below configs on.