-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DataSource to ChainOpts and pass to NewChain (#916)
* Add DataSource to ChainOpts and pass to newChain * Remove extra NewDataSource arg * Use sqltest.NewNoOpDataSource() * sqltest -> sqlutil/sqltest * Update go.mod * Fix imports & add replace block to go.mod * Update chainlink refs in go.mod * Add souregraph replace * Fix order of imports * GOTOOLCHAIN=auto * Update Dockerifle & .tool-versions to golang 1.23 * Update chainlink-testing-framework to v1.50.16 Also add ENV GOTOOLFILE=auto to docker image, this might help it work next time even if we haven't updated chainlink-testing-framework yet * Remove setting of GOTOOLCHAIN=auto from workflow * Update chainlink ref in integration-tests
- Loading branch information
1 parent
e68ee4c
commit 3c9282e
Showing
12 changed files
with
168 additions
and
118 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
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.