Update 14 October, 2021

Thank you for the heavy work team MaidSafe! I add the translations in the first post :dragon:


Privacy. Security. Freedom

6 Likes

If cross platform issues are genuinely slowing development and testing, I don’t think anyone would resent targeting one platform initially. If Linux can be that target docket containers or VMs could be used to give broader access on other OS.

My thoughts previously were that this wasn’t a huge issue at this stage. From the comments above, it sounds like it may be more of a thorn in the side.

4 Likes

It’s not impeding us as much as it seems. The underlying libs like quinn and tokio take most of that away, but now all of it. It’s not a worry too much though.

8 Likes

Careful Traktion, dangerous territory. I suggested this very thing as one of my first few posts in 2017 and was shouted down by the forum community.

4 Likes

@dirvine @Josh how much percent of maidsafe is completed? No offense :pray:

1 Like

None taken. I would not know how to answer that though. Features in place ~99% (we need to work out farming with a privacy currency), features in code ~99%, features integrated into Safe 95%. How many bugs left, who knows?

I am not even sure what the question means to be fair, what would the actual difference in time to launch. The phrase 90% of effort in the last 10% is close to true.

There’s the answer and we know as much as we did before the question :wink:

23 Likes

Seems from the outside that the main feature work is on the token - farming, spending, etc. It was one thing to say lets have a token and do this & that, but more work to implement it. To make it really anon, farming rewards fairly, spending it, and make it so its not sluggish.

Needs to be done though and important to get workable.

10 Likes

Well done on the progress, it sounds like you feel you can see more daylight now.

3 Likes

It’s getting there @joshuef last night did a thing! that cut messages down from circa 35,000 to 500 and indications on some runs we can get from 60,000 messages to approx 32, that allows cleaner logs, more efficiency and seeing more light. The guys have really pushed hard at this one and it’s paying off.

26 Likes

Would that be the AE back off?

Whatever it was, that’s a helluva optimization! Great work being done.

6 Likes

It’s a mix, but a big part is using a backoff mechanism when nodes are busy, so resend but with exponential delays (like CSMACD in ethernet). Mixing with Ae updates and we are giving nodes a chance. A nice thing though to see we could send so many messages so quickly :slight_smile: although we shouldn’t do that.

14 Likes

I’m guessing this could reduce memory utilisation which was one of the puzzling features of the public testnets. An amazing optimisation regardless.

9 Likes

It is why blockchain cant solve the problem! :slight_smile:

Thanks team!

1 Like