-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using a provider in NewCommitServices and NewExecServices (#957)
Requires https://github.com/smartcontractkit/chainlink-solana/pull/730/commits https://github.com/smartcontractkit/chainlink-starknet/pull/445/commits https://github.com/smartcontractkit/chainlink-common/pull/546/commits https://github.com/smartcontractkit/chainlink-cosmos/pull/408/commits ## Motivation Use a chain-agnostic provider in NewCommitServices and NewExecServices ## Caveats `NewCommitStoreReader` and `NewPriceGetter` still need to be figured out as they violate the one provider --> one relayer model . `NewCommitStoreReader` approach: #1080 `NewPriceGetter` will be consumed by the `ContractReader` abstraction. --------- Co-authored-by: ilija42 <[email protected]> Co-authored-by: Aaron Lu <[email protected]>
- Loading branch information
1 parent
cf5caf4
commit bd1db00
Showing
43 changed files
with
2,149 additions
and
1,767 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"ccip": patch | ||
--- | ||
|
||
NewCommitServices + NewExecServices use a provider |
This file contains 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
This file contains 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
Oops, something went wrong.