-
Notifications
You must be signed in to change notification settings - Fork 39
Use 040 contracts with ABI and new addresses #854
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
WalkthroughThe changes update contract addresses and Docker image tags to use new versions across configuration files and test utilities. New contract address constants are added and grouped in the test configuration. No changes to application logic or exported function signatures are present. Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant Docker Compose
participant TestUtils
participant Blockchain
Developer->>Docker Compose: Start chain service (v0.4.0)
Docker Compose->>Blockchain: Deploy contracts with new addresses
Developer->>TestUtils: Run tests
TestUtils->>Blockchain: Interact using updated contract 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 (4)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (5)
✨ 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 (
|
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. |
Update contract addresses and Docker images to use v0.4.0 contracts with new ABI
Updates all contract addresses across configuration files and test utilities to point to new v0.4.0 contract deployments. The changes include:
• Updates Docker image references from commit hash
sha-73fd9e9to versioned releasev0.4.0in dev/docker/docker-compose.yml and pkg/testutils/anvil/anvil.go• Updates all Settlement Chain and Application Chain contract addresses in dev/local.env
• Updates contract address constants in pkg/testutils/config.go and adds three new contract constants:
PAYER_REGISTRY_ADDRESS,PAYER_REPORT_MANAGER_ADDRESS, andDISTRIBUTION_MANAGER_ADDRESS📍Where to Start
Start with the contract address updates in dev/local.env to understand the scope of contract changes, then review the corresponding test configuration updates in pkg/testutils/config.go.
Macroscope summarized 55078e1.
Summary by CodeRabbit