Skip to content

Conversation

pauldelucia
Copy link
Member

@pauldelucia pauldelucia commented Apr 17, 2025

Issue being fixed or feature implemented

What was done?

How Has This Been Tested?

Breaking Changes

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have added "!" to the title and described breaking changes in the corresponding section if my code contains any
  • I have made corresponding changes to the documentation if needed

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

Summary by CodeRabbit

  • Chores
    • Updated Dash Core library dependencies to version v0.39.6 across multiple packages for improved compatibility and stability.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Apr 17, 2025

Walkthrough

This change updates the Dash Core Rust library dependencies across several packages by bumping the version from v0.39.5 to v0.39.6. The updates are limited to the Cargo.toml files of the affected packages and do not include any modifications to features, configuration, or public APIs.

Changes

File(s) Change Summary
packages/rs-dpp/Cargo.toml Updated dashcore dependency version from v0.39.5 to v0.39.6.
packages/rs-drive-abci/Cargo.toml, packages/simple-signer/Cargo.toml Updated dashcore-rpc dependency version from v0.39.5 to v0.39.6.
packages/rs-sdk/Cargo.toml Updated dashcore-rpc dependency version from v0.39.5 to v0.39.6.

Sequence Diagram(s)

Possibly related PRs

Suggested labels

cleanup

Suggested reviewers

  • shumkov
  • QuantumExplorer

Poem

