Pre-Dev-Update Thread! Yay! :D

I wonder if we can proactively try and pinpoint this failure in future… Maybe run a. balance check every 15 mins and if we hit this we know we’ve an issue in that time frame?

3 Likes

Can’t hurt

@Josh has added time stamps to his NTracking so I think we will have a record of balance every 20 min so with NTracking we can pinpoint it to a 20 min window for next testnet run.

3 Likes

looking at NTracking we can already get a time frame.
the issue happened Jan 15th between 15:00 and 15:20

I’d check the logs for wallet write’s around then and see if any errors were cropping up.

My logs don’t go that far back I’m storing 10 uncompressed log files which I believe is about 24hrs worth :frowning:

But will be on it next time

2 Likes

next time logs will be more relaxed too (by default at least)

4 Likes

There’s a PR being worked on by Gabriel to implement safe folders commands to create folders on the network using registers and upload/download directory trees.

Here’s the underlying folders API:

Here’s the safe folders CLI command implementation:

And here’s the draft PR to track:

14 Likes

And we have a new toy to play with: feat(client): adding Folders API and CLI cmds by bochaco · Pull Request #1251 · maidsafe/safe_network · GitHub

Folders

The folders storage capability can be demonstrated by uploading folders to the local network, then retrieving them.

Upload a directory:

cargo run --bin safe --features local-discovery -- folders upload <dir-path>

After it finishes uploading the complete directory, with files and sub-directories, it will show the address where the main directory can be pulled from.

Now download the folders, optionally providing a target directory name:

cargo run --bin safe --features local-discovery -- folders download <address> [dir name]

13 Likes

libp2p AutoNATv2 looks close:

15 Likes

Think this one is in your honour @Southside

11 Likes

Anyone for some alpha.0 ?

8 Likes

This is me testing out some release process updates. Laying the ground work to be able to have longer running testnets of varying stability…

17 Likes

@JimCollinson announcement about an announcement has me clutching at straws for clues lol

15 Likes

Drums fingers.

Taps watch.

Looks around.

Pretty lonely in this waiting room.

Time to eat…

11 Likes

Your not alone is it time for Jim’s announcement :thinking:

5 Likes

Are you saying this was a clue about a lead in a riddle that pointed toward Thursday 22 Feb 2024 update?

Upon reevaluating the facts @JimCollinson did indeed promise certainly, under oath that he will reveal his secret today. This much is almost clear.

6 Likes

image

Is today’s update later than usual?

6 Likes

@mav has been busy on the token claim/distribution mechanism and has a nice solution for Omni MAID holders who can sign a message (so good for hardware wallets too):

17 Likes

So we don’t have to send the tokens?

1 Like

Just out of curiosity, how would that work? I understand the signing a message part. But, I do not understand how that would prevent someone from using a CEX or DEX shortly after to sell the coins one has already converted to SNT (or whatever it’s going to be called).