Merge feat/logger #1

Merged
chrda81 merged 2 commits from feat/logger into main 2025-09-18 15:25:17 +02:00
Owner
  • Fixed encoding issue: changed from btoa(String.fromCharCode(...)) to Buffer.from().toString('base64')
  • Maintains persistent identity through private key storage
  • Provides better state management and error tracking
  • Supports connection acceptance/rejection flow
  • Properly handles node lifecycle events
  • Can be cleanly shut down with resource cleanup
- Fixed encoding issue: changed from btoa(String.fromCharCode(...)) to Buffer.from().toString('base64') - Maintains persistent identity through private key storage - Provides better state management and error tracking - Supports connection acceptance/rejection flow - Properly handles node lifecycle events - Can be cleanly shut down with resource cleanup
chrda81 added 1 commit 2025-09-18 14:16:55 +02:00
chrda81 added 1 commit 2025-09-18 15:22:18 +02:00
chrda81 merged commit 9122949a6e into main 2025-09-18 15:25:17 +02:00
chrda81 deleted branch feat/logger 2025-09-18 15:25:18 +02:00
chrda81 referenced this issue from a commit 2025-09-18 15:25:19 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: universal-components/libp2p-native-bridge#1