A hop and a skip, a version anew,
Dashcore’s bumped up, as all rabbits do.
From v0.39.5 to .6 we ascend,
With tidy tomls, our code we defend.
No features were harmed, no APIs awry—
Just fresher dependencies, oh my!
🐇✨


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 53086bc and b589447.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • packages/rs-drive-abci/Cargo.toml (1 hunks)
  • packages/simple-signer/Cargo.toml (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • packages/rs-drive-abci/Cargo.toml
🚧 Files skipped from review as they are similar to previous changes (1)
  • packages/simple-signer/Cargo.toml
⏰ Context from checks skipped due to timeout of 90000ms (19)
  • GitHub Check: Rust packages (wasm-dpp) / Tests
  • GitHub Check: Rust packages (wasm-dpp) / Formatting
  • GitHub Check: Rust packages (dash-sdk) / Formatting
  • GitHub Check: Rust packages (dash-sdk) / Tests
  • GitHub Check: Rust packages (dash-sdk) / Linting
  • GitHub Check: Rust packages (drive-abci) / Check each feature
  • GitHub Check: Rust packages (dpp) / Check each feature
  • GitHub Check: Rust packages (dpp) / Formatting
  • GitHub Check: Rust packages (dpp) / Tests
  • GitHub Check: Rust packages (dpp) / Linting
  • GitHub Check: Rust packages (drive-abci) / Tests
  • GitHub Check: Rust packages (drive-abci) / Unused dependencies
  • GitHub Check: Rust packages (drive-abci) / Linting
  • GitHub Check: Rust packages (drive) / Tests
  • GitHub Check: Rust packages (drive) / Linting
  • GitHub Check: Build Docker images (Dashmate helper, dashmate-helper, dashmate-helper) / Build Dashmate helper image
  • GitHub Check: Build Docker images (DAPI, dapi, dapi) / Build DAPI image
  • GitHub Check: Build Docker images (Drive, drive, drive-abci) / Build Drive image
  • GitHub Check: Build JS packages / Build JS

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@QuantumExplorer QuantumExplorer changed the title chore(platform): bump rust dashcore version chore(platform): bump rust dashcore version to 0.39.6 Apr 17, 2025
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3107a39 and 53086bc.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (4)
  • packages/rs-dpp/Cargo.toml (1 hunks)
  • packages/rs-drive-abci/Cargo.toml (1 hunks)
  • packages/rs-sdk/Cargo.toml (1 hunks)
  • packages/simple-signer/Cargo.toml (1 hunks)
🧰 Additional context used
🧠 Learnings (1)
packages/rs-drive-abci/Cargo.toml (1)
Learnt from: shumkov
PR: dashpay/platform#2375
File: packages/rs-drive-abci/Cargo.toml:61-63
Timestamp: 2024-12-05T09:29:38.918Z
Learning: In the `drive-abci` package, avoid adding unused dependencies like `hashbrown` to `Cargo.toml`. The team relies on CI to detect dependency version issues.
⏰ Context from checks skipped due to timeout of 90000ms (15)
  • GitHub Check: Rust packages (drive-abci) / Tests
  • GitHub Check: Rust packages (drive-abci) / Formatting
  • GitHub Check: Rust packages (drive) / Tests
  • GitHub Check: Rust packages (drive) / Linting
  • GitHub Check: Rust packages (wasm-dpp) / Linting
  • GitHub Check: Rust packages (wasm-dpp) / Tests
  • GitHub Check: Rust packages (dpp) / Unused dependencies
  • GitHub Check: Rust packages (dpp) / Formatting
  • GitHub Check: Rust packages (dpp) / Tests
  • GitHub Check: Rust packages (dpp) / Check each feature
  • GitHub Check: Build Docker images (DAPI, dapi, dapi) / Build DAPI image
  • GitHub Check: Build Docker images (Drive, drive, drive-abci) / Build Drive image
  • GitHub Check: Build Docker images (Dashmate helper, dashmate-helper, dashmate-helper) / Build Dashmate helper image
  • GitHub Check: Build JS packages / Build JS
  • GitHub Check: Rust crates security audit
🔇 Additional comments (3)
packages/rs-drive-abci/Cargo.toml (1)

31-31: Bump dashcore dependency to v0.39.6
This updates the Git tag for the Dash Core Rust library in this package from v0.39.5 to v0.39.6, ensuring consistency across all Rust components.

packages/rs-dpp/Cargo.toml (1)

31-31:

❓ Verification inconclusive

Bump dashcore dependency to v0.39.6
The dashcore crate has been updated from v0.39.5 to v0.39.6, matching other packages’ bump. This is a patch‐level upgrade, so it should be backwards compatible, but please confirm that no unexpected changes in features or APIs were introduced and that the crate still builds and all tests pass.

Run the following to validate the bump:


🏁 Script executed:

#!/bin/bash
# Verify that dashcore v0.39.6 builds and tests pass in rs-dpp
cd packages/rs-dpp
cargo update -p dashcore --precise v0.39.6
cargo test

Length of output: 270


Bump dashcore dependency to v0.39.6

  • packages/rs-dpp/Cargo.toml: updated dashcore tag from v0.39.5 to v0.39.6.
  • This is a patch‑level upgrade and should remain backwards compatible, but please verify no API or feature changes slipped in.

Please confirm locally that the crate still builds and all tests pass:

cd packages/rs-dpp
cargo update -p dashcore --precise v0.39.6
cargo test
packages/rs-sdk/Cargo.toml (1)

41-41:

✅ Verification successful

Verify the updated dashcore-rpc dependency version and naming
The tag has been bumped to v0.39.6 here, but other packages migrated from dashcore-rpc to dashcore. Please:

  1. Confirm that the v0.39.6 tag exists in the remote repo.
  2. Ensure that the crate is still named dashcore-rpc in its Cargo.toml (or consider renaming to dashcore for consistency).

🏁 Script executed:

#!/bin/bash
# Verify existence of v0.39.6 tag in the rust-dashcore repository
git ls-remote --tags https://github.com/dashpay/rust-dashcore | grep 'refs/tags/v0.39.6'

Length of output: 147


🏁 Script executed:

#!/bin/bash
# Fetch the Cargo.toml for v0.39.6 and verify the crate name
curl -sL https://raw.githubusercontent.com/dashpay/rust-dashcore/v0.39.6/Cargo.toml | grep '^name ='

Length of output: 102


🏁 Script executed:

#!/bin/bash
# Fetch the root Cargo.toml for v0.39.6 and verify the crate `name` entry
curl -sL https://raw.githubusercontent.com/dashpay/rust-dashcore/v0.39.6/Cargo.toml | grep -E '^\s*name\s*='

Length of output: 110


🏁 Script executed:

#!/bin/bash
# Clone the v0.39.6 tag of rust-dashcore and list all crate names
git clone --depth 1 --branch v0.39.6 https://github.com/dashpay/rust-dashcore /tmp/rust-dashcore
grep -R '^\s*name\s*=' /tmp/rust-dashcore --include "Cargo.toml"

Length of output: 3609


Confirmed dashcore-rpc v0.39.6 tag and crate name – no changes needed

  • Upstream tag v0.39.6 exists in https://github.com/dashpay/rust-dashcore (commit 51df58f5d5d4).
  • The rpc-client/Cargo.toml in that tag declares name = "dashcore-rpc" (with an internal lib target dashcore_rpc), so the dependency line
    dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.39.6" }
    is correct as-is.

@QuantumExplorer QuantumExplorer merged commit db1fcb8 into v2.0-dev Apr 17, 2025
41 of 42 checks passed
@QuantumExplorer QuantumExplorer deleted the chore/bump-rust-dashcore branch April 17, 2025 12:25
@thephez thephez added this to the v2.0.0 milestone May 19, 2025
@coderabbitai coderabbitai bot mentioned this pull request Sep 24, 2025
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants