-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support default config file overrides (#14090)
* support default config file overrides * lint * adding test for when default is not used * WIP: negative test for when an override is specified for a chain that does not exist in the embedded defaults * using env package * relaxing strict override restriction, and improving log line details * lint + CustomDefaultsEnvKey --> CustomDefaults * removing invalid test * crash the node if can't read or load all files from overriden defaults * accounting for Fatalf in control flow * evm defaults look for evm suffix. Duplicate chain IDs fail validation * removing negative path testing due to CI failures * removing mkdirs * updating config after rebase * re-enabling negative path * removing comment
- Loading branch information
1 parent
7e82972
commit 5bda8af
Showing
4 changed files
with
523 additions
and
5 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
Oops, something went wrong.