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

(#18) silo support #24

Merged
merged 3 commits into from
Aug 22, 2023
Merged

(#18) silo support #24

merged 3 commits into from
Aug 22, 2023

Conversation

akeyder
Copy link
Contributor

@akeyder akeyder commented Jul 21, 2023

during installation, user can now select among the followings; mainnet, testnet or silo
if silo flag is set,

  • it is also expected from user to pass the path to a silo.conf file, see template conf file
  • snapshot downloading is skipped
  • refiner starts indexing according to SILO_FROM_BLOCK in silo.conf

e.g.: use silo network whose config is defined in silo.conf, near source for indexing is nearcore

./install.sh -n silo -f ./silo.conf

@akeyder akeyder added the enhancement New feature or request label Jul 21, 2023
@akeyder akeyder self-assigned this Jul 21, 2023
@akeyder akeyder marked this pull request as draft July 21, 2023 13:33
@akeyder akeyder linked an issue Jul 21, 2023 that may be closed by this pull request
@akeyder akeyder marked this pull request as ready for review July 26, 2023 15:32
spilin
spilin previously approved these changes Aug 18, 2023
Copy link
Collaborator

@spilin spilin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

tolga-coplu
tolga-coplu previously approved these changes Aug 21, 2023
@spilin spilin dismissed stale reviews from tolga-coplu and themself via cbd92ba August 22, 2023 09:40
@spilin spilin merged commit 10b4c66 into main Aug 22, 2023
2 checks passed
@spilin spilin deleted the dev/altug/#18 branch August 22, 2023 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

installation improvements to support silo setups
3 participants