fix: Update dependencies and add cardano-node 10.5.1 compatibility#69
Merged
AndrewWestberg merged 1 commit intodevelopfrom Aug 3, 2025
Merged
fix: Update dependencies and add cardano-node 10.5.1 compatibility#69AndrewWestberg merged 1 commit intodevelopfrom
AndrewWestberg merged 1 commit intodevelopfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates dependencies and adds compatibility for cardano-node 10.5.1, with major changes including VRF library migration and dependency upgrades.
- Migrates from
pallas-crypto::vrftoamaru-ouroboros::vrffor VRF operations - Updates multiple dependencies including bincode (v1 → v2), redb, rusqlite, and others
- Refactors error handling to use boxed errors instead of direct
#[from]conversions
Reviewed Changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| Cargo.toml | Updates dependency versions and switches to released pallas versions |
| rust-toolchain.toml | Adds nightly Rust toolchain requirement |
| src/nodeclient/sign/mod.rs | Migrates VRF operations from pallas-crypto to amaru-ouroboros |
| src/nodeclient/leaderlog/mod.rs | Updates VRF usage and error handling for leader log calculations |
| src/nodeclient/blockstore/redb.rs | Updates bincode usage and error handling patterns |
| src/nodeclient/blockstore/mod.rs | Refactors error handling to use boxed errors |
| src/nodeclient/sync/mod.rs | Updates error handling patterns |
| src/nodeclient/validate/mod.rs | Updates error handling and derives order |
| src/nodeclient/ping/mod.rs | Simplifies test assertions |
1b8277c to
f090ba4
Compare
f090ba4 to
abb1bc1
Compare
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.
No description provided.