Skip to content

chore(nix): update flake.lock#581

Merged
michalrus merged 4 commits into
mainfrom
chore/update-flake-lock
Jun 20, 2026
Merged

chore(nix): update flake.lock#581
michalrus merged 4 commits into
mainfrom
chore/update-flake-lock

Conversation

@blockfrost-lockfile-update

@blockfrost-lockfile-update blockfrost-lockfile-update Bot commented Jun 7, 2026

Copy link
Copy Markdown

Automated changes by the update-flake-lock GitHub Action.

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)

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.

@blockfrost-lockfile-update blockfrost-lockfile-update Bot added automated dependencies Pull requests that update a dependency file labels Jun 7, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 7, 2026

Copy link
Copy Markdown

Deploying blockfrost-platform with  Cloudflare Pages  Cloudflare Pages

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

View logs

@vercel

vercel Bot commented Jun 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blockfrost-platform-docs Ready Ready Preview, Comment Jun 19, 2026 12:31pm
blockfrost-platform-docs-next Ready Ready Preview, Comment Jun 19, 2026 12:31pm

Request Review

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)

@michalrus michalrus left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve on the condition that CI passes

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.lock inputs (e.g., advisory-db, crane, fenix, nixpkgs, treefmt-nix).
  • Added a new ignored integration test case for epochs/latest/parameters on 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"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@michalrus michalrus merged commit 59e6793 into main Jun 20, 2026
24 checks passed
@michalrus michalrus deleted the chore/update-flake-lock branch June 20, 2026 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants