Skip to content

fix(coprocessor): fhevm-listener, unused variable#262

Merged
rudy-6-4 merged 1 commit intomainfrom
rudy/fix/fhevm-listener-unused-variable
Jun 19, 2025
Merged

fix(coprocessor): fhevm-listener, unused variable#262
rudy-6-4 merged 1 commit intomainfrom
rudy/fix/fhevm-listener-unused-variable

Conversation

@rudy-6-4
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Collaborator

@dartdart26 dartdart26 left a comment

Choose a reason for hiding this comment

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

Added a single comment, because not sure of the implications.

Comment thread coprocessor/fhevm-engine/fhevm-listener/src/cmd/mod.rs
@rudy-6-4 rudy-6-4 requested a review from dartdart26 June 18, 2025 13:33
@rudy-6-4 rudy-6-4 force-pushed the rudy/fix/fhevm-listener-unused-variable branch from a33a562 to 524ae89 Compare June 18, 2025 13:33
@rudy-6-4 rudy-6-4 force-pushed the rudy/fix/fhevm-listener-unused-variable branch from 524ae89 to f6d5525 Compare June 18, 2025 13:36
@rudy-6-4 rudy-6-4 merged commit b89ada4 into main Jun 19, 2025
62 checks passed
@rudy-6-4 rudy-6-4 deleted the rudy/fix/fhevm-listener-unused-variable branch June 19, 2025 11:32
paulo-zama pushed a commit that referenced this pull request Mar 26, 2026
- In the new version, many types (Provider, Receipts, Logs) are network aware (Ethereum, Arbitrum, Anvil or the Generic AnyNetwork).

- By design, the provider and other parts of our code are not network aware. So that we can use Ethereum (fhevm chain) and Arbitrum (gateway chain) in production and Anvil on both sides for local testing.

- Also, we don't use any Network specific features (like L1 block info as with Arbitrum or so on). 

- So, in this upgrade, used AnyNetwork as the Network type.
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.

2 participants