Files
xahaud/src/ripple/app/consensus
Mike Ellery d981bff8ea Check amendment block status and update w/ ledgers:
Check and modify amendment blocked status with each new ledger (provided
by @wilsonianb). Honor blocked status in certain RPC commands and when
deciding whether to propose/validate.

Fixes: RIPD-1479
Fixes: RIPD-1447

Release Notes
-------------

This resolves an issue whereby an amendment blocked server would still
serve some RPC requests that are unreliable in blocked state and would
continue to publish validations.
2017-07-20 14:27:56 -04:00
..

RCL Consensus

This directory holds the types and classes needed to connect the generic consensus algorithm to the rippled-specific instance of consensus.

  • RCLCxTx adapts a SHAMapItem transaction.
  • RCLCxTxSet adapts a SHAMap to represent a set of transactions.
  • RCLCxLedger adapts a Ledger.
  • RCLConsensus is implements the requirements of the generic Consensus class by connecting to the rest of the rippled application.