Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit cdd1fd0

Browse files
committed
[proto] update proto definitions
1 parent 0104ebe commit cdd1fd0

22 files changed

+419
-736
lines changed

admission_control/proto/admission_control.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ message SubmitTransactionResponse {
6767
oneof status {
6868
types.VMStatus vm_status = 1;
6969
AdmissionControlStatus ac_status = 2;
70-
mempool_status.MempoolAddTransactionStatus mempool_status = 3;
70+
types.MempoolStatus mempool_status = 3;
7171
}
7272
// Public key(id) of the validator that processed this transaction
7373
bytes validator_id = 4;

generated/pbac/admission_control.pb.go

+36-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/pbac/admission_control.pb.gopherjs.go

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/pbmpshared/mempool_status.pb.go

-141
This file was deleted.

0 commit comments

Comments
 (0)