chore(nix): update flake.lock#581
Merged
Merged
Conversation
Deploying blockfrost-platform with
|
| Latest commit: |
4a1b44b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4799d322.blockfrost-platform.pages.dev |
| Branch Preview URL: | https://chore-update-flake-lock.blockfrost-platform.pages.dev |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Flake lock file updates:
• Updated input 'advisory-db':
'github:rustsec/advisory-db/eaf48e7' (2026-05-29)
→ 'github:rustsec/advisory-db/09735e1' (2026-06-13)
• Updated input 'blockfrost-tests':
'github:blockfrost/blockfrost-tests/e1f3b72' (2026-06-03)
→ 'github:blockfrost/blockfrost-tests/2a9b647' (2026-06-08)
• Updated input 'crane':
'github:ipetkov/crane/0532eb1' (2026-05-30)
→ 'github:ipetkov/crane/59a82a1' (2026-06-04)
• Updated input 'fenix':
'github:nix-community/fenix/2118601' (2026-05-30)
→ 'github:nix-community/fenix/aad7d8b' (2026-06-13)
• Updated input 'fenix/rust-analyzer-src':
'github:rust-lang/rust-analyzer/5ebf65c' (2026-05-29)
→ 'github:rust-lang/rust-analyzer/3f92cd1' (2026-06-12)
• Updated input 'nixpkgs':
'github:nixos/nixpkgs/25f5383' (2026-05-26)
→ 'github:nixos/nixpkgs/e820eb4' (2026-06-08)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/790751f' (2026-04-08)
→ 'github:numtide/treefmt-nix/db94781' (2026-05-31)
cbe83db to
ad62036
Compare
michalrus
approved these changes
Jun 19, 2026
michalrus
left a comment
Member
There was a problem hiding this comment.
I approve on the condition that CI passes
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Nix flake inputs for the workspace and adjusts the integration test ignore list (Preprod) to account for a known Dolos divergence.
Changes:
- Bumped several
flake.lockinputs (e.g.,advisory-db,crane,fenix,nixpkgs,treefmt-nix). - Added a new ignored integration test case for
epochs/latest/parameterson Preprod due to Dolos protocol-params differences.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
flake.lock |
Updates pinned Nix inputs and their hashes/revisions. |
crates/integration_tests/tests/data/ignored_tests.json |
Adds a Preprod ignored test entry for epochs/latest/parameters behavior under Dolos. |
Comment on lines
+112
to
+115
| }, | ||
| { | ||
| "_comment": "epochs/latest/parameters -- Dolos v1.2.0 on Preprod returns an older protocol version (v10) with a reduced cost-model set, while the real Blockfrost API returns the current params (v11). Known Dolos limitation on Preprod.", | ||
| "id": "epochs-latest-parameters-latest-epoch_a73a0c95ff80" |
Member
There was a problem hiding this comment.
I'm not sure, this PR also updates the blockfrost-tests input, which makes the Preprod tests fail.
I just want a green CI. When we update Dolos past v1.2.0, and the test starts passing again, the "Ignored (Preprod)" job will start failing, and we'll know to unignore it then.
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.
Automated changes by the update-flake-lock GitHub Action.
Running GitHub Actions on this PR
GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.
To run GitHub Actions workflows on this PR, close and re-open this pull request.