-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BCF-2492 Remove evm default chain id (#10490)
* Remove evm default chain id usage - Remove default chain id from LegacyChainContainer - Add alternate function for default chainID in tests * Remove the rest of evm default chain id usage - Remove default chain id from LoopRelayAdapter - Remove default chain id use from common.go getChain - Remove default chain id use from evm relayer init * Enforce evmChainID to be defined in all jobspecs where present * Remove setdefault chain id from NewLegacyChainsWithChain() mock * Change cltest NewApplicationWithConfig to init evmopts if evm enabled * Fix pipeline & eth_keys & jobs controller tests to encode evmChainID * Add evmChainID to test tomls and to VRFSpecParams testspec struct * Add evmChainID to vrf submit_tx pipeline vars and testspec source * Add evmChainID to testspecs job specs where missing * Add evmChainID flags to shell local tests * Change TestORM_CreateJob_OCR_DuplicatedContractAddress - Remove code that relied on default chainID * Change orm validation missing evmChainID error message * Change tests that relied on default chainID to use replacement func - Fix evm transfer controller tests - Fix integration test helpers - Fix head tracker tests - Fix evm transaction commands test * Add deprecated tag to default chainID helper funcs and update err msg * comment out test case in TestShell_ReplayBlock * minor tests fix * Add evmchainID to spec to keepers and flux integration tests * Add evmChainID to vrfv2 pipeline vars * Fix evmChainID parsing in estimategas pipeline task * Add evmChainID to estimate gas and eth call pipeline tasks vars spec * Fix/Change cmds tests to use evmChainID * Fix vrf integration tests and helpers to use evmChainID * Add evmChainID parsing string as default val to pipeline tasks that use it * Add evmChainID to specs in internal features_test * Add evmChainID to vrf and ocr smoke test job specs * Fix evmChainID in keepers tests * Fix evmChainID in fluxmonitorv2 tests * Fix estimategas, ethcall/tx default evmChainID values for parsing vars * Remove default tag from EstimateGasLimitTask.EVMChainID * Add evmChainID to pipeline vars in directRequest handleOracleRequest * Add evmChainID to all pipeline vars where needed * Resolve develop merge issues * Fix evmChainID pipeline vars parsing * Add mock calls to direct request tests for EVMChainID() call * Run make go generate * Add unit tests for job creation evmChainID validation * Fix keepers and flux smoke tests to have evmChainID in the jobspec * Fix smoke test job spec evmChainID for ocr, reorg, runlog and vrf * Fix integration tests by adding chainID to OCR task and Bootstrap Spec * Fix integrations test OCRTaskJobSpec struct field naming case * minor fix to keeper job creation smoke test * Remove unnecessary error wrap in ValidatedOracleSpecToml * Remove shell_remote test case that relied on default evmChainID * Remove keystore migrate as all v1 keys should have been migrated by now * Use %q in (c *LegacyChains) Get() for better error msg output * Fix TestShell_ReplayBlocks test by fixing err message assert * Add changes to CHANGELOG.md
- Loading branch information
Showing
85 changed files
with
496 additions
and
483 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.