deps: update Zaino pin to zingolabs/zaino#1238#482
Merged
Merged
Conversation
Bumps the temporary Zaino git pin from zingolabs/zaino#1200 to the latest commit on the rc-0.4.0 branch (zingolabs/zaino#1238), which speeds up finalised-state sync and the v1.1->v1.2 migration. This remains a temporary pin and should be moved to the `0.4.0` release tag once it is published (see #471). The pin bumped `zaino-fetch` to 0.2 and `zaino-state` to 0.3, so the workspace dependency requirements are updated to match. Adapts the embedded indexer setup to two upstream API changes: - `ChainIndexConfig` was renamed to `BlockCacheConfig` (same constructor signature). - `DatabaseConfig` gained a `sync_write_batch_bytes` field, which is unused in our ephemeral-mode configuration; inherit Zaino's default. Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates Zallet’s temporary git pin of the Zaino indexer to a newer commit on the rc-0.4.0 branch, and adjusts the wallet’s dependency constraints and embedded indexer configuration to match upstream API changes.
Changes:
- Bumped the pinned Zaino git revision and aligned workspace versions for
zaino-fetch(0.2) andzaino-state(0.3). - Updated embedded indexer configuration to use
BlockCacheConfigand to accommodate the newDatabaseConfigfield via defaults. - Refreshed supply-chain exemptions and changelog entry to reflect the new pin/branch.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
zallet/src/components/chain.rs |
Adapts to Zaino API rename (ChainIndexConfig → BlockCacheConfig) and updates DatabaseConfig construction. |
supply-chain/config.toml |
Updates cargo-deny exemptions for the newly pinned Zaino crate versions/revision. |
CHANGELOG.md |
Updates the release notes to reference the new Zaino pre-release pin. |
Cargo.toml |
Updates workspace dependency requirements and the [patch.crates-io] git pin rev/comment for Zaino crates. |
Cargo.lock |
Locks the new Zaino git revision and updated crate versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
nullcopy
pushed a commit
that referenced
this pull request
Jun 17, 2026
deps: update Zaino pin to zingolabs/zaino#1238
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.
Bumps the temporary Zaino git pin from zingolabs/zaino#1200 to the latest commit on the rc-0.4.0 branch (zingolabs/zaino#1238), which speeds up finalised-state sync and the v1.1->v1.2 migration. This remains a temporary pin and should be moved to the
0.4.0release tag once it is published (see #471).The pin bumped
zaino-fetchto 0.2 andzaino-stateto 0.3, so the workspace dependency requirements are updated to match. Adapts the embedded indexer setup to two upstream API changes:ChainIndexConfigwas renamed toBlockCacheConfig(same constructor signature).DatabaseConfiggained async_write_batch_bytesfield, which is unused in our ephemeral-mode configuration; inherit Zaino's default.Closes COR-1360