refactor: remove bytes/HexBytes (#15211)

Co-authored-by: chixiaowen <chixiaowen@zhigui.com>
This commit is contained in:
Chi Xiao Wen
2023-03-01 18:27:23 +00:00
committed by GitHub
co-authored by chixiaowen
parent 23ef32a35c
commit a49151d693
18 changed files with 144 additions and 138 deletions
+1 -2
View File
@@ -25,8 +25,7 @@ service Query {
message QueryEvidenceRequest {
// evidence_hash defines the hash of the requested evidence.
// Deprecated: Use hash, a HEX encoded string, instead.
bytes evidence_hash = 1
[deprecated = true, (gogoproto.casttype) = "github.com/cometbft/cometbft/libs/bytes.HexBytes"];
bytes evidence_hash = 1 [deprecated = true];
// hash defines the evidence hash of the requested evidence.
//