[00:02:03] @prole I'm working on a PR for @Goku that also replaces those pngs with svg [00:02:14] So might fix that issue [00:02:51] This is the PR for the dao bubble to show count of new proposals / payment requests [00:03:36] I've paid a friend to create vector versions of the main menu icons, namely home, send, receive and community fund icons. [00:04:00] I should have this PR ready tomorrow for review. [00:05:15] @mxaddict what do you think about moving the menu to the left in vertical? [00:05:31] if we wanted to add more options itd be easier if it is laid in vertical [00:07:54] I'll see if I can do it. [00:08:22] So left side menu that has ability to be scrollable incase we add more items in the future? [00:09:00] I like the idea, will also look modern that way. [00:10:12] it should be easy i did it once [00:40:17] my osx build still doesn't build the qt app, only navcoind & cli [00:40:30] so this is using the gitian osx build [00:40:33] on my laptop [03:40:51] https://github.com/navcoin/navcoin-core/pull/545 [03:41:04] merged the latest patch into the rc PR [06:53:10] @prole [06:53:17] I've kicked off gitian [07:02:09] @aguycalled @prole do we have a vector version of the navcoin logo on the top left? [07:02:29] Also, do we still need it if I move the menu to the left side of the wallet? [07:03:22] I mean, we can just have the menu items, no need to have the logo if we move the menu to the left, what do you guys think? [07:09:22] Or maybe keep the logo as well, but will need to be a vector instead of PNG [07:32:38] Friday night here, just about to go out for dinner with some friends [07:32:45] I'll be back on this tomorrow morning [07:33:00] 🙃 [07:33:55] Ack [07:45:30] @prole I got a node to fail reindex [07:45:38] I think it's same block as yours [07:45:41] e5e9e23e134e4bd4b4a88542b4fd771373a6c6420eb3a48a7145dd5c2e1b5692 [07:47:11] And I fixed it with: reconsiderblock d7a50401517d24ee864aad0ad71ce66fd354ac89fd20917d8a6eb07ae40e899a [07:49:19] Steps to replicate: 1. Have a fully synced node 2. Restart with -txindex -addressindex -timestampindex -spentindex -reindex -reindex-chainstate 3. It will get tuck on block d7a50401517d24ee864aad0ad71ce66fd354ac89fd20917d8a6eb07ae40e899a 4. It will say that block e5e9e23e134e4bd4b4a88542b4fd771373a6c6420eb3a48a7145dd5c2e1b5692 is invalid [07:50:48] Relevant debug.log entries: 2019-07-04 08:17:40 ERROR: AcceptBlockHeader: Consensus::ContextualCheckBlockHeader: 5dde77a1582a2a130576e8669da5e46640fc5ff581e1ef43356cd26bbbeeafa3, bad-version(0x7111e1ff), rejected, block version isn't v4.5.2 (code 17) 2019-07-04 08:17:40 ERROR: invalid header received 2019-07-04 09:39:12 ERROR: AcceptBlockHeader: Consensus::ContextualCheckBlockHeader: [07:50:48] 077a875b1f4299648253c197ccd972d87edc508cd79a7d558fe4f4988bdea996, bad-version(0x7111e1ff), rejected, block version isn't v4.5.2 (code 17) 2019-07-04 09:39:12 ERROR: invalid header received 2019-07-04 17:25:01 ERROR: AcceptBlock: cold-staking-not-enabled (code 16) 2019-07-05 01:26:04 ERROR: AcceptBlockHeader: block e5e9e23e134e4bd4b4a88542b4fd771373a6c6420eb3a48a7145dd5c2e1b5692 is marked invalid 2019-07-05 01:26:04 ERROR: invalid header received [07:50:49] 2019-07-05 01:26:40 ERROR: AcceptBlockHeader: prev block invalid [07:51:37] Basically I think the cause was this: AcceptBlock: cold-staking-not-enabled (code 16) [07:51:50] @aguycalled let me know what you think. [07:52:17] BTW, I checked in the chat history in this channel and this is the same block that @prole had an issue with [07:58:22] Also, seems that the headers were stuck as well, so not just the block [07:58:45] Headers got stuck first, then block got stuck when it reached d7a50401517d24ee864aad0ad71ce66fd354ac89fd20917d8a6eb07ae40e899a [08:13:28] Anyone know what font is unsed in this icon? [08:13:29] https://cdn.discordapp.com/attachments/416000318149754881/596584414687789057/community_fund_hover_img1.png [10:18:14] i can find out [10:18:49] id say the coldstakingnotenabled error is from another peer with old version [11:17:47] its roboto bold @mxaddict [11:19:52] Ok, so it;s the font that we have listed on navhub.org [11:20:00] Thanks [11:20:18] I hope those logs help (I'm referring to the reindex issue) [11:21:18] @aguycalled I think I have some bad system libs/packages that are being used to compiles depends DIR , which was causing my weird issue the other day on my laptop [11:21:40] I might just install a fresh distro on this machine to eliminate the issue. [11:21:47] weird [11:22:06] Yeah, cause I copied the binaries that I compiled on thi machine to my machine at home [11:22:10] And got the same errors [11:22:22] So the binary compiled on this laptop is the broken [11:22:32] But only seems to be when I compile using the depends dir [11:22:43] If I compile using system libs, it works 😕 [11:23:25] I just did a compile with system dependencies and it works for all tests (Full sync, and Full sync with all indexes) [11:24:00] Maybe I have some weird PPA that is replacing something that the ./depends is using during compile [11:24:45] @salmonskinroll reported once something similar with self-compiled binaries iirc [11:24:59] I don't really wanna waste more time figuring it out, so I'm just gonna wipe the install and make a fresh setup [11:25:33] On side note, about the menu [11:25:56] I'll move it to the side in the PR that I'm cooking up for @Goku's requested UI feature [11:26:18] Do we have a vector for the NAV logo that I can replace the png with? [11:26:29] no clue [11:27:05] Ok, If I can't find one, I guess I'll just make one [11:27:35] Or worst case, just use the same png (Based on the larger one we use on splash screen) [11:28:04] I need to get something to eat, ttyl [16:31:04] Yup. Not Sure what to do. [16:50:58] how do you download the rc? [16:53:00] We have not uploaded compiled binaries as of you [16:53:12] You would need to compile from the rc branch [16:53:18] oh ok [16:54:07] can i compile it on windows? [17:06:06] Hmmm, yes? 😄 [17:06:09] But you will need a VM [17:06:40] Basically you will compile it for windows, on a linux VM, then you can run the binaries on windows [17:11:18] ah, i see. okie dokie [23:48:24] @aguycalled [23:48:36] If you can spare a few minutes [23:48:54] Can you test out the PR i created for the menu changes [23:49:22] I've run into a bug where the menu size changes when i update the button styles on click [23:49:41] For the life of me, i can't figure out why it changes size... [23:50:02] 🤣 😂 :pikajoy: