Skip to content

chore: Relase v0.35 #6272

chore: Relase v0.35

chore: Relase v0.35 #6272

GitHub Actions / Test Report - node-optional succeeded Jan 31, 2025 in 0s

6 passed, 0 failed and 0 skipped

Tests passed successfully

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

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

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

✅ 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
  ✅