Add a config flags to standardize how we do things - #2316
Conversation
…ve common structs for things like DB, OCR, etc? EVM and the like would then go in chainlink-evm.
✅ API Diff Results -
|
| // hand-written document can be turned into documentation). Implement it to document a format | ||
| // other than TOML; see TOML for the reference implementation. |
There was a problem hiding this comment.
What else did you have in mind? I thought we were leveraging TOMLs ease of parsing pretty directly here
There was a problem hiding this comment.
From call: I'm worried about this being premature abstraction, but only because it is public API. If this is useful for readability besides, then keeping it internal and evolving until it is ready to be public would be fine.
TBD, should we have common structs for things like DB, OCR, etc? EVM and the like would then go in chainlink-evm.