-
Notifications
You must be signed in to change notification settings - Fork 829
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
Create rpc startup script #1249
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1249 +/- ##
==========================================
- Coverage 63.45% 63.25% -0.21%
==========================================
Files 257 257
Lines 16740 16740
==========================================
- Hits 10623 10589 -34
- Misses 5611 5645 +34
Partials 506 506 |
yzang2019
approved these changes
Jan 23, 2024
yzang2019
reviewed
Jan 23, 2024
return env | ||
|
||
def get_state_sync_params(rpc_url): | ||
trust_height_delta = 40000 # may need to tune |
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.
We can make this an optional params
udpatil
added a commit
that referenced
this pull request
Feb 9, 2024
* Keep v prefix for seid version (#1311) keep v prefix for seid version * Release v3.6.3 (#1317) * [SeiDB] Add integration test for historical bank send (#1329) * Add integration test for historical bank send * Fix go mod * Ignore error for vote already exist (#1325) * Ignore error for vote already exist * Fix go mod * Add error log * Create rpc startup script (#1249) * finish startup script * remove validator and moniker, add local env --------- Co-authored-by: Philip Su <philip.su.522@gmail.com> Co-authored-by: Yiming Zang <50607998+yzang2019@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe your changes and provide context
Create an easy tool for starting a sei node. This will ultimately help with documentation as we no longer need to maintain a lot of resources on the web page. Inspiration comes mostly from https://docs.osmosis.zone/osmosis-core/osmosisd
Testing performed to validate your change
Tested locally
![image](https://private-user-images.githubusercontent.com/3821073/297544705-72daf5fa-1bcc-42f3-a30e-bda1e38e8d8e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2OTExMjgsIm5iZiI6MTczOTY5MDgyOCwicGF0aCI6Ii8zODIxMDczLzI5NzU0NDcwNS03MmRhZjVmYS0xYmNjLTQyZjMtYTMwZS1iZGExZTM4ZThkOGUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTZUMDcyNzA4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YTgyMzljYjNhNDFhNGY3ZDI1OWZmODZmZTI1YmY2NDA0MjBjNWU2MTNlODA4OGQzZmNmMmJkNTE5OGZkNmQzZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.rk0lZZB3UF1TrvBhzsjsOMHgRbthXkQjwVsLA12hkwI)