John Cantrell
John Cantrell
cool, yeah this is still open. actually the CLI probably needs some updating as well. The api has changed a bit so the cli is slightly behind the latest set...
hm it _should_ be reconnecting but I've never really tested it. https://github.com/L2-Technology/sensei/blob/main/senseicore/src/p2p/peer_connector.rs#L278 this runs every 5 seconds and loops over every running node. for each node it loops over each...
at first glance this makes sense to me. the idea is if you had multiple Sensei nodes you probably don't need a network graph on each one. similar to how...
Yeah, pretty sure you're correct about the no channel thing. Though I have a vague memory of matt mentioning something about this before. I think it might be that a...
This is amazing and sorely needed. Thank you for working on this. I'll have to dig in a bit deeper but at first glance my only comment is can we...
yeah that could be an option. most of these issues are just placeholders with ideas not fully fleshed out. we don't even currently expose the mnemonic used, that's probably the...
You've been reading my mind with all these ideas. Yes, this exact model has always been part of the plan :) I'm curious why you say 'most implementations' do it...
implemented in #139
talked a bit about this in discord. I think the path forward with this is going to be an auto-unlock feature that nodes can opt into. If you opt into...
the idea was to store the encrypted passphrases in the database and then when the root node is started/unlocked it's passphrase could be used to decrypt all the other nodes...