Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
option_to_not_found
function calls to latest form on grin masterAddresses all known outstanding Auth issues: #183, #203, #93
On release, users may have to re-organize their API tokens, this needs to be clearly stated in release notes along with instructions. Notes are:
.api_secret
and.owner_api_secret
.api_secret
is the secret shared with the node for wallet to node communication. Previous versions used this file for both node communication and Owner API authentication. This file should now only be used for the node secret and users should update files and paths ingrin-wallet.toml
accordingly.owner_api_secret
is now used only to authenticate the Owner API.grin-wallet.toml
,api_secret_path
corresponds to the Owner API secret file (.owner_api_secret
by default), whilenode_api_secret_path
corresponds to the node secret file (.api_secret
by default)owner_api_include_foreign
option ingrin-wallet.toml
, calls to the Foreign API no longer require the Owner API authentication secret.