08:20:53 @hyc: thanks just seen your reply above re:compiling. 09:58:05 When is the last time we made changes to wallet-rpc which are not backward compatible with the precedent versions? 10:44:30 Also: if you know updated libraries that handle monero stuff, please post the link here (beside all the stuff in the Monero Ecosystem project) 16:47:38 Weekly meeting begins in #monero-research-lab at 17:00 UTC (about 15 minutes from now) 19:31:16 What would be the difficulty to create an exportable/importable 'black box' of the currently non-portable wallet data that isn't tied to the seed? So stuff like address tagging, notes, etc. 19:31:38 The 'black box' would be encrypted with the private key, so you could theoretically upload it wherever you want 19:31:48 Especially important that it's easy for other wallet providers to implement 19:32:06 Would be good to have it sync on wallet open/close IMO 19:37:54 To build on this. I think spending proofs are currently useless, since you need to be on the exact computer that you were ok when you sent a tx. 19:38:11 Like, what if I changed computers or something? All tx I sent beforehand I can no longer prove. 19:38:37 (unless you backed up and restored the cache manually IIRC) 19:38:38 What would it take to be able to prove that a tx was sent, to who, and for how much, just based off of what is stored on the blockchain? 19:38:49 Perhaps infeasible. 19:39:13 But worth exploring. Because right now the utility is very very limited on this feature, for what should be an awesome (and needed) thing. 19:40:04 "Monero - it's so private even *you* can't prove anything." 19:40:14 :P 19:40:36 tbf this isn't a huge deal right now, but mostly because adoption is low/merchant usage is low 19:40:51 The more Monero gets used and builds a circular economy the more important an easy way to backup/restore proofs will be IMO 19:44:12 I look forward to getting a more interesting answer: https://monero.stackexchange.com/questions/2824/how-do-i-merge-wallet-data-from-multiple-wallets-that-control-the-same-address 20:21:19 We do that already. If your wallet is "foo.keys", then "foo" is that file. 20:26:17 Yeah, but using the same wallet on 3 computers and a phone makes it a bit difficult? 20:30:41 It makes what difficult ? 20:35:49 The leads are weak? 20:36:14 mooo: I know of set/get attributes in wallet2 for wallet caches, do you recall if there is also a `list` function to list available keys? 20:40:02 I don't think there is a list. 20:40:35 Yeah I only see set_attribute() / get_attribute() 20:40:38 alright thanks