-
Notifications
You must be signed in to change notification settings - Fork 39
Move to 0.4.3 contracts #864
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
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
WalkthroughThe updates include changing the Docker image version for the Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant DockerCompose
participant AnvilTestEnv
participant ContractContainer
Developer->>DockerCompose: Start chain service
DockerCompose->>ContractContainer: Pull image v0.4.3
DockerCompose->>ContractContainer: Launch container
Developer->>AnvilTestEnv: Start Anvil test environment
AnvilTestEnv->>ContractContainer: Pull image v0.4.3
AnvilTestEnv->>ContractContainer: Launch container with updated addresses
Possibly related PRs
Suggested reviewers
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (1.64.8)Error: you are using a configuration file for golangci-lint v2 with golangci-lint v1: please use golangci-lint v2 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🧰 Additional context used🪛 Gitleaks (8.26.0)dev/environments/anvil.json6-6: Detected a Generic API Key, potentially exposing access to various services and sensitive operations. (generic-api-key) 🔇 Additional comments (4)
✨ 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 (
|
### Update contracts Docker image version from v0.4.0 to v0.4.3 across development environment configurations and test utilities This pull request updates the contracts Docker image version from v0.4.0 to v0.4.3 across multiple configuration files: • Updates Docker Compose configuration in [docker-compose.yml](https://github.com/xmtp/xmtpd/pull/864/files#diff-6a25daaa729d7279e0cda8eb92399f1a82d4a91f961e1955bb5745e9c99f3c6e) to use the newer contracts image • Updates all contract addresses in [anvil.json](https://github.com/xmtp/xmtpd/pull/864/files#diff-88c3cfe1e54eada0ee89bd90b61152ffa372ae06e03cd28131ab004db20e7075) and adds new configuration entries for app chain and settlement chain components including factories, gateways, and parameter registries • Updates the Docker image version in the `StartAnvil` function within [anvil.go](https://github.com/xmtp/xmtpd/pull/864/files#diff-da4e60931779e2d1dd0aef8398233cc17d7c421cefea0d43d327120c7748a611) for test container creation
Update contracts Docker image version from v0.4.0 to v0.4.3 across development environment configurations and test utilities
This pull request updates the contracts Docker image version from v0.4.0 to v0.4.3 across multiple configuration files:
• Updates Docker Compose configuration in docker-compose.yml to use the newer contracts image
• Updates all contract addresses in anvil.json and adds new configuration entries for app chain and settlement chain components including factories, gateways, and parameter registries
• Updates the Docker image version in the
StartAnvilfunction within anvil.go for test container creation📍Where to Start
Start with the Docker Compose configuration in docker-compose.yml to see the primary image version update, then review the contract address changes in anvil.json.
Macroscope summarized 5017753.
Summary by CodeRabbit