github.com/pokt-network/tendermint@v0.32.11-0.20230426215212-59310158d3e9/docs/architecture/README.md (about)

     1  ---
     2  order: 1
     3  parent:
     4    order: false
     5  ---
     6  
     7  # Architecture Decision Records (ADR)
     8  
     9  This is a location to record all high-level architecture decisions in the tendermint project.
    10  
    11  You can read more about the ADR concept in this [blog post](https://product.reverb.com/documenting-architecture-decisions-the-reverb-way-a3563bb24bd0#.78xhdix6t).
    12  
    13  An ADR should provide:
    14  
    15  - Context on the relevant goals and the current state
    16  - Proposed changes to achieve the goals
    17  - Summary of pros and cons
    18  - References
    19  - Changelog
    20  
    21  Note the distinction between an ADR and a spec. The ADR provides the context, intuition, reasoning, and
    22  justification for a change in architecture, or for the architecture of something
    23  new. The spec is much more compressed and streamlined summary of everything as
    24  it stands today.
    25  
    26  If recorded decisions turned out to be lacking, convene a discussion, record the new decisions here, and then modify the code to match.
    27  
    28  Note the context/background should be written in the present tense.
    29  
    30  ### Table of Contents:
    31  
    32  - [ADR-001-Logging](./adr-001-logging.md)
    33  - [ADR-002-Event-Subscription](./adr-002-event-subscription.md)
    34  - [ADR-003-ABCI-APP-RPC](./adr-003-abci-app-rpc.md)
    35  - [ADR-004-Historical-Validators](./adr-004-historical-validators.md)
    36  - [ADR-005-Consensus-Params](./adr-005-consensus-params.md)
    37  - [ADR-006-Trust-Metric](./adr-006-trust-metric.md)
    38  - [ADR-007-Trust-Metric-Usage](./adr-007-trust-metric-usage.md)
    39  - [ADR-008-Priv-Validator](./adr-008-priv-validator.md)
    40  - [ADR-009-ABCI-Design](./adr-009-ABCI-design.md)
    41  - [ADR-010-Crypto-Changes](./adr-010-crypto-changes.md)
    42  - [ADR-011-Monitoring](./adr-011-monitoring.md)
    43  - [ADR-012-Peer-Transport](./adr-012-peer-transport.md)
    44  - [ADR-013-Symmetric-Crypto](./adr-013-symmetric-crypto.md)
    45  - [ADR-014-Secp-Malleability](./adr-014-secp-malleability.md)
    46  - [ADR-015-Crypto-Encoding](./adr-015-crypto-encoding.md)
    47  - [ADR-016-Protocol-Versions](./adr-016-protocol-versions.md)
    48  - [ADR-017-Chain-Versions](./adr-017-chain-versions.md)
    49  - [ADR-018-ABCI-Validators](./adr-018-ABCI-Validators.md)
    50  - [ADR-019-Multisigs](./adr-019-multisigs.md)
    51  - [ADR-020-Block-Size](./adr-020-block-size.md)
    52  - [ADR-021-ABCI-Events](./adr-021-abci-events.md)
    53  - [ADR-022-ABCI-Errors](./adr-022-abci-errors.md)
    54  - [ADR-023-ABCI-Propose-tx](./adr-023-ABCI-propose-tx.md)
    55  - [ADR-024-Sign-Bytes](./adr-024-sign-bytes.md)
    56  - [ADR-025-Commit](./adr-025-commit.md)
    57  - [ADR-026-General-Merkle-Proof](./adr-026-general-merkle-proof.md)
    58  - [ADR-029-Check-Tx-Consensus](./adr-029-check-tx-consensus.md)
    59  - [ADR-030-Consensus-Refactor](./adr-030-consensus-refactor.md)
    60  - [ADR-033-Pubsub](./adr-033-pubsub.md)
    61  - [ADR-034-Priv-Validator-File-Structure](./adr-034-priv-validator-file-structure.md)
    62  - [ADR-035-Documentation](./adr-035-documentation.md)
    63  - [ADR-037-Deliver-Block](./adr-037-deliver-block.md)
    64  - [ADR-039-Peer-Behaviour](./adr-039-peer-behaviour.md)
    65  - [ADR-041-Proposer-Selection-via-ABCI](./adr-041-proposer-selection-via-abci.md)
    66  - [ADR-043-Blockchain-RiRi-Org](./adr-043-blockchain-riri-org.md)
    67  - [ADR-044-Lite-Client-With-Weak-Subjectivity](./adr-044-lite-client-with-weak-subjectivity.md)
    68  - [ADR-045-ABCI-Evidence](./adr-045-abci-evidence.md)
    69  - [ADR-046-Light-Client-Implementation](./adr-046-light-client-implementation.md)
    70  - [ADR-047-Handling-Evidence-From-Light-Client](./adr-047-handling-evidence-from-light-client.md)
    71  - [ADR-051-Double-Signing-Risk-Reduction](./adr-051-double-signing-risk-reduction.md)
    72  - [ADR-052-Tendermint-Mode](./adr-052-tendermint-mode.md)
    73  - [ADR-053-State-Sync-Prototype](./adr-053-state-sync-prototype.md)
    74  - [ADR-054-crypto-encoding-2](./adr-054-crypto-encoding-2.md)
    75  - [ADR-055-protobuf-design](./adr-055-protobuf-design.md)