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.
 
 
 
 
 
 
Jae Kwon 34974e3932 Make types use Amino; Refactor PrivValidator* to FilePV/SocketPV 6 years ago
..
img added initial trust metric design doc and code 7 years ago
README.md docs: update and clean up adr 7 years ago
adr-001-logging.md docs: update and clean up adr 7 years ago
adr-002-event-subscription.md docs: update and clean up adr 7 years ago
adr-003-abci-app-rpc.md docs: update and clean up adr 7 years ago
adr-004-historical-validators.md docs: update and clean up adr 7 years ago
adr-005-consensus-params.md Updates -> ValidatoSetUpdates 7 years ago
adr-006-trust-metric.md added changes based on PR comments to the proposal 7 years ago
adr-007-trust-metric-usage.md adr: update 007 trust metric usage 7 years ago
adr-008-priv-validator.md Make types use Amino; Refactor PrivValidator* to FilePV/SocketPV 6 years ago
adr-template.md docs: update and clean up adr 7 years ago

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.