abci++: update PrepareProposal API to accept just a list of bytes (#9283)

This changes the ResponsePrepareProposal type, substituting the []TxRecord for just []bytes. This change is made in the .proto file and in all necessary additional places in the code.
This commit is contained in:
William Banfield
2022-08-18 16:33:19 -04:00
committed by GitHub
parent fb9afcc969
commit 1a4d9397e9
16 changed files with 314 additions and 1062 deletions
+1
View File
@@ -7,4 +7,5 @@ const (
CodeTypeBadNonce uint32 = 2
CodeTypeUnauthorized uint32 = 3
CodeTypeUnknownError uint32 = 4
CodeTypeExecuted uint32 = 5
)