-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
7f3c18d
to
a83ee57
Compare
a83ee57
to
2baab6e
Compare
@dnkolegov I requested your review just to double-check that everything you need for Mir is supported |
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.
LGTM!
From a code review perspective, it seems to me that all functionality we have to have for Mir is here.
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.
LGTM. Feel free to merge. Thanks!
We should consider adding some CI to see that all tests for hierarchical_sca (at least) pass (we disabled it at some point). Let's discuss afterwards.
addr: addr.clone(), | ||
// FIXME: Receive address in params | ||
net_addr: String::new(), | ||
net_addr: String::from(net_addr), |
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.
We should consider checking if this is a multiaddr. We should only support multiaddr for this. We can add a TODO and then consider it for the integration.
No description provided.