-
m-relay<plant-boy:matrix.org> I would like to learn about how dandelion++ is working in monero. Do you have a link to documentation describing this? If that is not available, maybe someone can point me to were this is implemented in the code?
-
moneromoooDid you look at the git log ? Messages should have some description.
-
moneromoooie, git log, then search for andelion.
-
m-relay<f:monero.social> gitlab.com/fullmetalScience/sxmo-on…0751d8910dd93be/xmrpc/xmrpc.sh#L898
-
m-relay<f:monero.social> I just added continous saves to XMRPC (calling RPC's `store` every 5 minutes), but was wondering why the RPC wouldn't offer this as a switch (i.e. `--autosave-frequency X`?
-
m-relay<f:monero.social> gitlab.com/fullmetalScience/sxmo-on…0751d8910dd93be/xmrpc/xmrpc.sh#L898
-
m-relay<f:monero.social> I just added continous saves to XMRPC (calling RPC's `store` every 5 minutes), but was wondering why the RPC wouldn't offer this as a switch (i.e. `--autosave-frequency X`)?
-
moneromoooBecause nobody felt it was useful enough to do it.
-
m-relay<f:monero.social> In the sense of discarding the idea after evaluation of a potential need in the community or simply no dev stepping in to code it?
-
moneromoooAFAIK, in the sense of the latter.
-
moneromoooBe aware that saving can be time consuming for large wallets. As long as it's optional, it should not be a problem though.
-
moneromoooAlso, there was this vague plan to switch the wallet cache to a database, which would have made saving moot.
-
moneromoooBut this never got done, and IIRC some people are rewriting all this code anyway so it's not seen as a worthwhile change anymore.
-
m-relay<f:monero.social> Okay. I'll leave this in my tool until obsolete. Same goes for auto-saving whenever information is written (tx_notes, labels, tags, ...).