Skip to content

feat(provider): allow @corpus-core/colibri-stateless v2 in peer range#242

Open
simon-jentzsch wants to merge 1 commit into
ethereum:masterfrom
corpus-core:feat/colibri-v2-peer-range
Open

feat(provider): allow @corpus-core/colibri-stateless v2 in peer range#242
simon-jentzsch wants to merge 1 commit into
ethereum:masterfrom
corpus-core:feat/colibri-v2-peer-range

Conversation

@simon-jentzsch

@simon-jentzsch simon-jentzsch commented Jul 10, 2026

Copy link
Copy Markdown
Contributor
  • Widen the @corpus-core/colibri-stateless peer dependency range in @kohaku-eth/provider from >=1.1.22 <2 to >=1.1.22 <3 so Colibri v2 is accepted.
  • Colibri v2 switches to the 64-bit SP1 v6 zk-proofs, which are a breaking change versus SP1 v5. The old SP1 v5 zk-proofs are still generated in parallel for some time, but adopting v2 ensures we can shut down the v5 provers as soon as possible.
  • The public API used by the provider (the default Colibri constructor and Config) is unchanged between v1 and v2.
  • Adds a patch changeset.

Colibri v2 switches to the 64-bit SP1 v6 zk-proofs, which are a breaking
change versus SP1 v5. The v5 proofs are still built in parallel for a
while, but adopting v2 lets us retire the v5 provers as soon as possible.
The provider's public API usage (default Colibri constructor and Config)
is unchanged between v1 and v2.
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.

1 participant