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

chore: sending msg hash as string on libwaku message event #3234

Merged
merged 14 commits into from
Jan 30, 2025

adding random hash for testing

6e0af4a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore: sending msg hash as string on libwaku message event #3234

adding random hash for testing
6e0af4a
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Report - node-optional succeeded Jan 29, 2025 in 1s

6 passed, 0 failed and 0 skipped

Tests passed successfully

✅ packages/tests/reports/mocha-results.json

6 tests were completed in 11s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
packages/tests/tests/create.optional.spec.ts 4✅ 49ms
packages/tests/tests/peer-exchange/pe.optional.spec.ts 1✅ 4s
packages/tests/tests/waku.node.optional.spec.ts 1✅ 4s

✅ packages/tests/tests/create.optional.spec.ts

Create node
  ✅ should log info about WebSocket failures to console when hideWebSocketInfo disabled and NODE_ENV is not test
  ✅ should not log info about WebSocket failures to console when NODE_ENV=test and hideWebSocketInfo=false
  ✅ should not log info about WebSocket failures to console when NODE_ENV=test and hideWebSocketInfo=true
  ✅ should not log info about WebSocket failures to console when NODE_ENV=undefined and hideWebSocketInfo=true

✅ packages/tests/tests/peer-exchange/pe.optional.spec.ts

Peer Exchange Auto Discovery
  ✅ should discover peers other than used for bootstrapping

✅ packages/tests/tests/waku.node.optional.spec.ts

Use static and several ENR trees for bootstrap
  ✅