-
Notifications
You must be signed in to change notification settings - Fork 87
Tracking PR for v0.15.0 release #401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
7867258
chore: update crate version to 0.15.0
bobbinth e070fc1
feat: add SparseMerklePath (#389)
Qyriad 0364745
Add default constructors to MmrPeaks and PartialMmr (#409)
sergerad c1920e3
docs: add module and function documentation (#408)
Himess 8649dd1
docs: update old GitHub and GitHub Pages URLs to new 0xMiden naming (…
Himess 4421236
fix: replace deprecated #[clap(...)] with #[command(...)] and #[arg(.…
Himess 844c4e6
docs: add module and function documentation-2 (#410)
Himess b83b134
chore: Replace RpoDigest with Word struct (#411)
sergerad 5ac06d2
chore: replace RpxDigest with Word (#420)
varun-doshi c9ff5d6
Allow pre-sorted entries in `Smt` (#406)
varun-doshi de77b46
chore: run doctests in CI, and fix existing broken doctest (#422)
Qyriad 7e534bd
chore: fix typos in docs/comments
bobbinth 1e8df8e
feat: add word! macro to miden-crypto (#423)
varun-doshi 34dcbf4
refactor: introduce `Forest` struct (#400)
gswirski 62f0ed2
Merge branch 'main' into next
bobbinth 5343623
chore: fix merge conflicts
bobbinth 9ad2db3
chore: remove rust-toolchain.toml
bobbinth a8a3f73
chore: increment MSRV to 1.87
bobbinth 9d73263
chore: refresh dependencies
bobbinth d3b7c3b
feat: add `MerklePath` APIs to `SparseMerklePath` and update their do…
Qyriad 78fe19f
refactor: simplify auth node computation
bobbinth fa74cd6
tests: add reference implementation of Faclon DSA test vectors (#425)
Al-Kindi-0 06df3e4
Bump Winterfell up and update licence (#433)
Al-Kindi-0 cfaf9f4
chore: update changelog
bobbinth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium test
Copilot Autofix
AI 11 months ago
To fix the issue, we will add a
permissionsblock at the root level of the workflow to apply to all jobs. Since the workflow only performs testing and documentation tasks, it likely only requirescontents: readpermissions. This ensures that the workflow has the minimal permissions necessary to function while reducing the risk of unintended actions.