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 - Devnet from Arbitrum Sepolia to Sepolia #169

Open
wants to merge 386 commits into
base: master
Choose a base branch
from
Open

Conversation

jaybuidl
Copy link
Member

@jaybuidl jaybuidl commented May 10, 2023

Summary by CodeRabbit

  • New Features

    • Introduced a new CODEOWNERS file for repository ownership management.
    • Added a new workflow for dependency review to enhance security by scanning for vulnerable dependencies.
    • Implemented a new Scorecard workflow for supply-chain security analysis.
    • Added a SonarCloud analysis workflow for code quality and security assessment.
    • Enhanced deployment scripts for various blockchain interactions, including new contracts and updated deployment strategies.
  • Bug Fixes

    • Updated .gitignore to exclude unnecessary environment files and directories.
  • Documentation

    • Updated README.md and contracts/README.md to reflect changes in project structure, deployments, and instructions.
  • Chores

    • Modified configuration files for Dependabot and various GitHub Actions workflows to improve functionality and security.
    • Removed outdated deployment details and contracts from the repository.

jaybuidl and others added 30 commits April 27, 2023 20:11
…logic

Feat(web): finish snapshot pagination logic
…re...

Also refreshed the gnosis/chiado deploy scripts, refreshed README.md
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.14 to 3.9.17.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](patriksimek/vm2@3.9.14...3.9.17)

---
updated-dependencies:
- dependency-name: vm2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
fixes and updates for vea bots, subgraph and veascan
Copy link
Contributor

coderabbitai bot commented Jun 5, 2024

Walkthrough

The changes encompass the introduction and modification of several GitHub workflow files, a CODEOWNERS file, and deployment scripts for smart contracts. A new .github/CODEOWNERS file specifies ownership for various directories and files, while updates to .github/dependabot.yml enhance dependency management. Multiple workflows for CodeQL analysis, contracts testing, and security reviews have been added or modified to include new triggers and steps. Additionally, several deployment scripts for cross-chain messaging contracts have been introduced, reflecting updates in the deployment process and network configurations.

Changes

File Path Change Summary
.github/CODEOWNERS New file specifying ownership for various directories and files, including default and specific ownership entries.
.github/dependabot.yml Updated to version 2, added "docker" ecosystem, and set daily update checks with specific assignees.
.github/workflows/codeql-analysis.yml Workflow renamed to "CodeQL Advanced," expanded branch triggers, added permissions, and updated steps.
.github/workflows/contracts-testing.yml Added triggers for dev branch, permissions section, and new steps for Node.js setup and caching.
.github/workflows/dependency-review.yml New workflow for scanning dependencies in pull requests for known vulnerabilities.
.github/workflows/deploy-bots.yml Updated to allow manual triggering, added permissions, and modified several steps for deployment.
.github/workflows/scorecards.yml New workflow for supply-chain security analysis using Scorecard tool with multiple triggers.
.github/workflows/sonarcloud.yml New workflow for SonarCloud analysis triggered by specific events with defined permissions.
.gitignore Updated to include new environment files and modified paths for subgraph outputs.
.husky/pre-commit Removed yarn depcheck command from the pre-commit hook.
.nvmrc Updated Node.js version from lts/fermium to 18.
.vscode/settings.json Updated Solidity compiler version and added new words for spell checker.
.whitesource New configuration file for vulnerability scanning and issue management.
.yarnrc.yml Modified Yarn settings, including new compression level and telemetry settings.
README.md Expanded project description, updated badges, and removed outdated references.
contracts/README.md Updated deployment addresses and instructions for various networks, reflecting recent changes.
contracts/deploy/*.ts Multiple new deployment scripts for cross-chain messaging contracts with updated parameters and logic.
contracts/deployments/arbitrumGoerli/*.json New files for deployed contracts on Arbitrum Goerli, detailing contract addresses, ABIs, and events.
contracts/deployments/arbitrumGoerli/FastBridgeSenderToGnosis.json Removed deployment details for the FastBridgeSender contract.

Possibly related PRs

Suggested labels

Type: Maintenance :construction:, Type: Feature🗿, Package: Contracts

Suggested reviewers

  • alcercu

Poem

In the garden of code where the rabbits play,
New paths and owners brighten the day.
With workflows and scripts, we hop and we bound,
In the world of Vea, new treasures are found!
So let’s code and create, with joy in our hearts,
For every new change is where magic starts! 🐇✨


🪧 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 or @coderabbitai title 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.

@jaybuidl jaybuidl changed the title Release - Devnet from Arbitrum Goerli to Goerli Release - Devnet from Arbitrum Sepolia to Sepolia Jul 31, 2024
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.

9 participants