1. Enhancements to baseLedgerEndpoint Configuration
The baseLedgerEndpoint in the Paladin node configurations now supports specifying the endpoint type (local or endpoint) with the corresponding details:
Local Configuration:
spec:
baseLedgerEndpoint:
type: local
local:
nodeName: node2
The build.gradle file has been updated to include a new task for preparing artifacts.
The github action will release the artifacts as well, this will enable installing the CRs independently from the operator installation . Here is an example.
Overview
1. Enhancements to
baseLedgerEndpoint
ConfigurationbaseLedgerEndpoint
in the Paladin node configurations now supports specifying the endpoint type (local
orendpoint
) with the corresponding details:2. Build Enhancements
build.gradle
file has been updated to include a new task for preparing artifacts.