Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Support for Mir integration #4

Merged
merged 4 commits into from
Oct 10, 2022

Conversation

sergefdrv
Copy link
Contributor

No description provided.

@sergefdrv sergefdrv force-pushed the 2-improve-join-and-leave-to-support-mir branch from a83ee57 to 2baab6e Compare October 6, 2022 14:31
@sergefdrv sergefdrv marked this pull request as ready for review October 7, 2022 11:37
@sergefdrv
Copy link
Contributor Author

@dnkolegov I requested your review just to double-check that everything you need for Mir is supported

Copy link

@dnkolegov dnkolegov left a 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.

Copy link
Contributor

@adlrocha adlrocha left a 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),
Copy link
Contributor

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.

@sergefdrv sergefdrv merged commit 09487f7 into main Oct 10, 2022
@sergefdrv sergefdrv deleted the 2-improve-join-and-leave-to-support-mir branch October 10, 2022 09:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Join and Leave to support Mir
3 participants