chore(operations-gen): delete unused testdata#987
Conversation
We no longer uses the abi and bin files in the test data, we now used the generated bindings instead.
|
There was a problem hiding this comment.
Pull request overview
Removes obsolete EVM ABI/bytecode fixture files from tools/operations-gen/testdata now that operations-gen tests and configs rely on abigen-generated Go bindings (gobindings) instead.
Changes:
- Delete unused EVM
abi/andbytecode/fixture files forLinkTokenandManyChainMultiSig. - Update the E2E golden test comment to reflect the switch from ABI/bytecode fixtures to gobindings.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/operations-gen/testdata/evm/bytecode/v1_0_0/many_chain_multi_sig.bin | Removed unused bytecode fixture. |
| tools/operations-gen/testdata/evm/bytecode/v1_0_0/link_token.bin | Removed unused bytecode fixture. |
| tools/operations-gen/testdata/evm/abi/v1_0_0/many_chain_multi_sig.json | Removed unused ABI fixture. |
| tools/operations-gen/testdata/evm/abi/v1_0_0/link_token.json | Removed unused ABI fixture. |
| tools/operations-gen/internal/families/evm/evm_golden_test.go | Updated test comment to reference gobindings fixtures. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|





We no longer uses the abi and bin files in the test data, we now used the generated bindings instead.