From 39c87a0ee2597a3345da368e293c2787bde90d70 Mon Sep 17 00:00:00 2001 From: Lukasz Klimek <842586+lklimek@users.noreply.github.com> Date: Fri, 8 Sep 2023 11:48:41 +0200 Subject: [PATCH] feat(proto): DeriveFrom for ABCI Request Value --- proto-compiler/src/constants.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/proto-compiler/src/constants.rs b/proto-compiler/src/constants.rs index e7e6a649..a328e4a2 100644 --- a/proto-compiler/src/constants.rs +++ b/proto-compiler/src/constants.rs @@ -90,6 +90,7 @@ pub static CUSTOM_TYPE_ATTRIBUTES: &[(&str, &str)] = &[ (".tendermint.types.TxProof", SERIALIZED), (".tendermint.crypto.Proof", SERIALIZED), (".tendermint.abci.Response.value", DERIVE_FROM), + (".tendermint.abci.Request.value", DERIVE_FROM), ]; /// Custom field attributes applied on top of protobuf fields in (a) struct(s)