-
Notifications
You must be signed in to change notification settings - Fork 57
Added GetNetworkName and other small fixes #354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are integration tests missing for the new getNetworkName? I've added integration tests in my PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
second @fboucquez on downcasts and response parameter handling
getNetworkName()
inNetworkHttp
which return the name and description of current network. Kept thegetNetworkType()
which return the current network identifier fromnode/info
MosaicId
construction for undefined id (though the undefined value should not get passed via type check by Typescript)Issue: #348, #319