thoraudit

Crates.iothoraudit
lib.rsthoraudit
version0.1.3
sourcesrc
created_at2021-11-26 12:25:15.440761
updated_at2021-12-13 11:15:08.002386
descriptionCommand-line utility to audit the past status of a thornode
homepage
repositoryhttps://github.com/utx0/thoraudit
max_upload_size
id488005
size32,043
LUKE™ ®© (utx0)

documentation

README

README

thoraudit is a simple cli tool for auditing a thornode's running state changes back to the blockheight when it first came online.

Install

cargo install thoraudit

Usage

thoraudit [node_address]

ie:

thoraudiT thor1h0xd53y8yvfsu5t8p6t4ky52h9dzfz3mvsem3z

Output

url: https://thornode.thorchain.info/thorchain/node/thor1h0xd53y8yvfsu5t8p6t4ky52h9dzfz3mvsem3z
NodeInfo {
    node_address: "thor1h0xd53y8yvfsu5t8p6t4ky52h9dzfz3mvsem3z",
    status: "Active",
    bond: "72752878504842",
    bond_address: "thor18r4hpkhsvc7ts25gkrzu7h7q3s9n4zs6j5qfnv",
    active_block_height: 1218789,
    status_since: 1218789,
    version: "0.74.1",
    current_award: "189010398977",
    slash_points: 58992,
    preflight_status: PreflightStatus {
        status: "Ready",
        reason: "OK",
        code: 0,
    },
}
url: https://thornode.thorchain.info/thorchain/node/thor1h0xd53y8yvfsu5t8p6t4ky52h9dzfz3mvsem3z?height=1218788
NodeInfo {
    node_address: "thor1h0xd53y8yvfsu5t8p6t4ky52h9dzfz3mvsem3z",
    status: "Ready",
    bond: "67990519962714",
    bond_address: "thor18r4hpkhsvc7ts25gkrzu7h7q3s9n4zs6j5qfnv",
    active_block_height: 0,
    status_since: 1218783,
    version: "0.56.3",
    current_award: "0",
    slash_points: 5,
    preflight_status: PreflightStatus {
        status: "Ready",
        reason: "OK",
        code: 0,
    },
}
url: https://thornode.thorchain.info/thorchain/node/thor1h0xd53y8yvfsu5t8p6t4ky52h9dzfz3mvsem3z?height=1218782
NodeInfo {
    node_address: "thor1h0xd53y8yvfsu5t8p6t4ky52h9dzfz3mvsem3z",
    status: "Standby",
    bond: "56790519962714",
    bond_address: "thor18r4hpkhsvc7ts25gkrzu7h7q3s9n4zs6j5qfnv",
    active_block_height: 0,
    status_since: 1175583,
    version: "0.56.3",
    current_award: "0",
    slash_points: 5,
    preflight_status: PreflightStatus {
        status: "Ready",
        reason: "OK",
        code: 0,
    },
}
...
Commit count: 14

cargo fmt