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

Merge sync node to develop #748

Merged
merged 125 commits into from
Mar 19, 2024
Merged

Merge sync node to develop #748

merged 125 commits into from
Mar 19, 2024

Conversation

dmytrotkk
Copy link
Collaborator

@dmytrotkk dmytrotkk commented Jan 24, 2024

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

…patch

Fix exit code in calc version script
…-node

SKALE-779 Fix sync-node update cmd
…-node

SKALE-779 Add SSL CLI to sync-node-cli
@@ -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')
Copy link
Contributor

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

removed SCHAIN_STATE_DIR

pathlib.Path(NODE_OPTIONS_FILEPATH).unlink(missing_ok=True)


def clean_node_data():
Copy link
Contributor

Choose a reason for hiding this comment

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

unused

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

removed

node_cli/utils/docker_utils.py Show resolved Hide resolved
@dmytrotkk dmytrotkk merged commit 6c3d29c into v2.4.x Mar 19, 2024
3 of 4 checks passed
@dmytrotkk dmytrotkk deleted the merge-sync-node-to-develop branch March 19, 2024 13:40
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.

2 participants