tendermint/docs/architecture
caffix a724ffab25 added changes based on PR comments to the proposal 2017-11-15 17:59:48 -05:00
..
img added initial trust metric design doc and code 2017-11-14 18:26:06 -05:00
README.md docs: update and clean up adr 2017-09-15 19:31:37 -04:00
adr-001-logging.md docs: update and clean up adr 2017-09-15 19:31:37 -04:00
adr-002-event-subscription.md docs: update and clean up adr 2017-09-15 19:31:37 -04:00
adr-003-abci-app-rpc.md docs: update and clean up adr 2017-09-15 19:31:37 -04:00
adr-004-historical-validators.md docs: update and clean up adr 2017-09-15 19:31:37 -04:00
adr-005-consensus-params.md updated to match adr 005 2017-09-21 14:51:29 -04:00
adr-006-trust-metric.md added changes based on PR comments to the proposal 2017-11-15 17:59:48 -05:00
adr-template.md docs: update and clean up adr 2017-09-15 19:31:37 -04:00

README.md

Architecture Decision Records

This is a location to record all high-level architecture decisions in the tendermint project. Not the implementation details, but the reasoning that happened. This should be refered to for guidance of the "right way" to extend the application. And if we notice that the original decisions were lacking, we should have another open discussion, record the new decisions here, and then modify the code to match.

Read up on the concept in this blog post.