Skip to content

Comments

chore: new release v1.11.4-pre.0#6800

Merged
SWvheerden merged 1 commit intotari-project:developmentfrom
SWvheerden:sw_new_release
Feb 17, 2025
Merged

chore: new release v1.11.4-pre.0#6800
SWvheerden merged 1 commit intotari-project:developmentfrom
SWvheerden:sw_new_release

Conversation

@SWvheerden
Copy link
Collaborator

@SWvheerden SWvheerden commented Feb 17, 2025

Description

new release esme

Summary by CodeRabbit

  • Chores
    • Standardized internal version numbers by upgrading all packages and dependencies to version 1.11.4-pre.0, ensuring consistent compatibility across the project.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 17, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

The pull request updates numerous Cargo.toml files across the repository by bumping the package version from 1.11.3-pre.0 to 1.11.4-pre.0. In addition, dependency version entries are updated accordingly. The changes span multiple areas including applications, base layer components, common packages, comms modules, and infrastructure. No functional code is altered, and the updates serve to maintain a consistent versioning scheme across the project.

Changes

Files Change Summary
applications/minotari_app_{grpc,utilities,console_wallet}/Cargo.toml,
applications/minotari_ledger_wallet/{common,comms,wallet}/Cargo.toml,
applications/minotari_merge_mining_proxy/Cargo.toml,
applications/minotari_{miner,node}/Cargo.toml
Package version bump from 1.11.3-pre.0 to 1.11.4-pre.0; updated dependency versions (e.g. tari_features, minotari_ledger_wallet_comms, tari_hashing) where applicable.
base_layer/{chat_ffi,common_types,contacts,contacts/src/chat_client,core,key_manager,mmr,p2p,service_framework,tari_mining_helper_ffi,wallet,wallet_ffi}/Cargo.toml Updated package versions to 1.11.4-pre.0; multiple dependency versions (e.g. tari_common, tari_shutdown, tari_features) updated consistently.
common/{Cargo.toml,tari_features/Cargo.toml},
common_sqlite/Cargo.toml
Bumped package versions and updated the tari_features dependency from 1.11.3-pre.0 to 1.11.4-pre.0.
comms/{core,Cargo.toml,dht/Cargo.toml,rpc_macros/Cargo.toml},
hashing/Cargo.toml
Updated package versions from 1.11.3-pre.0 to 1.11.4-pre.0; dependency versions (e.g. tari_metrics, tari_storage, tari_shutdown) modified accordingly.
infrastructure/{derive,libtor,max_size,metrics,shutdown,storage,tari_script,test_utils}/Cargo.toml Package versions updated to 1.11.4-pre.0; in test_utils, dependency versions for tari_shutdown and tari_comms were also updated.

Poem

I'm Bunny, hopping through the code all day,
Watching versions leap in a tidy display.
From 1.11.3 to 1.11.4, a joyful change in sight,
Dependencies align, making our build world bright.
Hoppy cheers and twitching whiskers—update time feels just right! 🐰✨


📜 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 c705ffe and 1c39d79.

⛔ Files ignored due to path filters (2)
  • Cargo.lock is excluded by !**/*.lock
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (36)
  • applications/minotari_app_grpc/Cargo.toml (2 hunks)
  • applications/minotari_app_utilities/Cargo.toml (2 hunks)
  • applications/minotari_console_wallet/Cargo.toml (2 hunks)
  • applications/minotari_ledger_wallet/common/Cargo.toml (1 hunks)
  • applications/minotari_ledger_wallet/comms/Cargo.toml (1 hunks)
  • applications/minotari_ledger_wallet/wallet/Cargo.toml (2 hunks)
  • applications/minotari_merge_mining_proxy/Cargo.toml (2 hunks)
  • applications/minotari_miner/Cargo.toml (1 hunks)
  • applications/minotari_node/Cargo.toml (2 hunks)
  • base_layer/chat_ffi/Cargo.toml (1 hunks)
  • base_layer/common_types/Cargo.toml (1 hunks)
  • base_layer/contacts/Cargo.toml (2 hunks)
  • base_layer/contacts/src/chat_client/Cargo.toml (1 hunks)
  • base_layer/core/Cargo.toml (3 hunks)
  • base_layer/key_manager/Cargo.toml (2 hunks)
  • base_layer/mmr/Cargo.toml (1 hunks)
  • base_layer/p2p/Cargo.toml (3 hunks)
  • base_layer/service_framework/Cargo.toml (2 hunks)
  • base_layer/tari_mining_helper_ffi/Cargo.toml (3 hunks)
  • base_layer/wallet/Cargo.toml (2 hunks)
  • base_layer/wallet_ffi/Cargo.toml (2 hunks)
  • common/Cargo.toml (2 hunks)
  • common/tari_features/Cargo.toml (1 hunks)
  • common_sqlite/Cargo.toml (1 hunks)
  • comms/core/Cargo.toml (2 hunks)
  • comms/dht/Cargo.toml (3 hunks)
  • comms/rpc_macros/Cargo.toml (1 hunks)
  • hashing/Cargo.toml (1 hunks)
  • infrastructure/derive/Cargo.toml (1 hunks)
  • infrastructure/libtor/Cargo.toml (1 hunks)
  • infrastructure/max_size/Cargo.toml (1 hunks)
  • infrastructure/metrics/Cargo.toml (1 hunks)
  • infrastructure/shutdown/Cargo.toml (1 hunks)
  • infrastructure/storage/Cargo.toml (1 hunks)
  • infrastructure/tari_script/Cargo.toml (1 hunks)
  • infrastructure/test_utils/Cargo.toml (1 hunks)

🪧 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. (Beta)
  • @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.

@SWvheerden SWvheerden merged commit 11d9926 into tari-project:development Feb 17, 2025
11 of 16 checks passed
This was referenced Apr 11, 2025
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.

1 participant