You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
/node/memory endpoint exposing the maximum configured heap size, peak and current used sizes.
Changed
Public tables in the KV must now indicate this in their name (with a public: prefix), and internal tables have been renamed. Any governance or auditing scripts which operate over internal tables must use the new names (eg - ccf.members is now public:ccf.gov.members).
--member-info on cchost can now take a third, optional file path to a JSON file containing additional member data (#1712).
Removed
/api/schema endpoints are removed, as the same information is now available in the OpenAPI document at /api.
Deprecated
Passing the SecurityDomain when creating a KV map is deprecated, and will be removed in a future release. This should be encoded in the table's name, with a public: prefix for public tables.