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

Add in-place-testnet command #561

Merged
merged 2 commits into from
Jan 31, 2025
Merged

Add in-place-testnet command #561

merged 2 commits into from
Jan 31, 2025

Conversation

codchen
Copy link
Collaborator

@codchen codchen commented Jan 24, 2025

Describe your changes and provide context

(sei-chain PR: sei-protocol/sei-chain#2063)
To use:

  1. modify ~/.sei/config/config.toml: change mode to validator and turn off statesync
  2. run `seid in-place-testnet

Testing performed to validate your change

@codchen codchen force-pushed the inplacetestnet branch 2 times, most recently from adaf35f to 4870bc7 Compare January 24, 2025 15:55
Copy link

codecov bot commented Jan 31, 2025

Codecov Report

Attention: Patch coverage is 1.07914% with 275 lines in your changes missing coverage. Please review.

Project coverage is 54.58%. Comparing base (faf3ee3) to head (77c8bef).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
server/in_place.go 0.00% 264 Missing ⚠️
baseapp/options.go 0.00% 4 Missing ⚠️
server/util.go 0.00% 3 Missing ⚠️
baseapp/baseapp.go 0.00% 2 Missing ⚠️
x/staking/keeper/keeper.go 0.00% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #561      +/-   ##
==========================================
- Coverage   54.85%   54.58%   -0.28%     
==========================================
  Files         631      632       +1     
  Lines       54951    55228     +277     
==========================================
+ Hits        30146    30148       +2     
- Misses      22647    22922     +275     
  Partials     2158     2158              
Files with missing lines Coverage Δ
server/start.go 21.42% <100.00%> (+0.41%) ⬆️
baseapp/baseapp.go 65.48% <0.00%> (-0.18%) ⬇️
x/staking/keeper/keeper.go 73.80% <0.00%> (-3.70%) ⬇️
server/util.go 42.20% <0.00%> (-0.42%) ⬇️
baseapp/options.go 45.71% <0.00%> (-1.07%) ⬇️
server/in_place.go 0.00% <0.00%> (ø)

@codchen codchen merged commit 9fa6181 into main Jan 31, 2025
14 of 15 checks passed
@codchen codchen deleted the inplacetestnet branch January 31, 2025 05:28
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.

1 participant