-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #145 from smartcontractkit/merge-chainlink-sep-18
Merge chainlink sep 18
- Loading branch information
Showing
314 changed files
with
2,360 additions
and
1,249 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
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
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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# ALL_FOUNDRY_PRODUCTS contains a list of all products that have a foundry | ||
# profile defined. Adding a product to this list will make it available for | ||
# snapshotting. | ||
ALL_FOUNDRY_PRODUCTS = vrf automation llo-feeds functions shared ccip | ||
# profile defined and use the Foundry snapshots. | ||
ALL_FOUNDRY_PRODUCTS = llo-feeds functions shared ccip | ||
|
||
# To make a snapshot for a specific product, either set the `FOUNDRY_PROFILE` env var | ||
# or call the target with `FOUNDRY_PROFILE=product` | ||
|
@@ -37,9 +36,12 @@ abigen: ## Build & install abigen. | |
mockery: $(mockery) ## Install mockery. | ||
go install github.com/vektra/mockery/[email protected] | ||
|
||
.PHONY: foundry | ||
foundry: ## Install foundry. | ||
foundryup --version nightly-ca67d15f4abd46394b324c50e21e66f306a1162d | ||
|
||
.PHONY: foundry-refresh | ||
foundry-refresh: | ||
foundryup | ||
foundry-refresh: foundry | ||
git submodule deinit -f . | ||
git submodule update --init --recursive | ||
|
||
|
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.