Added
- Add OCR2 Plugin selection for FMS
- Added kebab case aliases for the following flags:
evm-chain-id
alias forevmChainID
in commands:chainlink blocks replay
,chainlink forwarders track
,chainlink keys ... chain
old-password
alias foroldpassword
in commands:chainlink keys ... import
new-password
alias fornewpassword
in commands:chainlink keys ... export
new-role
alias fornewrole
in commands:admin users chrole
set-next-nonce
alias forsetNextNonce
in commands:chainlink keys ... chain
Changed
- TOML configuration and secrets are now scoped to
chainlink node
command rather than being global flags. - TOML configuration validation has been moved from
chainlink config validate
tochainlink node validate
. - Move
chainlink node {status,profile}
tochainlink admin {status,profile}
.
Removed
- Configuration with legacy environment variables is no longer supported. TOML is required.