npm smoldot v3.4.0 - #3333
Merged
Merged
Conversation
lrubasze
marked this pull request as draft
August 7, 2026 14:48
skunert
approved these changes
Aug 7, 2026
michalkucharczyk
approved these changes
Aug 7, 2026
lrubasze
marked this pull request as ready for review
August 7, 2026 15:41
lrubasze
enabled auto-merge (squash)
August 7, 2026 15:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is to:
smoldot-v3.4.0npm.smoldot-light v2.0.0,smoldot v2.2.0Changes
Added
ed_on_bls12_381_bandersnatch), and scalar multiplication, multi-scalar multiplication, multi Miller loop and final exponentiation on BLS12-381. This lets smoldot execute runtimes that verify bandersnatch ring-VRF proofs (proof-of-personhood chains). The remaining RFC-0163 functions (Pallas, Vesta) are registered but unimplemented. (#3331; fixes #3328)Fixed
assertion failed: task.event_pending_send.is_none()in debug builds) or a silently lost connection event (release builds, later causing a sync service panic on an unmatchedDisconnected) when a peer ban raced with a network event that was still being delivered to subscribers. (#3314; fixes #3312)InvalidStateErrorwhen sending on anRTCDataChannelthat left theopenstate before itscloseevent was delivered; the send is skipped, since the pendingcloseevent resets the stream anyway. (#3324; fixes #3322)TypeErrorwhen a message addressed to the first substream of a WebRTC connection (stream id 0) raced with that substream's reset: stream id 0 was accidentally exempt from the stale-message check. (#3326; related to #3322)InvalidStateErrorwhen opening a substream on anRTCPeerConnectionthat moved toclosedbefore itsconnectionstatechangeevent was delivered. (#3327; fixes #3325)