Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

spoo-bar
Copy link
Collaborator

Added interchaintest to ensure statesync works (for sdk 47)

@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.06% ⚠️

Comparison is base (fb4ef5a) 12.26% compared to head (77f8dcd) 12.21%.

❗ Current head 77f8dcd differs from pull request most recent head dd4d9b4. Consider uploading reports for the commit dd4d9b4 to get more accurate results

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     

see 37 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@spoo-bar spoo-bar marked this pull request as ready for review September 18, 2023 14:03
Comment on lines +62 to +65
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())
Copy link
Member

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 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants