Merge PR #4207: Add rewards and commission tags in txs

This commit is contained in:
Alexander Bezobchuk
2019-04-26 19:11:45 -04:00
committed by GitHub
parent 9a16e2675f
commit ec4a1e8f2a
10 changed files with 48 additions and 43 deletions
+7 -5
View File
@@ -18,13 +18,15 @@ The distribution module emits the following events/tags:
|--------------------|-----------------------------|
| `action` | `withdraw_delegator_reward` |
| `category` | `distribution` |
| `rewards` | {rewards} |
| `sender` | {delegatorAccountAddress} |
| `source-validator` | {srcOperatorAddress} |
### MsgWithdrawValidatorCommission
| Key | Value |
|------------|---------------------------------|
| `action` | `withdraw_validator_commission` |
| `category` | `distribution` |
| `sender` | {srcOperatorAddress} |
| Key | Value |
|--------------|---------------------------------|
| `action` | `withdraw_validator_commission` |
| `category` | `distribution` |
| `commission` | {commission} |
| `sender` | {srcOperatorAddress} |