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
It is desirable to allow the user to change --blockchain-service-url during runtime, especially if the endpoint is having outages or not providing responses based on other limitations.
Implement the changes to allow this parameter to be changed in during runtime, so user does not have to shutdown Node
Note: This can probably piggyback on the set-configuration command that we already have. Note: Be especially careful not to interrupt ongoing conversations with the old blockchain service when the blockchainServiceUrl changes.
The text was updated successfully, but these errors were encountered:
It is desirable to allow the user to change
--blockchain-service-url
during runtime, especially if the endpoint is having outages or not providing responses based on other limitations.Implement the changes to allow this parameter to be changed in during runtime, so user does not have to shutdown Node
Note: This can probably piggyback on the
set-configuration
command that we already have.Note: Be especially careful not to interrupt ongoing conversations with the old blockchain service when the
blockchainServiceUrl
changes.The text was updated successfully, but these errors were encountered: