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: panic when discv5 is enabled while running service node #897

Merged
merged 2 commits into from
Nov 14, 2023

Conversation

chaitanyaprem
Copy link
Collaborator

@chaitanyaprem chaitanyaprem commented Nov 14, 2023

Description

When discv5 is enabled, build/waku command was panicking due to invalid memory reference.

@harsh-98 , this got introduced in #884 .

Whenever we make changes to cmd related code, better to validate it by running a service node with options tht are affected.

Changes

  • Moved discv5 node options to before wakuNode is created.

Tests

@status-im-auto
Copy link

status-im-auto commented Nov 14, 2023

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 72db096 #1 2023-11-14 04:42:13 ~1 min nix-flake 📄log
✔️ 72db096 #1 2023-11-14 04:42:43 ~2 min linux 📦deb
✔️ 72db096 #1 2023-11-14 04:43:59 ~3 min tests 📄log
✔️ 72db096 #1 2023-11-14 04:44:19 ~4 min android 📦tgz
✔️ 72db096 #1 2023-11-14 04:44:35 ~4 min tests 📄log
✔️ 72db096 #1 2023-11-14 04:44:50 ~4 min ios 📦tgz
✔️ cfd5e1a #2 2023-11-14 04:56:22 ~1 min nix-flake 📄log
✔️ cfd5e1a #2 2023-11-14 04:56:49 ~2 min linux 📦deb
✔️ cfd5e1a #2 2023-11-14 04:56:57 ~2 min tests 📄log
✔️ cfd5e1a #2 2023-11-14 04:57:56 ~3 min android 📦tgz
✔️ cfd5e1a #2 2023-11-14 04:58:17 ~3 min tests 📄log
✔️ cfd5e1a #2 2023-11-14 04:58:22 ~3 min ios 📦tgz

@chaitanyaprem chaitanyaprem merged commit 392558e into master Nov 14, 2023
12 checks passed
@chaitanyaprem chaitanyaprem deleted the fix/discv5-panic branch November 14, 2023 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants