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

Fixes and updates for vea bots, subgraph and veascan #277

Merged
merged 27 commits into from
Jun 4, 2024

Conversation

divyangchauhan
Copy link
Contributor

@divyangchauhan divyangchauhan commented Mar 7, 2024

updates for vea sepolia devnet deployment


PR-Codex overview

This PR focuses on upgrading Solidity versions and adjusting network configurations.

Detailed summary

  • Upgraded Solidity versions to 0.8.24.
  • Changed network configurations from Goerli to Sepolia.
  • Removed unnecessary files and updated dependencies.
  • Updated contract interfaces and libraries.

The following files were skipped due to too many changes: validator-cli/src/ArbToEth/watcher.ts, contracts/src/interfaces/updaters/ISequencerDelayUpdatable.sol, contracts/src/interfaces/updaters/ISequencerFutureUpdatable.sol, contracts/src/devnets/arbitrumToGnosis/VeaOutboxArbToGnosisDevnet.sol, veascan-subgraph-inbox/package.json, veascan-subgraph-inbox/README.md, contracts/scripts/generateDeploymentsMarkdown.sh, contracts/src/devnets/arbitrumToEth/VeaOutboxArbToEthDevnet.sol, contracts/src/devnets/gnosisToArbitrum/VeaOutboxGnosisToArbDevnet.sol, relayer-subgraph-inbox/subgraph.yaml, contracts/src/canonical/polygon/FxBaseRootTunnel.sol, relayer-subgraph-inbox/package.json, contracts/src/arbitrumToEth/VeaInboxArbToEth.sol, contracts/src/arbitrumToGnosis/VeaInboxArbToGnosis.sol, contracts/src/gnosisToArbitrum/VeaInboxGnosisToArb.sol, veascan-subgraph-outbox/subgraph.yaml, veascan-subgraph-outbox/README.md, contracts/deploy/02-inbox/02-gnosis-to-arb-inbox.ts, veascan-subgraph-inbox/subgraph.yaml, contracts/deploy/02-inbox/02-arb-to-eth-inbox.ts, services/graph-node/docker-compose.yml, validator-cli/src/devnet/arbToChiado/happyPath.ts, contracts/deploy/02-inbox/02-arb-to-gnosis-inbox.ts, veascan-subgraph-inbox/src/VeaInbox.ts, contracts/deploy/01-outbox/01-arb-to-gnosis-outbox.ts, contracts/src/gnosisToArbitrum/VeaOutboxGnosisToArb.sol, validator-cli/.env.dist, contracts/deploy/01-outbox/01-gnosis-to-arb-outbox.ts, validator-cli/src/devnet/arbToGoerli/happyPath.ts, relayer-cli/.env.dist, contracts/src/arbitrumToGnosis/VeaOutboxArbToGnosis.sol, veascan-subgraph-outbox/package.json, contracts/src/arbitrumToEth/VeaOutboxArbToEth.sol, contracts/deploy/02-inbox/02-arb-goerli-to-chiado-inbox.ts, contracts/deploy/01-outbox/01-arb-goerli-to-chiado-outbox.ts, contracts/deploy/02-inbox/02-chiado-to-arb-goerli-inbox.ts, veascan-subgraph-outbox/src/VeaOutbox.ts, veascan-web/src/consts/bridges.ts, contracts/deploy/01-outbox/01-arb-to-eth-outbox.ts, contracts/deploy/01-outbox/01-chiado-to-arb-goerli-outbox.ts, contracts/deploy/02-inbox/02-arb-goerli-to-goerli-inbox.ts, contracts/deploy/03-routers/03-arb-to-gnosis-router.ts, contracts/deploy/03-routers/03-gnosis-to-arb-router.ts, relayer-cli/src/utils/proof.ts, validator-cli/src/utils/devnet.ts, contracts/deploy/01-outbox/01-arb-goerli-to-goerli-outbox.ts, contracts/deploy/03-routers/03-chiado-to-arb-goerli-router.ts, contracts/deploy/03-routers/03-arb-goerli-to-chiado-router.ts, contracts/hardhat.config.ts, relayer-cli/src/devnetRelayExample.ts, relayer-cli/src/utils/relay.ts, contracts/README.md, contracts/package.json, yarn.lock, contracts/deployments/arbitrumSepolia/VeaInboxArbToEthDevnet.json, contracts/deployments/sepolia/VeaOutboxArbToEthDevnet.json

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

contracts/README.md Outdated Show resolved Hide resolved
contracts/README.md Outdated Show resolved Hide resolved
@jaybuidl jaybuidl linked an issue Mar 8, 2024 that may be closed by this pull request
@jaybuidl jaybuidl linked an issue May 15, 2024 that may be closed by this pull request
Copy link
Member

@jaybuidl jaybuidl left a comment

Choose a reason for hiding this comment

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

veascan-web/src/consts/bridges.ts Outdated Show resolved Hide resolved
validator-cli/src/devnet/arbToSepolia/happyPath.ts Outdated Show resolved Hide resolved
relayer-cli/.env.dist Outdated Show resolved Hide resolved
Copy link
Contributor

coderabbitai bot commented May 20, 2024

Important

Auto Review Skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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.

@jaybuidl jaybuidl merged commit 7d63d07 into kleros:testnet Jun 4, 2024
2 of 4 checks passed
@jaybuidl jaybuidl changed the title fixes and updates for vea bots, subgraph and veascan Fixes and updates for vea bots, subgraph and veascan Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Solc version from 0.8.18 to 0.8.24 Migration to Arbitrum Sepolia (instead of Arbitrum Goerli)
3 participants