Show slash and reward history for a validator (default: last 10 epochs)
Usage
$ genlayer staking validator-history [options] [validator]
Arguments
[validator]
Options
| Short | Long | Description | Required | Default |
|---|---|---|---|---|
| --validator <address> Validator address (deprecated, use positional | No | |||
| arg) | No | |||
| --epochs <count> Number of recent epochs to fetch (default: 10) | No | |||
| --from-epoch <epoch> Start from this epoch number | No | |||
| --from-block <block> Start from this block number (advanced) | No | |||
| --all | Fetch complete history from genesis (slow) | No | ||
| --limit <count> Maximum number of events to show (default: 50) | No | |||
| --account <name> Account to use (for default validator address) | No | |||
| --network <network> Network to use (localnet, testnet-asimov) | No | |||
| --rpc <rpcUrl> RPC URL for the network | No | |||
| --staking-address <address> Staking contract address (overrides chain config) | No | |||
| -h | --help | display help for command | No |