-
Notifications
You must be signed in to change notification settings - Fork 20
Plex 131 evm capability part 2 #1202
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # pkg/loop/chain-capabilities/evm/evm.pb.go # pkg/loop/chain-capabilities/evm/evm.proto # pkg/loop/internal/pb/contract_reader.pb.go # pkg/loop/internal/pb/generate.go # pkg/loop/internal/relayer/evm.go
…EX-131-evm-capability # Conflicts: # pkg/loop/internal/relayer/evm.go
- Detach EVM grpc service from RelayerSet proto - Refactor code and files to be more intuitive
# Conflicts: # pkg/loop/internal/pb/contract_writer.pb.go
…e cap impl. can import them
# Conflicts: # pkg/billing/pb/billing_service.pb.go # pkg/billing/pb/billing_service.proto
This reverts commit 94834cd.
…ty-2 # Conflicts: # pkg/capabilities/v2/chain-capabilities/evm/chain-service/evm.pb.go # pkg/capabilities/v2/chain-capabilities/evm/chain-service/evm.proto # pkg/capabilities/v2/chain-capabilities/evm/chain-service/evm_grpc.pb.go # pkg/loop/internal/pb/contract_writer.pb.go # pkg/loop/internal/pb/evm/generate.go # pkg/loop/internal/pb/relayerset/relayerset.pb.go # pkg/loop/internal/pb/relayerset/relayerset.proto # pkg/loop/internal/pb/relayerset/relayerset_grpc.pb.go # pkg/loop/internal/relayer/evm.go # pkg/loop/internal/relayer/pluginprovider/contractwriter/contract_writer.go
jmank88
approved these changes
May 21, 2025
ettec
approved these changes
May 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the part2 of the evm chain capability PR, the first part changed a lot of the import paths to allow the evm chain capability to import the necessary proto files, the second part contains all of the actual changes
The capability implementation is here
https://github.com/smartcontractkit/capabilities/pull/101
core ref: a62f74407c6d6783865f383a3917aea646ff8f5a
Needs to go in with
smartcontractkit/chainlink#17668
smartcontractkit/chainlink-evm#68
part 1 #1174