dfinity / sdk

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.
https://internetcomputer.org/developers
Apache License 2.0
173 stars 84 forks source link

feat: add fn load_settings_digest to load_settings_digest #3873

Closed mraszyk closed 2 months ago

mraszyk commented 2 months ago

This PR adds a new function load_settings_digest to fetch the settings digest from the network-id file in the data directory if no settings digest is set in LocalServerDescriptor.

The fix has been tested manually against a development version of the NNS extension.