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

release #2499

Merged
merged 4 commits into from
Apr 15, 2024
Merged

release #2499

merged 4 commits into from
Apr 15, 2024

Conversation

trajan0x
Copy link
Contributor

@trajan0x trajan0x commented Apr 15, 2024

Description
A clear and concise description of the features you're adding in this pull request.

Additional context
Add any other context about the problem you're solving.

Metadata

  • Fixes #[Link to Issue]

Summary by CodeRabbit

  • New Features

    • Updated maintenance event display and warnings in the interface.
  • Bug Fixes

    • Improved status handling logic to refine gas value checks.
  • Chores

    • Updated Docker image tags and subproject commit hashes for better performance and reliability.
    • Version bump for @synapsecns/synapse-interface to 0.16.6.

f903663b383ceb9243b5aff5b9abfe5c9b54d437: synapse-interface preview link

@trajan0x trajan0x merged commit be4d973 into fe-release Apr 15, 2024
40 checks passed
Copy link
Contributor

coderabbitai bot commented Apr 15, 2024

Walkthrough

This update primarily involves routine maintenance and enhancement of project components, including version bumps, Docker image updates, and logic adjustments in service handling. These changes aim to improve functionality, ensure up-to-date dependency management, and refine operational workflows within the project.

Changes

Files Change Summary
.github/workflows/... Updated Docker image tag to latest for git-changes-action
packages/synapse-interface/... Bumped version to 0.16.6 and updated maintenance event details
services/cctp-relayer/external/synapse-contracts Updated subproject commit hash
services/rfq/relayer/service/statushandler.go Modified logic to exclude certain statuses from gas checks

Possibly related issues

  • Dependency Dashboard #16: The updates to Docker configurations and GitHub Actions in this PR align with the issue's objectives to maintain and enhance CI/CD workflows.

🐰 A Poem by CodeRabbit

In the land of code, where changes brew,
A rabbit hopped, with updates anew.
Bumps and hashes, tweaks galore,
Ensuring our services run evermore.
Hop, hop, hop, on soft digital paws,
Crafting code without a pause! 🌟


Recent Review Details

Configuration used: .coderabbit.yaml

Commits Files that changed from the base of the PR and between d880a69 and 11d34d7.
Files selected for processing (7)
  • .github/workflows/go.yml (1 hunks)
  • .github/workflows/goreleaser-actions.yml (1 hunks)
  • packages/synapse-interface/CHANGELOG.md (1 hunks)
  • packages/synapse-interface/components/Maintenance/Events/template/MaintenanceEvent.tsx (5 hunks)
  • packages/synapse-interface/package.json (1 hunks)
  • services/cctp-relayer/external/synapse-contracts (1 hunks)
  • services/rfq/relayer/service/statushandler.go (1 hunks)
Files skipped from review due to trivial changes (2)
  • packages/synapse-interface/package.json
  • services/cctp-relayer/external/synapse-contracts
Additional comments not posted (11)
packages/synapse-interface/components/Maintenance/Events/template/MaintenanceEvent.tsx (8)

19-19: Updated the start date for maintenance banners to April 15, 2024.


21-21: Updated the start date for maintenance countdown and bridge pause to April 15, 2024.


23-23: Updated the end date for maintenance banners, countdown, and bridge pause to April 16, 2024, at 20:20 UTC.


38-38: Updated the warning message to reflect the pause in bridging on Optimism.


52-52: Updated the chain ID to show warnings for Optimism.


67-67: Updated the warning message to reflect the pause in bridging on Optimism.


82-82: Updated the chain ID to show maintenance for Optimism.


89-89: Updated the maintenance message to reflect the pause in bridging on Optimism.

services/rfq/relayer/service/statushandler.go (1)

126-131: Excluded statuses CommittedPending, CommittedConfirmed, and RelayStarted from gas checks as these are considered in-flight and their amounts are already deducted from the inventory. This change optimizes the gas check process by avoiding unnecessary checks.

.github/workflows/goreleaser-actions.yml (1)

100-100: Updated the Docker image tag for git-changes-action to latest. This change ensures that the workflow uses the most recent version of the action, which can include important updates or bug fixes.

.github/workflows/go.yml (1)

46-46: Updated the Docker image tag for git-changes-action to latest. This ensures that the workflow uses the most recent version of the action, potentially including new features or critical updates.


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.

@github-actions github-actions bot added M-ci Module: CI go Pull requests that update Go code M-synapse-interface size/xs labels Apr 15, 2024
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

Comment on lines +10 to +13




Copy link
Contributor

Choose a reason for hiding this comment

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

Reduce multiple consecutive blank lines to a single blank line.

- 
- 
- 

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code M-ci Module: CI M-synapse-interface size/xs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants