-
Notifications
You must be signed in to change notification settings - Fork 68
Fix code formatting with gofmt #203
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
Fix code formatting with gofmt #203
Conversation
Co-Authored-By: Chris Li <chris@avaprotocol.org>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: Chris Li <chris@avaprotocol.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I manually examine the changes. They look fine.
BlobGasPrice: blobGasPrice, | ||
BlobGasUsed: uint64(txReceipt.BlobGasUsed), | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file should wait for the change in https://github.com/AvaProtocol/EigenLayer-AVS/pull/199
Co-Authored-By: Chris Li <chris@avaprotocol.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since all unit tests passed, approving this change.
* Fix code formatting with gofmt Co-Authored-By: Chris Li <chris@avaprotocol.org> * Fix nil pointer dereference in ContractWriteProcessor.Execute Co-Authored-By: Chris Li <chris@avaprotocol.org> * Revert changes to vm_runner_contract_write.go to wait for PR #199 Co-Authored-By: Chris Li <chris@avaprotocol.org> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Chris Li <chris@avaprotocol.org>
Fix code formatting with gofmt
This PR only fixes code formatting issues using gofmt. No code logic was changed.
Changes
Link to Devin run: https://app.devin.ai/sessions/f20489b868ce4e9aab4f3d2cd6eac455
Requested by: Chris Li (chris@avaprotocol.org)