Skip to content

Commit

Permalink
feat(proto): DeriveFrom for ABCI Request Value
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Sep 8, 2023
1 parent 00454db commit 39c87a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto-compiler/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 39c87a0

Please sign in to comment.