* update proto files * make proto-gen * update clienttypes * update localhost and solo machine * refactor tm client proposal handling * copy metadata * self review fixes * update 02-client keeper tests * fix 02-client type tests * fix localhost and solomachine tests * begin updating tm tests * partially fix tm tests * increase codecov * add more tests * add changelog * update specs * add docs * fix test * modify adr * allow modified chain-ids * add CLI command * fix typos * fix lint * Apply suggestions from code review Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> * update docs, rm example * Update docs/ibc/proposals.md Co-authored-by: Christopher Goes <cwgoes@pluranimity.org> * update height checks to reflect chain-id changes cc @AdityaSripal * Apply suggestions from code review Co-authored-by: Christopher Goes <cwgoes@pluranimity.org> * Apply suggestions from code review Co-authored-by: Aditya <adityasripal@gmail.com> * address most of @AdityaSripal suggestions * update docs per review suggestions * Update x/ibc/core/02-client/types/proposal.go * add proposal handler * register proposal type * register proposal on codec * fix routing Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Christopher Goes <cwgoes@pluranimity.org> Co-authored-by: Aditya <adityasripal@gmail.com> |
||
---|---|---|
.. | ||
PROCESS.md | ||
README.md | ||
adr-001-coin-source-tracing.md | ||
adr-002-docs-structure.md | ||
adr-003-dynamic-capability-store.md | ||
adr-004-split-denomination-keys.md | ||
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 | ||
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 | ||
adr-020-protobuf-transaction-encoding.md | ||
adr-021-protobuf-query-encoding.md | ||
adr-022-custom-panic-handling.md | ||
adr-023-protobuf-naming.md | ||
adr-024-coin-metadata.md | ||
adr-025-ibc-passive-channels.md | ||
adr-026-ibc-client-recovery-mechanisms.md | ||
adr-027-deterministic-protobuf-serialization.md | ||
adr-028-public-key-addresses.md | ||
adr-029-fee-grant-module.md | ||
adr-030-authz-module.md | ||
adr-031-msg-service.md | ||
adr-032-typed-events.md | ||
adr-034-account-rekeying.md | ||
adr-035-rosetta-api-support.md | ||
adr-037-gov-split-vote.md | ||
adr-038-state-listening.md | ||
adr-template.md | ||
readme.md~origin_master-docs |
README.md
order | parent | ||
---|---|---|---|
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 system’s 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
- ADR 001: Coin Source Tracing
- ADR 002: SDK Documentation Structure
- ADR 004: Split Denomination Keys
- ADR 006: Secret Store Replacement
- ADR 009: Evidence Module
- ADR 010: Modular AnteHandler
- ADR 019: Protocol Buffer State Encoding
- ADR 020: Protocol Buffer Transaction Encoding
- ADR 021: Protocol Buffer Query Encoding
- ADR 023: Protocol Buffer Naming and Versioning
- ADR 026: IBC Client Recovery Mechanisms
- ADR 029: Fee Grant Module
- ADR 030: Message Authorization Module
- ADR 031: Protobuf Msg Services
Proposed
- ADR 003: Dynamic Capability Store
- ADR 011: Generalize Genesis Accounts
- ADR 012: State Accessors
- ADR 013: Metrics
- ADR 015: IBC Packet Receiver
- ADR 016: Validator Consensus Key Rotation
- ADR 017: Historical Header Module
- ADR 018: Extendable Voting Periods
- ADR 022: Custom baseapp panic handling
- ADR 024: Coin Metadata
- ADR 025: IBC Passive Channels
- ADR 027: Deterministic Protobuf Serialization
- ADR 028: Public Key Addresses
- ADR 032: Typed Events
- ADR 035: Rosetta API Support
- ADR 037: Governance Split Votes
- ADR 038: State Listening