Bartek Tofel
Bartek Tofel
This pull request refactors the DON (Decentralized Oracle Network) TOML configuration files and documentation to remove the legacy `bootstrap_node_index` and `gateway_node_index` fields, replacing them with an explicit `roles` attribute for...
Why? We had the same configuration overrides repeated for all nodes in almost all configs. It made sense to move it to Go code and apply always (with the exception...
Instead of doing our own thing use the changeset! Also, added a support for a couple of configurable fields to maintain feature parity, while making it backwards compatible.
To install capability binaries instead of building them from source. It is both faster and it allows us to the same configuration files (e.g. `plugins/plugins.private.yaml`) as our Docker images use....
Instead of using hardcoded contract addresses read them from local CRE state file, while still allowing to pass custom addresses via cmd line flags (e.g. when using the cmd line...
Why? So that 3rd parties could instruct the local CRE to use a different `private.plugins.yaml` file without touching the `chainlink` repo. How? By running `go run . env setup -c...
Why? Some of the users do not need Chip Ingress/Billing, they don't have access to repos/ECRs and they want to be able to skip that part of the setup.