-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests: Adding statesync test #877
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #877 +/- ##
==========================================
- Coverage 12.26% 12.21% -0.06%
==========================================
Files 97 103 +6
Lines 14201 14371 +170
==========================================
+ Hits 1742 1755 +13
- Misses 12349 12502 +153
- Partials 110 114 +4 ☔ View full report in Codecov by Sentry. |
stateSync["trust_hash"] = trustHash | ||
stateSync["trust_height"] = trustHeight | ||
// State sync requires minimum of two RPC servers for verification. We can provide the same RPC twice though. | ||
stateSync["rpc_servers"] = fmt.Sprintf("tcp://%s:26657,tcp://%s:26657", firstFullNode.HostName(), firstFullNode.HostName()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing
enable = true
trust_period = "168h0m0s" // this is the default
Added interchaintest to ensure statesync works (for sdk 47)