Bump brace-expansion from 1.1.11 to 1.1.12 in /docs/website#1
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump brace-expansion from 1.1.11 to 1.1.12 in /docs/website#1dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 1.1.12 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
vreuter
pushed a commit
that referenced
this pull request
Dec 15, 2025
This pull request introduces some base datatypes and functionality required for **Peras**, along with supporting tests, benchmarks, and documentation. Specifically, it adds: * `PerasWeight` and `PerasCert`, which associate a weight with a block. * `PerasWeightSnapshot`, a type for capturing the known weight state of blocks * Functions for computing weights of chains and fragments. * Tests, microbenchmarks, documentation, and runnable examples for weight-related utilities. --- ### **Peras types and weight computation** * Added module `Ouroboros.Consensus.Block.SupportsPeras`, defining types and logic for Peras weights and certificates. * Key elements are re-exported via `Ouroboros.Consensus.Block`. * Added module `Ouroboros.Consensus.Peras.Weight`, introducing `PerasWeightSnapshot` and weight computation functions for chains and fragments. --- ### **Documentation** * Added glossary entries for **Peras**, **weight boost**, and **chain fragment weight** in `glossary.md`. * Created a new benchmarks page explaining how to run Peras-related microbenchmarks and their purpose. --- ### **Tests and benchmarks** * Introduced benchmark suite `PerasCertDB-bench`, including a weight computation microbenchmark (`bench/PerasCertDB-bench/Main.hs`). * Added module `Test.Consensus.Peras.WeightSnapshot` with property-based tests for weight computation on chains and fragments. --- ### **Regression** The new code added with this PR is not actually used, so it shouldn't introduce regressions.
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 brace-expansion from 1.1.11 to 1.1.12.
Release notes
Sourced from brace-expansion's releases.
Commits
44f33b41.1.12c460dbdpkg: publish on tag 1.xccb8ac6fmtc3c73c8Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.