|
Kagome
Polkadot Runtime Engine in C++17
|
This is the complete list of members for kagome::consensus::grandpa::EnvironmentImpl, including all inherited members.
| applyJustification(const BlockInfo &block_info, const primitives::Justification &justification) override | kagome::consensus::grandpa::EnvironmentImpl | virtual |
| authority_manager_ | kagome::consensus::grandpa::EnvironmentImpl | private |
| bestChainContaining(const primitives::BlockHash &base, std::optional< VoterSetId > voter_set_id) const override | kagome::consensus::grandpa::EnvironmentImpl | virtual |
| block_tree_ | kagome::consensus::grandpa::EnvironmentImpl | private |
| CompleteHandler typedef | kagome::consensus::grandpa::Environment | |
| EnvironmentImpl(std::shared_ptr< blockchain::BlockTree > block_tree, std::shared_ptr< blockchain::BlockHeaderRepository > header_repository, std::shared_ptr< authority::AuthorityManager > authority_manager, std::shared_ptr< network::GrandpaTransmitter > transmitter) | kagome::consensus::grandpa::EnvironmentImpl | |
| finalize(VoterSetId id, const GrandpaJustification &justification) override | kagome::consensus::grandpa::EnvironmentImpl | virtual |
| getAncestry(const primitives::BlockHash &base, const primitives::BlockHash &block) const override | kagome::consensus::grandpa::EnvironmentImpl | virtual |
| getJustification(const BlockHash &block_hash) override | kagome::consensus::grandpa::EnvironmentImpl | virtual |
| hasAncestry(const primitives::BlockHash &base, const primitives::BlockHash &block) const override | kagome::consensus::grandpa::EnvironmentImpl | virtual |
| hasBlock(const primitives::BlockHash &block) const override | kagome::consensus::grandpa::EnvironmentImpl | virtual |
| header_repository_ | kagome::consensus::grandpa::EnvironmentImpl | private |
| isEqualOrDescendOf(const primitives::BlockHash &base, const primitives::BlockHash &block) const | kagome::consensus::grandpa::Chain | inline |
| justification_observer_ | kagome::consensus::grandpa::EnvironmentImpl | private |
| logger_ | kagome::consensus::grandpa::EnvironmentImpl | private |
| onCatchUpRequested(const libp2p::peer::PeerId &peer_id, VoterSetId set_id, RoundNumber round_number) override | kagome::consensus::grandpa::EnvironmentImpl | virtual |
| onCatchUpRespond(const libp2p::peer::PeerId &peer_id, VoterSetId set_id, RoundNumber round_number, std::vector< SignedPrevote > prevote_justification, std::vector< SignedPrecommit > precommit_justification, BlockInfo best_final_candidate) override | kagome::consensus::grandpa::EnvironmentImpl | virtual |
| onCommitted(RoundNumber round, VoterSetId voter_ser_id, const BlockInfo &vote, const GrandpaJustification &justification) override | kagome::consensus::grandpa::EnvironmentImpl | virtual |
| onNeighborMessageSent(RoundNumber round, VoterSetId set_id, BlockNumber last_finalized) override | kagome::consensus::grandpa::EnvironmentImpl | virtual |
| onVoted(RoundNumber round, VoterSetId set_id, const SignedMessage &vote) override | kagome::consensus::grandpa::EnvironmentImpl | virtual |
| sendState(const libp2p::peer::PeerId &peer_id, const MovableRoundState &state, VoterSetId voter_set_id) override | kagome::consensus::grandpa::EnvironmentImpl | virtual |
| setJustificationObserver(std::weak_ptr< JustificationObserver > justification_observer) override | kagome::consensus::grandpa::EnvironmentImpl | inlinevirtual |
| transmitter_ | kagome::consensus::grandpa::EnvironmentImpl | private |
| ~Chain()=default | kagome::consensus::grandpa::Chain | virtual |
| ~Environment() override=default | kagome::consensus::grandpa::Environment | |
| ~EnvironmentImpl() override=default | kagome::consensus::grandpa::EnvironmentImpl |