Skip to content

Commit

Permalink
change config
Browse files Browse the repository at this point in the history
Signed-off-by: Naohiro Yoshida <[email protected]>
  • Loading branch information
Naohiro Yoshida committed Nov 2, 2023
1 parent 4cb81a0 commit f12bd5e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion e2e/config/demo/ibc-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"prover": {
"@type": "/relayer.provers.parlia.config.ProverConfig",
"trustingPeriod": "50s",
"trustingPeriod": "86400s",
"maxClockDrift" : "0.001s",
"refreshThresholdRate": {
"numerator": 1,
Expand Down
1 change: 1 addition & 0 deletions e2e/config/demo/ibc-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"prover": {
"@type": "/relayer.provers.parlia.config.ProverConfig",
"trustingPeriod": "86400s",
"maxClockDrift" : "0.001s",
"refreshThresholdRate": {
"numerator": 1,
"denominator": 2
Expand Down
14 changes: 7 additions & 7 deletions module/config.pb.go

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

2 changes: 1 addition & 1 deletion proto/relayer/provers/parlia/config/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "gogoproto/gogo.proto";
message ProverConfig {
google.protobuf.Duration trusting_period = 1 [(gogoproto.nullable) = false, (gogoproto.stdduration) = true];
google.protobuf.Duration max_clock_drift = 2 [(gogoproto.nullable) = false, (gogoproto.stdduration) = true];
Fraction refresh_threshold_rate = 5;
Fraction refresh_threshold_rate = 3;
}

message Fraction {
Expand Down

0 comments on commit f12bd5e

Please sign in to comment.