Kagome
Polkadot Runtime Engine in C++17
|
Variables | |
const ReputationChange | NEIGHBOR_MESSAGE = {100, "Grandpa: Neighbor message"} |
const ReputationChange | ROUND_MESSAGE = {100, "Grandpa: Round message"} |
const ReputationChange | BASIC_VALIDATED_CATCH_UP = {200, "Grandpa: Catch-up message"} |
const ReputationChange | BASIC_VALIDATED_COMMIT = {100, "Grandpa: Commit"} |
const ReputationChange | PER_EQUIVOCATION = {10, ""} |
const ReputationChange kagome::network::reputation::benefit::BASIC_VALIDATED_CATCH_UP = {200, "Grandpa: Catch-up message"} |
Definition at line 96 of file reputation_change.hpp.
const ReputationChange kagome::network::reputation::benefit::BASIC_VALIDATED_COMMIT = {100, "Grandpa: Commit"} |
Definition at line 97 of file reputation_change.hpp.
const ReputationChange kagome::network::reputation::benefit::NEIGHBOR_MESSAGE = {100, "Grandpa: Neighbor message"} |
Definition at line 94 of file reputation_change.hpp.
const ReputationChange kagome::network::reputation::benefit::PER_EQUIVOCATION = {10, ""} |
Definition at line 98 of file reputation_change.hpp.
const ReputationChange kagome::network::reputation::benefit::ROUND_MESSAGE = {100, "Grandpa: Round message"} |
Definition at line 95 of file reputation_change.hpp.