Skip to content

Instantly share code, notes, and snippets.

@fcecin
Created January 27, 2025 20:43
Show Gist options
  • Save fcecin/90c5d2b2f4021dc50eb8482a20d69b45 to your computer and use it in GitHub Desktop.
Save fcecin/90c5d2b2f4021dc50eb8482a20d69b45 to your computer and use it in GitHub Desktop.
fcecin@black:~/app/halley/bdk-cpp/build/src/bins/bdkd-tests/testdump/CometBootTest$ cat options.json
{
"rootPath": "testdump/CometBootTest",
"web3clientVersion": "BDK/cpp/linux_x86-64/0.2.0",
"version": 1,
"chainID": 8080,
"chainOwner": "0x00dead00665771855a34155f5e7405489df2c3c6",
"httpPort": 9999,
"eventBlockCap": 2000,
"eventLogCap": 10000,
"stateDumpTrigger": 1000,
"indexingMode": "RPC_TRACE",
"cometBFT": {
"genesis.json": {
"genesis_time": "2024-09-17T18:26:34.583377166Z",
"initial_height": "0",
"consensus_params": {
"block": {
"max_bytes": "22020096",
"max_gas": "-1"
},
"evidence": {
"max_age_num_blocks": "100000",
"max_age_duration": "172800000000000",
"max_bytes": "1048576"
},
"validator": {
"pub_key_types": [
"secp256k1"
]
},
"version": {
"app": "0"
},
"abci": {
"vote_extensions_enable_height": "0"
}
},
"validators": [
{
"address": "A146C3E02DB4F8AAD5E859E35F4F7BCC094F0B13",
"pub_key": {
"type": "tendermint/PubKeySecp256k1",
"value": "AiA6uTAC2S62d1DcwRAAj0hSosCdkCa1aTWlXWJeFA9W"
},
"power": "10",
"name": "node0"
}
],
"app_hash": ""
},
"node_key.json": {
"priv_key": {
"type": "tendermint/PrivKeyEd25519",
"value": "GKZ5kO56LhcaeRrOIefJtA2ogaPxQw+R6xBiznQD+290PZ/N5ZbBwCa9DoVA7FIeUeNofpHLtFK4UE0ACep5oA=="
}
},
"priv_validator_key.json": {
"address": "A146C3E02DB4F8AAD5E859E35F4F7BCC094F0B13",
"pub_key": {
"type": "tendermint/PubKeySecp256k1",
"value": "AiA6uTAC2S62d1DcwRAAj0hSosCdkCa1aTWlXWJeFA9W"
},
"priv_key": {
"type": "tendermint/PrivKeySecp256k1",
"value": "+8+j8W0W3B9H68JbLoUTieIU4aNWjsumkuU8fQPN6tY="
}
},
"config.toml": {
"p2p": {
"laddr": "tcp://0.0.0.0:20106",
"allow_duplicate_ip": true,
"addr_book_strict": false
},
"rpc": {
"laddr": "tcp://0.0.0.0:20107"
},
"consensus": {
"create_empty_blocks": true,
"timeout_propose": "1s",
"timeout_propose_delta": "0s",
"timeout_prevote": "1s",
"timeout_prevote_delta": "0s",
"timeout_precommit": "1s",
"timeout_precommit_delta": "0s",
"timeout_commit": "0s"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment