chore: release version 2.0.1#2694
Conversation
…2693) Co-authored-by: Lukasz Klimek <842586+lklimek@users.noreply.github.com>
|
Caution Review failedThe pull request is closed. WalkthroughThis update primarily increments the version numbers from 2.0.0 to 2.0.1 (or similar minor increments) across numerous packages and manifests. It also updates the keyword search contract ID bytes and contract ID value, and introduces a test to verify the new ID and its base58 representation. The changelog reflects these changes. Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant KeywordSearchContract
participant TestSuite
Developer->>KeywordSearchContract: Update ID_BYTES and contractId
KeywordSearchContract->>TestSuite: Expose new ID and test module
TestSuite->>KeywordSearchContract: Run test_id (checks ID and base58)
Note right of TestSuite: Verifies ID consistency and encoding
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (51)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✅ gRPC Query Coverage Report |
V2.0.1 Emergency Release
Summary by CodeRabbit
Bug Fixes
Documentation
Chores