cosmos-sdk/docs/architecture
SaReN 57f5e96570
Rosetta API implementation (#7695)
Ref: #7492

Co-authored-by: Jonathan Gimeno <jgimeno@gmail.com>
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Frojdi Dymylja <33157909+fdymylja@users.noreply.github.com>
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2021-01-21 09:33:02 +00:00
..
PROCESS.md ADR: add a process proposal (#7621) 2020-10-22 22:40:44 +00:00
README.md ADR 030: Authorization Module (#7105) 2021-01-13 19:18:19 +00:00
adr-001-coin-source-tracing.md
adr-002-docs-structure.md
adr-003-dynamic-capability-store.md
adr-004-split-denomination-keys.md Update ADR status (#8009) 2020-11-23 16:31:17 +00:00
adr-006-secret-store-replacement.md
adr-007-specialization-groups.md
adr-008-dCERT-group.md
adr-009-evidence-module.md
adr-010-modular-antehandler.md
adr-011-generalize-genesis-accounts.md
adr-012-state-accessors.md
adr-013-metrics.md
adr-014-proportional-slashing.md Proportional slashing ADR Update (#6368) 2020-10-05 09:30:50 +02:00
adr-015-ibc-packet-receiver.md
adr-016-validator-consensus-key-rotation.md
adr-017-historical-header-module.md
adr-018-extendable-voting-period.md
adr-019-protobuf-state-encoding.md Move and update codec.MarshalAny functions to codec.Marshaler interface (#8080) 2020-12-08 09:27:08 +00:00
adr-020-protobuf-transaction-encoding.md Add background for sequence change in ADR-020 (#7616) 2020-10-21 14:47:31 +00:00
adr-021-protobuf-query-encoding.md Update ADR status (#8009) 2020-11-23 16:31:17 +00:00
adr-022-custom-panic-handling.md
adr-023-protobuf-naming.md Update ADR status (#8009) 2020-11-23 16:31:17 +00:00
adr-024-coin-metadata.md x/bank: client denom metadata gRPC (#8317) 2021-01-18 18:15:16 +00:00
adr-025-ibc-passive-channels.md ibc: core restructure (#7434) 2020-10-02 06:03:02 -03:00
adr-026-ibc-client-recovery-mechanisms.md Revisions to Unfreezing Clients via Governance ADR (#8343) 2021-01-16 09:48:48 -03:00
adr-027-deterministic-protobuf-serialization.md Followup suggestions from ADR-027 updates (#7232) (#7379) 2020-09-28 09:42:57 +00:00
adr-028-public-key-addresses.md ADR 028: Public Key Addresses (#7086) 2020-10-21 16:03:18 +00:00
adr-029-fee-grant-module.md ADR 029: Fee Grant Module (#7106) 2020-10-09 15:09:17 +00:00
adr-030-authz-module.md ADR 030: Authorization Module (#7105) 2021-01-13 19:18:19 +00:00
adr-031-msg-service.md Update ADR status (#8009) 2020-11-23 16:31:17 +00:00
adr-032-typed-events.md ADR 32: Typed Events (#7474) 2020-10-13 19:51:47 +01:00
adr-034-account-rekeying.md Update adr-034-account-rekeying.md 2020-11-24 13:06:58 -05:00
adr-035-rosetta-api-support.md Rosetta API implementation (#7695) 2021-01-21 09:33:02 +00:00
adr-037-gov-split-vote.md reassign to adr 037 2020-11-11 13:35:07 -04:00
adr-template.md ADR template: add Further Discussions (#8108) 2020-12-09 10:36:48 +00:00
readme.md~origin_master-docs

README.md

order parent
false
order
false

Architecture Decision Records (ADR)

This is a location to record all high-level architecture decisions in the Cosmos-SDK.

An Architectural Decision (AD) is a software design choice that addresses a functional or non-functional requirement that is architecturally significant. An Architecturally Significant Requirement (ASR) is a requirement that has a measurable effect on a software systems architecture and quality. An Architectural Decision Record (ADR) captures a single AD, such as often done when writing personal notes or meeting minutes; the collection of ADRs created and maintained in a project constitute its decision log. All these are within the topic of Architectural Knowledge Management (AKM).

You can read more about the ADR concept in this blog post.

Rationale

ADRs are intended to be the primary mechanism for proposing new feature designs and new processes, for collecting community input on an issue, and for documenting the design decisions. An ADR should provide:

  • Context on the relevant goals and the current state
  • Proposed changes to achieve the goals
  • Summary of pros and cons
  • References
  • Changelog

Note the distinction between an ADR and a spec. The ADR provides the context, intuition, reasoning, and justification for a change in architecture, or for the architecture of something new. The spec is much more compressed and streamlined summary of everything as it stands today.

If recorded decisions turned out to be lacking, convene a discussion, record the new decisions here, and then modify the code to match.

Creating new ADR

Read about the PROCESS.

ADR Table of Contents

Accepted

Proposed