Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(release): update changelog and bump version to 1.4.0-dev.4 #2213

Merged
merged 1 commit into from
Oct 5, 2024

Conversation

shumkov
Copy link
Member

@shumkov shumkov commented Oct 5, 2024

Issue being fixed or feature implemented

Release new Dash Platform version

What was done?

  • Updated changelog
  • Bumped packages version

How Has This Been Tested?

None

Breaking Changes

None

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 made corresponding changes to the documentation

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

Summary by CodeRabbit

Release Notes for Version 1.4.0-dev.4

  • New Features

    • Enabled withdrawals v1 in the JavaScript SDK.
    • Network now starts with the latest version if the genesis version is not set.
  • Bug Fixes

    • Improved cookie handling to accept names, paths, and domains with out-of-bounds characters.
    • Fixed sign height setting when rebroadcasting in the drive module.
  • Improvements

    • Enhanced withdrawal logging and added logs and metrics for daily withdrawal limits.
    • Minor SDK improvements for version 1.4.
  • Chores

    • Updated GroveDB dependency.
    • Replaced Colima with native Docker for macOS builds.
    • Enabled withdrawal tests in the test suite.

@shumkov shumkov added this to the v1.4.0 milestone Oct 5, 2024
@shumkov shumkov merged commit 240f6ce into v1.4-dev Oct 5, 2024
8 of 9 checks passed
@shumkov shumkov deleted the release_1.4.0-dev.4 branch October 5, 2024 19:40
Copy link
Contributor

coderabbitai bot commented Oct 5, 2024

Caution

Review failed

The pull request is closed.

Walkthrough

The pull request introduces version 1.4.0-dev.4 of the Dashpay platform, featuring enhancements such as enabling withdrawals v1 in the JavaScript SDK and initiating the network with the latest version if the genesis version is unset. It includes bug fixes for cookie handling and sign height during rebroadcasting, alongside SDK improvements. Code refactoring has eliminated duplicated withdrawal amount validation. The GroveDB dependency has been updated, and withdrawal logging has been enhanced. Additionally, the release process has transitioned from Colima to native Docker for macOS builds, and withdrawal tests are now included in the test suite.

Changes

File Change Summary
CHANGELOG.md - Added features: enable withdrawals v1 in JS SDK, start network with latest version if genesis version not set.
- Bug fixes: cookie handling for out-of-bounds characters, set sign height when rebroadcasting.
- Improvements: small SDK enhancements for v1.4.
- Code refactoring: removed duplicated withdrawal amount validation.
- Miscellaneous: updated GroveDB dependency, improved withdrawal logging, added logs and metrics for withdrawal daily limit, replaced Colima with native Docker in macOS builds, enabled withdrawal tests.
package.json - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/bench-suite/package.json - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/check-features/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/dapi-grpc/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/dapi-grpc/package.json - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/dapi/package.json - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/dash-spv/package.json - Version updated from 2.4.0-dev.3 to 2.4.0-dev.4.
packages/dashmate/package.json - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/dashpay-contract/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/dashpay-contract/package.json - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/data-contracts/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/dpns-contract/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/dpns-contract/package.json - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/feature-flags-contract/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/feature-flags-contract/package.json - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/js-dapi-client/package.json - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/js-dash-sdk/package.json - Version updated from 4.4.0-dev.3 to 4.4.0-dev.4.
packages/js-grpc-common/package.json - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/masternode-reward-shares-contract/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/masternode-reward-shares-contract/package.json - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/platform-test-suite/package.json - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/rs-dapi-client/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/rs-dapi-grpc-macros/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/rs-dpp/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
- Updated once_cell dependency from 1.7 to 1.19.0 in [dev-dependencies].
packages/rs-drive-abci/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/rs-drive-proof-verifier/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/rs-drive/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
- Corrected author email for "Wisdom Ogwu".
packages/rs-json-schema-compatibility-validator/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/rs-platform-serialization-derive/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/rs-platform-serialization/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
- Updated bincode dependency from 2.0.0-rc.2 to 2.0.0-rc.3.
packages/rs-platform-value-convertible/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/rs-platform-value/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/rs-platform-version/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/rs-platform-versioning/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/rs-sdk/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/simple-signer/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/strategy-tests/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/wallet-lib/package.json - Version updated from 8.4.0-dev.3 to 8.4.0-dev.4.
packages/wasm-dpp/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/wasm-dpp/package.json - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/withdrawals-contract/Cargo.toml - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.
packages/withdrawals-contract/package.json - Version updated from 1.4.0-dev.3 to 1.4.0-dev.4.

Possibly related PRs

Suggested reviewers

  • QuantumExplorer

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ 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 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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant