Skip to content
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

1.0.0 version bump + small updates #448

Merged
merged 3 commits into from
May 20, 2024
Merged

Conversation

zie1ony
Copy link
Contributor

@zie1ony zie1ony commented May 20, 2024

Summary by CodeRabbit

  • New Features

    • Updated all contract schemas and dependencies to version 1.0.0 for enhanced stability and performance.
  • Documentation

    • Updated the Odra Roadmap link in ROADMAP.md to point to the new URL.
  • Chores

    • Removed the categories field from the Cargo.toml file for odra-casper-test-vm to streamline project categorization.

Copy link
Contributor

coderabbitai bot commented May 20, 2024

Walkthrough

The recent update primarily focuses on transitioning the project version from "1.0.0-rc.1" to "1.0.0". This change is reflected across various Cargo.toml files, contract schemas, and documentation. Additionally, a URL update was made in the ROADMAP.md file, and the categories field was removed from the Cargo.toml of odra-casper-test-vm.

Changes

File Path Change Summary
Cargo.toml Updated versions of various dependencies to "1.0.0".
ROADMAP.md Updated the Odra Roadmap URL.
examples/Cargo.toml Updated version to "1.0.0".
examples/resources/casper_contract_schemas/... Updated contract_version from "1.0.0-rc.1" to "1.0.0" in various contract schemas.
modules/Cargo.toml Updated versions of dependencies like odra, serde, odra-test, and odra-build to "1.0.0".
modules/resources/casper_contract_schemas/... Updated contract_version from "1.0.0-rc.1" to "1.0.0" in various contract schemas.
odra-casper/proxy-caller/Cargo.toml Updated version to "1.0.0".
odra-casper/test-vm/Cargo.toml Removed categories field.

In the realm of code so bright,
Version numbers take their flight.
From "rc" to the golden "one",
Our journey's just begun.
Contracts sing in harmony,
With schemas set at "1.0.0",
The future's clear, as we all know.


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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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.

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 as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration 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.

@zie1ony zie1ony merged commit fc718f5 into release/1.0.0 May 20, 2024
4 checks passed
@zie1ony zie1ony deleted the feature/100-fixes branch May 20, 2024 13:02
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: 2

Out of diff range and nitpick comments (1)
ROADMAP.md (1)

Line range hint 15-15: Consider using an en dash instead of a hyphen for the range "1-2 months".

- every 1-2 months
+ every 1–2 months
Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between db8eeb0 and 890600b.
Files selected for processing (42)
  • Cargo.toml (1 hunks)
  • ROADMAP.md (2 hunks)
  • examples/Cargo.toml (1 hunks)
  • examples/resources/casper_contract_schemas/balance_checker_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/cross_contract_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/dog_contract2_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/dog_contract3_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/dog_contract_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/host_contract_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/livenet_contract_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/math_engine_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/mock_moderated_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/modules_contract_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/my_contract_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/nested_odra_types_contract_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/owned_contract_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/party_contract_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/pauseable_counter_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/public_wallet_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/reentrancy_mock_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/signature_verifier_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/testing_contract_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/time_lock_wallet_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/token_manager_schema.json (1 hunks)
  • examples/resources/casper_contract_schemas/token_schema.json (1 hunks)
  • modules/Cargo.toml (1 hunks)
  • modules/resources/casper_contract_schemas/cep18_client_contract_schema.json (1 hunks)
  • modules/resources/casper_contract_schemas/cep18_schema.json (1 hunks)
  • modules/resources/casper_contract_schemas/erc1155_receiver_schema.json (1 hunks)
  • modules/resources/casper_contract_schemas/erc1155_token_schema.json (1 hunks)
  • modules/resources/casper_contract_schemas/erc20_schema.json (1 hunks)
  • modules/resources/casper_contract_schemas/erc721_receiver_schema.json (1 hunks)
  • modules/resources/casper_contract_schemas/erc721_token_schema.json (1 hunks)
  • modules/resources/casper_contract_schemas/mock_contract_schema.json (1 hunks)
  • modules/resources/casper_contract_schemas/mock_dummy_contract_schema.json (1 hunks)
  • modules/resources/casper_contract_schemas/mock_transfer_filter_contract_schema.json (1 hunks)
  • modules/resources/casper_contract_schemas/ownable2_step_schema.json (1 hunks)
  • modules/resources/casper_contract_schemas/ownable_schema.json (1 hunks)
  • modules/resources/casper_contract_schemas/wrapped_native_token_schema.json (1 hunks)
  • odra-casper/proxy-caller/Cargo.toml (1 hunks)
  • odra-casper/test-vm/Cargo.toml (1 hunks)
  • odra-macros/Cargo.toml (1 hunks)
Files skipped from review due to trivial changes (39)
  • Cargo.toml
  • examples/Cargo.toml
  • examples/resources/casper_contract_schemas/balance_checker_schema.json
  • examples/resources/casper_contract_schemas/cross_contract_schema.json
  • examples/resources/casper_contract_schemas/dog_contract3_schema.json
  • examples/resources/casper_contract_schemas/dog_contract_schema.json
  • examples/resources/casper_contract_schemas/host_contract_schema.json
  • examples/resources/casper_contract_schemas/livenet_contract_schema.json
  • examples/resources/casper_contract_schemas/math_engine_schema.json
  • examples/resources/casper_contract_schemas/mock_moderated_schema.json
  • examples/resources/casper_contract_schemas/modules_contract_schema.json
  • examples/resources/casper_contract_schemas/my_contract_schema.json
  • examples/resources/casper_contract_schemas/nested_odra_types_contract_schema.json
  • examples/resources/casper_contract_schemas/owned_contract_schema.json
  • examples/resources/casper_contract_schemas/party_contract_schema.json
  • examples/resources/casper_contract_schemas/pauseable_counter_schema.json
  • examples/resources/casper_contract_schemas/public_wallet_schema.json
  • examples/resources/casper_contract_schemas/reentrancy_mock_schema.json
  • examples/resources/casper_contract_schemas/testing_contract_schema.json
  • examples/resources/casper_contract_schemas/time_lock_wallet_schema.json
  • examples/resources/casper_contract_schemas/token_manager_schema.json
  • examples/resources/casper_contract_schemas/token_schema.json
  • modules/Cargo.toml
  • modules/resources/casper_contract_schemas/cep18_client_contract_schema.json
  • modules/resources/casper_contract_schemas/cep18_schema.json
  • modules/resources/casper_contract_schemas/erc1155_receiver_schema.json
  • modules/resources/casper_contract_schemas/erc1155_token_schema.json
  • modules/resources/casper_contract_schemas/erc20_schema.json
  • modules/resources/casper_contract_schemas/erc721_receiver_schema.json
  • modules/resources/casper_contract_schemas/erc721_token_schema.json
  • modules/resources/casper_contract_schemas/mock_contract_schema.json
  • modules/resources/casper_contract_schemas/mock_dummy_contract_schema.json
  • modules/resources/casper_contract_schemas/mock_transfer_filter_contract_schema.json
  • modules/resources/casper_contract_schemas/ownable2_step_schema.json
  • modules/resources/casper_contract_schemas/ownable_schema.json
  • modules/resources/casper_contract_schemas/wrapped_native_token_schema.json
  • odra-casper/proxy-caller/Cargo.toml
  • odra-casper/test-vm/Cargo.toml
  • odra-macros/Cargo.toml
Additional Context Used
LanguageTool (4)
ROADMAP.md (4)

Near line 5: Possible typo: you repeated a word
Context: ...further development of the Odra. Visit the the [Odra Roadmap](https://github.com/orgs/...


Near line 15: If specifying a range, consider using an en dash instead of a hyphen.
Context: ...elease new versions approximately every 1-2 months or as needed. ## New Features ...


Near line 21: Make sure that ‘the one of’ is correct and that ‘one’ is a pronoun. Possibly, the ‘the’ is unnecessary or ‘of’ is better expressed with a preposition such as ‘about’ or ‘in’.
Context: ...n the feature is ready, we assign it to the one of the future release.


Near line 21: The grammatical number of this noun doesn’t look right. Consider replacing it.
Context: ..., we assign it to the one of the future release.

Additional comments not posted (3)
ROADMAP.md (1)

5-5: Updated URL for the Odra Roadmap is correct.

examples/resources/casper_contract_schemas/signature_verifier_schema.json (1)

8-8: Version update to "1.0.0" is correct and aligns with the PR objectives.

examples/resources/casper_contract_schemas/dog_contract2_schema.json (1)

8-8: Version update to "1.0.0" is correct and aligns with the PR objectives.

@@ -19,5 +18,4 @@ We release new versions approximately every 1-2 months or as needed.

Everyone is encouraged to propose a new Odra feature or enhancement.
New proposals need to be discussed and approved by the core team.
First, they are assigned the special Future Release, where they can mature.
When the feature is ready, we assign it to the one of the future release.
Copy link
Contributor

Choose a reason for hiding this comment

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

Correct the grammatical error.

- we assign it to the one of the future release.
+ we assign it to one of the future releases.

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
When the feature is ready, we assign it to the one of the future release.
When the feature is ready, we assign it to one of the future releases.

@@ -2,8 +2,7 @@

This document covers the way we plan further development of the Odra.

If you're looking for the Odra Roadmap,
visit <https://github.com/odradev/odra/milestones>.
Visit the the [Odra Roadmap](https://github.com/orgs/odradev/projects/3) for details.
Copy link
Contributor

Choose a reason for hiding this comment

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

Correct the repeated word "the".

- Visit the the [Odra Roadmap](https://github.com/orgs/odradev/projects/3)
+ Visit the [Odra Roadmap](https://github.com/orgs/odradev/projects/3)

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
Visit the the [Odra Roadmap](https://github.com/orgs/odradev/projects/3) for details.
Visit the [Odra Roadmap](https://github.com/orgs/odradev/projects/3) for details.

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.

2 participants