Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
fix: change getConsensusParams params (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Shuplenkov authored Aug 6, 2021
1 parent bf2c02e commit 05dc645
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 23 deletions.
15 changes: 12 additions & 3 deletions clients/platform/v0/objective-c/Platform.pbobjc.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 40 additions & 7 deletions clients/platform/v0/objective-c/Platform.pbobjc.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 32 additions & 11 deletions clients/platform/v0/python/platform_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions protos/platform/v0/platform.proto
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,14 @@ message ConsensusParamsBlock {
}

message ConsensusParamsEvidence {
string max_age = 1;
string max_age_num_blocks = 1;
string max_age_duration = 2;
string max_bytes = 3;
}

message GetConsensusParamsRequest {
bool prove = 1;
int64 height = 1;
bool prove = 2;
}

message GetConsensusParamsResponse {
Expand Down

0 comments on commit 05dc645

Please sign in to comment.