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

fix(wakunode2): move node config inside app init branch #2423

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

rymnc
Copy link
Contributor

@rymnc rymnc commented Feb 13, 2024

Description

Moves the TWN default config into the wakunode2 default sub-command branch (i.e run the wakunode), instead of running it before the keystore generator subcommand

Changes

  • reordered node init

How to test

  1. make -j16 wakunode2, run the keystore generator

Issue

closes #2422

@rymnc rymnc self-assigned this Feb 13, 2024
Comment on lines +106 to +107
info "Running nwaku node", version = app.git_version
logConfig(conf)
Copy link
Collaborator

Choose a reason for hiding this comment

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

In general, it looks great to me this PR but does it do any harm having the version shown above?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it doesn't but i don't think there is any merit in printing that log while running the keystore generator

Copy link

You can find the image built from this PR at

quay.io/wakuorg/nwaku-pr:2423

Built from b78f2f7

Copy link
Contributor

@romanzac romanzac left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Collaborator

@Ivansete-status Ivansete-status left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks!

@rymnc rymnc merged commit 0dac9f9 into master Feb 13, 2024
9 of 10 checks passed
@rymnc rymnc deleted the fix-cluster-id-assignment branch February 13, 2024 10:10
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.

bug: RLN registration fails on exception: field 'clusterId' is not accessible
3 participants