You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
3.9 KiB

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