[09:18:35] https://cdn.discordapp.com/attachments/416000318149754881/604935721253601300/Screenshot_from_2019-07-28_15-16-52.png [09:18:36] https://cdn.discordapp.com/attachments/416000318149754881/604935725837713409/Screenshot_from_2019-07-28_15-17-12.png [09:18:37] https://cdn.discordapp.com/attachments/416000318149754881/604935732590542858/Screenshot_from_2019-07-28_15-18-14.png [09:18:39] https://cdn.discordapp.com/attachments/416000318149754881/604935738420756480/Screenshot_from_2019-07-28_15-18-16.png [09:18:49] What do you guys think of the theme? [09:19:04] @prole @aguycalled @Goku @anquii [09:19:59] Don't mind the icons on the status bar, those are going to be moved to top of wallet (Next thing I'm working on) [09:21:04] I think its good to have this option [09:40:30] Looks good. The dark theme is pretty patchy on my Mac at the moment [09:41:07] Will this be a setting in the app? Or controlled by the OS theme? [09:55:34] This is the app's code 😃 [09:55:43] Will look same on all OSs (in theory) [09:55:48] Looks cool 👌 [09:57:03] When we can see DAO build? [09:58:09] See if you can hook it to switch on OS theme of at all possible [09:58:19] As well as the settings option [09:58:42] Otherwise light theme displays a bit broken when you have the OS theme to dark on mav [09:58:45] *mac [09:59:21] Like.. detect OS theme on start and alter the setting [09:59:33] I've refactored alot of the theme/skin code on navcoin [09:59:43] Dark and light theme will not be affected by system colors [09:59:49] Okay [09:59:50] Nice [09:59:55] That's the other way [09:59:59] 😎 [10:00:00] I've created styles for both themes individually [10:00:09] Great [10:00:14] Yeah, I was gonna have it use system colors [10:00:30] But i thought it would be too hard to make it look good on multple systems [10:00:46] I'll give you a prebuilt bin in a few minutes to test on OSX [10:00:52] Sure [10:00:54] To see if my implementation works good [10:01:12] Just remember to disable the lines of code that uploads all my private keys [10:01:16] 😂 [10:01:24] I can test it on Windows 10 if you need [10:01:59] GTG BBS [10:02:09] Alright [10:02:51] Just remember to disable the lines of code that uploads all my private keys Too late, you already ran one of my binaries before 🤣 [10:24:02] Morning. Yesterday my staking wallet crashed big time. With a message about debug.log file. I had to re sync blockchain [10:24:33] https://cdn.discordapp.com/attachments/416000318149754881/604952321104805908/debug.log [10:24:53] That's the log file in case you want to take a look [10:25:28] This looks like it's related to the error that me and prole were trying to replicate [10:25:33] 2019-07-27 20:06:09 ERROR: ReadBlockFromDisk(CBlock&, CBlockIndex*): GetHash() doesn't match index for CBlockIndex(nprev=0x7fc12905cce0, nFile=13, nHeight=3338305, nMint=0.00, nCFSupply=0.00, nCFLocked=0.00, nFlags=(-)(0)(PoW), nStakeModifier=0000000000000000, hashProof=0000000000000000000000000000000000000000000000000000000000000000, prevoutStake=(COutPoint(0000000000, 4294967295)), nStakeTime=0 [10:25:34] merkle=062c6ae2e1a35b9e3335516a793dec3bf2bcf859cba9480c371e115dc83c1088, hashBlock=64235c222a4986145dbac53505718127f8c4dc7754f5071581b3a11d5aa44c16) at CBlockDiskPos(nFile=13, nPos=103616619) 2019-07-27 20:06:09 *** Failed to read block [10:26:13] @prole is this same issue we saw 2 weeks ago? [10:26:21] With the hash being 0000000000000000000000000000000000000000000000000000000000000000 [10:29:22] Mmm [10:29:40] We saw some problem with the proposal hash being 000000 [10:29:57] This looks like it was unable to read from the disk? [10:30:02] Yeah, that's the issue I was thinking [10:30:19] Yes, but could just be a thread issue [10:30:27] Where it trys to load from disk [10:30:32] But it's not been writen yet [10:30:55] I have had my staking node crash when the secondary disk I store the blockchain on unmounted for some reason [10:31:07] Maybe this is similar? [10:31:27] Did it come back up when you restarted @Juguelio ? [10:34:58] Hmmm, that's also possible [10:35:19] And we can't really fix that (I mean the crash that is caused by a filesystem dismount) [10:35:24] Unless you know some magic 😄 [10:35:51] Yes... [10:36:09] I literally had to download bootstrap for wallet to start [17:45:33] Moved the statusbar widgets to the top right of the wallet [17:45:34] https://cdn.discordapp.com/attachments/416000318149754881/605063305601482755/Screenshot_from_2019-07-28_23-43-54.png [17:45:34] https://cdn.discordapp.com/attachments/416000318149754881/605063309829472298/Screenshot_from_2019-07-28_23-44-54.png [17:51:39] @prole @aguycalled [17:51:45] Can you check out this PR: https://github.com/navcoin/navcoin-core/pull/577 [17:52:01] It's a fix for a crash on wallet GUI when voting via details dialog on cfund page