From b064e1841cfc448c8ee031ceb1db51e1e8a97988 Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Fri, 6 Mar 2020 10:16:29 -0500 Subject: [PATCH] Update context --- docs/architecture/adr-020-protobuf-client-encoding.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/architecture/adr-020-protobuf-client-encoding.md b/docs/architecture/adr-020-protobuf-client-encoding.md index 8e20ff6e98..ab28ad4d58 100644 --- a/docs/architecture/adr-020-protobuf-client-encoding.md +++ b/docs/architecture/adr-020-protobuf-client-encoding.md @@ -10,6 +10,17 @@ Proposed ## Context +This ADR is a continuation of the motivation, design, and context established in +[ADR 019](./adr-019-protobuf-state-encoding.md), namely, we aim to design the +Protocol Buffer migration path for the client-side of the Cosmos SDK. + +Specifically, the client-side migration path primarily includes tx generation and +signing, message construction and routing, in addition to CLI & REST handlers and +business logic (i.e. queriers). + +With this in mind, we will tackle the migration path via two main areas, txs and +querying. + ## Decision ## Consequences