04:43:58 selsta Are you in charge of the new RISV 64-bit CI build ? 07:54:50 jberman: is background-sync code production ready? thinking about adding it to my wallet 08:17:12 I'll have it there by end of this week. Was just about to move back over to it 08:18:02 r4v3r23: IIRC the biggest thing it still needs is a check that it's enabled in commands that require usage of the spend key, so they error out and indicate the user should disable the mode. Like CHECK_MULTISIG_ENABLED 08:20:30 jberman[m]: excellent, i was about to start work on the wallet sync part so this is perfect timing 08:21:52 nice :) 08:28:33 "r4v3r23: IIRC the biggest..." <- not sure i follow here, when background sync is enabled user will have to disable it to use spend functions? 08:33:47 as implemented, when background sync is enabled, the spend key is wiped from memory. the spend key needs to be brought back into memory to be used (which requires the user to re-input their password). I implemented `disable_background_sync_mode` to accept the password as input and load the spend key: 08:33:48 https://github.com/j-berman/monero/commit/238ea538f218ad447808c6806386a73bb1ab0fd5#diff-04cf14f64d2023c7f9cd7bd8e51dcb32ed400443c6a67535cb0105cfa2b62c3cR13189 08:34:40 better link: https://github.com/j-berman/monero/blob/238ea538f218ad447808c6806386a73bb1ab0fd5/src/wallet/wallet2.cpp#L13189 08:44:27 right, ok that makes sense 12:21:56 jeffro256[m]: not sure what you mean with in charge 12:22:42 I added it to CI because there was an example for it in our README but otherwise I don't know much about RISC-V 12:25:03 https://github.com/monero-project/monero#cross-compiling 19:39:26 i have been asked to approach a community work group (dev) to review my investigations at https://github.com/plowsof/verify-mb-gui-binaries 23:32:45 selsta do you know why the ccache job would loop for 6 hours before being canceled? 23:33:16 link? 23:33:31 https://github.com/monero-project/monero/actions/runs/3041049455/jobs/4897774470 23:34:06 Is it downloading something? 23:34:18 THe only messages are "Received x of 104621227 (y%), 0.0 MBs/sec" 23:34:20 can you reproduce this? or did it only happen once? 23:34:31 seems to be a github cache action bug 23:34:38 never seem this before