From 3753d969afe0c148da38ece2c649b902158ac77f Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Fri, 6 Mar 2020 10:05:01 -0500 Subject: [PATCH] ADR 020 skeleton --- docs/architecture/README.md | 1 + .../adr-019-protobuf-state-encoding.md | 2 -- .../adr-020-protobuf-client-encoding.md | 23 +++++++++++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 docs/architecture/adr-020-protobuf-client-encoding.md diff --git a/docs/architecture/README.md b/docs/architecture/README.md index e327a5b64..6476ccab6 100644 --- a/docs/architecture/README.md +++ b/docs/architecture/README.md @@ -45,3 +45,4 @@ Please add a entry below in your Pull Request for an ADR. - [ADR 017: Historical Header Module](./adr-017-historical-header-module.md) - [ADR 018: Extendable Voting Periods](./adr-018-extendable-voting-period.md) - [ADR 019: Protocol Buffer State Encoding](./adr-019-protobuf-state-encoding.md) +- [ADR 020: Protocol Buffer Client Encoding](./adr-020-protobuf-client-encoding.md) diff --git a/docs/architecture/adr-019-protobuf-state-encoding.md b/docs/architecture/adr-019-protobuf-state-encoding.md index d09052866..78a338ccc 100644 --- a/docs/architecture/adr-019-protobuf-state-encoding.md +++ b/docs/architecture/adr-019-protobuf-state-encoding.md @@ -309,8 +309,6 @@ at the application-level. ### Neutral -{neutral consequences} - ## References 1. https://github.com/cosmos/cosmos-sdk/issues/4977 diff --git a/docs/architecture/adr-020-protobuf-client-encoding.md b/docs/architecture/adr-020-protobuf-client-encoding.md new file mode 100644 index 000000000..8e20ff6e9 --- /dev/null +++ b/docs/architecture/adr-020-protobuf-client-encoding.md @@ -0,0 +1,23 @@ +# ADR 020: Protocol Buffer Client Encoding + +## Changelog + +- 2020 March 06: Initial Draft + +## Status + +Proposed + +## Context + +## Decision + +## Consequences + +### Positive + +### Negative + +### Neutral + +## References