-
Notifications
You must be signed in to change notification settings - Fork 7
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
Merge sync node to develop #748
Conversation
New stable version
…patch Fix exit code in calc version script
New stable release
New stable release
Stable release
New stable version
New stable release
New stable release
New stable version
…-node Feature/skale 779 full sync node
…-node SKALE-779 Fix publish pipeline
…-node SKALE-779 Fix sync-node update cmd
…-node SKALE-779 Add SSL CLI to sync-node-cli
Remove prerelease from sync-node based releases
Merge beta sync node to stable
Bump GitPython to 3.1.36
…able Bump gitpython sync node stable
node_cli/configs/__init__.py
Outdated
@@ -32,9 +32,11 @@ | |||
G_CONF_HOME = os.getenv('TEST_HOME_DIR') or GLOBAL_CONFIG['home_dir'] | |||
|
|||
SKALE_STATE_DIR = '/var/lib/skale' | |||
SCHAIN_STATE_DIR = os.path.join('/var/lib/skale', 'schains') |
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.
duplicate of SCHAINS_MNT_DIR_SYNC
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.
removed SCHAIN_STATE_DIR
tests/conftest.py
Outdated
pathlib.Path(NODE_OPTIONS_FILEPATH).unlink(missing_ok=True) | ||
|
||
|
||
def clean_node_data(): |
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.
unused
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.
removed
This PR merges sync-node branch to the develop.
Manual merge, minor additional changes to fix build and sChain mountpoint.
No additional tests needed.
No performance changes.
Fixes https://github.com/skalenetwork/internal-support/issues/907