Skip to content

Add ext_statement_store_remove_by_version_1 as no-op HF#3295

Merged
skunert merged 4 commits into
mainfrom
skunert/statement-store-hf
Jul 2, 2026
Merged

Add ext_statement_store_remove_by_version_1 as no-op HF#3295
skunert merged 4 commits into
mainfrom
skunert/statement-store-hf

Conversation

@skunert

@skunert skunert commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Adds ext_statement_store_remove_by_version_1. Since it has unit return type and we don't have anything to remove, its a no-op. Should resolve https://github.com/paritytech/misc-issues/issues/164

@skunert skunert enabled auto-merge (squash) July 2, 2026 13:08
@skunert skunert merged commit b842048 into main Jul 2, 2026
38 of 39 checks passed
@skunert skunert deleted the skunert/statement-store-hf branch July 2, 2026 13:17
@lrubasze lrubasze mentioned this pull request Jul 2, 2026
lrubasze added a commit that referenced this pull request Jul 2, 2026
This is to:
- publish `smoldot-v3.3.1` npm.
- publish crates `smoldot-light v1.3.1`, `smoldot v2.1.0`

## Changes

### Added

- Add support for the `ext_statement_store_remove_by_version_1` host
function as a no-op. Fixes wasm-VM traps on runtimes that import this
symbol during runtime execution.
([#3295](#3295))

### Changed

- `chainHead_v1_follow` now reports every finalized block: the
`finalized` event lists all newly-finalized blocks in ascending order
instead of only the highest, so consumers tracking each finalized block
no longer skip intermediate ones when several blocks finalize at once.
([#3282](#3282))

### Fixed

- Fix finality stalling across an authority-set change, and no longer
discard a warp sync that completes while the sync mode is still being
decided. ([#3282](#3282))
- Fix a panic in peer discovery when a Kademlia-capable peer had no
usable connection (its capability flag was learned on a since-closed
connection). ([#3293](#3293))
- Fix parachain bootstrap looping forever when the first connected peer
could not serve the runtime; smoldot now rotates through the other
connected peers before erroring.
([#3294](#3294))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants