Skip to content

feat: upgrade rollups-contracts to v2.1.0 - #708

Merged
vfusco merged 1 commit into
next/2.0from
feature/update-contracts
Nov 7, 2025
Merged

feat: upgrade rollups-contracts to v2.1.0#708
vfusco merged 1 commit into
next/2.0from
feature/update-contracts

Conversation

@vfusco

@vfusco vfusco commented Nov 7, 2025

Copy link
Copy Markdown
Collaborator

No description provided.

@vfusco vfusco added this to the 2.0.0 milestone Nov 7, 2025
@vfusco
vfusco requested review from Copilot and guidanoli November 7, 2025 19:24
@vfusco vfusco self-assigned this Nov 7, 2025

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the rollups-contracts dependency from version 2.0.0 to 2.1.0 and updates Foundry from version 1.1.0 to 1.4.3 across the project.

  • Updates contracts version to 2.1.0 and Foundry to 1.4.3 with corresponding checksums
  • Adds error handling for application deployment in anvil.go
  • Regenerates contract bindings to include new contract methods (getNumberOfAcceptedClaims and getNumberOfExecutedOutputs)

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
test/devnet/Dockerfile Updates Foundry version to 1.4.3 and contracts version to 2.1.0 with updated checksums for both amd64 and arm64 architectures
pkg/ethutil/anvil.go Adds error handling check after deploying self-hosted application
pkg/contracts/iconsensus/iconsensus.go Regenerates contract bindings with updated ABI including new getNumberOfAcceptedClaims function
pkg/contracts/iapplication/iapplication.go Regenerates contract bindings with updated ABI including new getNumberOfExecutedOutputs function
Makefile Updates contracts version to 2.1.0, updates contract artifact checksum, updates devnet contract addresses, and improves cleanup commands with -f flag

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pkg/ethutil/anvil.go
@vfusco
vfusco force-pushed the feature/update-contracts branch 2 times, most recently from abe553d to 732bbb1 Compare November 7, 2025 19:32
@vfusco
vfusco requested a review from Copilot November 7, 2025 19:39

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pkg/ethutil/anvil.go Outdated
@vfusco
vfusco force-pushed the feature/update-contracts branch from 732bbb1 to 7082840 Compare November 7, 2025 19:44
@vfusco
vfusco merged commit 7082840 into next/2.0 Nov 7, 2025
6 checks passed
@vfusco
vfusco deleted the feature/update-contracts branch November 7, 2025 21:49
@github-project-automation github-project-automation Bot moved this to ✅ Done in Rollups SDK Nov 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants