Add Slashing Query Params (#3117)
This commit is contained in:
committed by
Jack Zampolin
parent
65beea4430
commit
110fd63e22
@@ -236,6 +236,32 @@ You can also query a single transaction by its hash using the following command:
|
||||
gaiacli query tx [hash]
|
||||
```
|
||||
|
||||
### Slashing
|
||||
|
||||
#### Unjailing
|
||||
|
||||
To unjail your jailed validator
|
||||
|
||||
```bash
|
||||
gaiacli tx slashing unjail --from <validator-operator-addr>
|
||||
```
|
||||
|
||||
#### Signing Info
|
||||
|
||||
To retrieve a validator's signing info:
|
||||
|
||||
```bash
|
||||
gaiacli query slashing signing-info <validator-pubkey>
|
||||
```
|
||||
|
||||
#### Query Parameters
|
||||
|
||||
You can get the current slashing parameters via:
|
||||
|
||||
```bash
|
||||
gaiacli query slashing params
|
||||
```
|
||||
|
||||
### Staking
|
||||
|
||||
#### Set up a Validator
|
||||
|
||||
Reference in New Issue
Block a user