Skip to content

Latest commit

 

History

History
 
 

architecture

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Architecture Decision Records (ADR)

This is a location to record all high-level architecture decisions in the Crypto.org Chain implementation.

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

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 is or should be.

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

Note the context/background should be written in the present tense.

To suggest an ADR, please make use of the ADR template provided.

Table of Contents

ADR # Description Status
001 Add CosmWasm Module Accepted
002 Subscriptions in CosmWasm Accepted
003 Canis Major (1st Network Upgrade Scope of Breaking Changes) Accepted
004 Transition to Cosmos SDK's NFT module Proposed
005 Deprecate Crypto.org Chain's custom x/supply module Proposed