[00:24:17] 2019-07-25 20:34:30 UpdateTip: new best=b5ed97a89f8e293e85c392ca747508248c3bcdd881c14da3a73a8c9215edbf8f height=3306290 version=0x7131e1ff log2_work=73.041881 tx=6907311 date='2019-07-16 11:56:48' progress=0.97755 6 cache=7.3MiB(28651tx) [00:24:18] 2019-07-25 20:34:30 ERROR: CheckBlock() : coinbase strdzeel refers wrong payment request hash. 2019-07-25 20:34:30 Misbehaving: 167.99.84.110:44440 (0 -> 100) BAN THRESHOLD EXCEEDED 2019-07-25 20:34:30 [00:24:18] InvalidChainFound: invalid block=c47bc328ef84499d555f74487e24cfc52d277a7534545c8433c164e1b0e6495c height=3306291 log2_work=73.041882 date=2019-07-16 11:57:04 2019-07-25 20:34:30 InvalidChainFound: current best=b5ed97a89f8e293e85c392ca747508248c3bcdd881c14da3a73a8c9215edbf8f height=3306290 log2_work=73.041881 date=2019-07-16 11:56:48 2019-07-25 20:34:30 ERROR: ConnectTip(): [00:24:19] ConnectBlock c47bc328ef84499d555f74487e24cfc52d277a7534545c8433c164e1b0e6495c failed: 2019-07-25 20:34:30 InvalidChainFound: invalid block=c47bc328ef84499d555f74487e24cfc52d277a7534545c8433c164e1b0e6495c height=3306291 log2_work=73.041882 date=2019-07-16 11:57:04 2019-07-25 20:34:30 InvalidChainFound: current [00:24:19] best=b5ed97a89f8e293e85c392ca747508248c3bcdd881c14da3a73a8c9215edbf8f height=3306290 log2_work=73.041881 date=2019-07-16 11:56:48 [00:25:11] @aguycalled @prole I got this error on a node I was syncing [03:20:38] okay nice [03:20:45] this is the same error we were looking to replicate [03:34:16] You guys want the full log? [03:34:19] And datadir? [03:34:35] I can upload it when I get home [03:36:56] sure [03:38:25] Alright, I'll upload as soon as I get home (Node is on my desktop machine) [03:41:30] Were you able to test PR 557? [03:42:06] ive just started the gitian build again now after removing the inputs/navcoin-core folder [03:42:09] will see how we go [03:42:22] Alright, ttyl [03:42:31] I need to get some office work done 😄 [03:42:40] sweet as man [03:53:46] @prole I can get you a gitian build pretty fast [03:53:55] I'll send you link here in a few minutes [03:53:59] okay sweet [03:55:06] I'm running a -j12 build [03:55:11] Shouldn't take long [03:55:32] cool [03:56:20] I'd run it at -j24 but would choke the HTTP API that is running on this server 🤣 [04:10:41] @prole [04:10:47] I PMed you the dmg link [04:24:43] https://cdn.discordapp.com/attachments/416000318149754881/604136991910789140/Screen_Shot_2019-07-26_at_2.23.40_PM.png [04:24:56] hallelujah [04:25:51] so moving away from the PNG to SVG has made the issue dissapear [04:26:03] i guess there must be something fucked iwth those actual PNG files? [04:26:17] dunno [04:26:56] anyway i think we forget about trying to fix it for now and just concentrate on the syncing issue and then try to merge this in for 4.7.0 [04:26:57] if we can [04:27:19] I think it's not the png but the way it was used [04:27:29] They were applied via border-image style [04:27:34] Which I think was the issue [04:27:38] okay [04:27:40] You see the lock icon? [04:27:43] It's still broken [04:27:51] Cause it uses that border-image style attribute [04:28:06] Lock I con next to the word "STAKING" [04:28:19] ah right [04:28:27] didnt spot that before [04:28:46] i wonder what has changed though, have we changed this recently? [04:28:53] because 4.6.0 works no problem [04:29:05] Must have something todo with qt version [04:29:15] We switched from 5.7.x to 5.9.8 [04:29:17] ah yeah right we upgraded that huh [04:29:23] Which is the only change that I can see would cause this [04:29:44] so i guess we could try to display the png's using a different technique [04:29:50] Yes [04:29:55] or switch them all out for SVG? [04:29:56] The proper way is to use a pixmap [04:30:04] And add to a QWidget of some sort [04:30:08] Which is what the menu does [04:30:13] And also what the status bar icons do [04:30:21] okay nice [04:30:40] this new UI is really slick by the way [04:30:49] There are only a few missing changes to this PR [04:30:53] Then should be ready for review and merge [04:30:54] i like it [04:31:01] okay nice one [04:31:01] Thanks [04:31:06] Like the splash screen? 😃 [04:31:13] yeah it looks good [04:31:27] the logo is definitely more vibrant than before [04:31:32] BTW, the new menu and splash screen are all scalable (Meaning they scale with the display's DPI) [04:31:36] nice [04:31:48] yeah , i think we should try to use SVG wherever we can really [04:31:50] I'm also making changes to the overview page [04:32:32] To fix this issue: https://github.com/navcoin/navcoin-core/issues/252 [04:32:58] At the moment, anything that is not colored uses SVG [04:33:19] And the splash icon and menu icon that has color is using PNG (But generated at a good resolution from the SVG assets) [04:33:34] The issue with colored SVG is the SVG implementation on QT looks washed out [04:33:59] righ [04:33:59] So I decided to just keep those colored icons PNG just rendered at a nice resolution from the original assets [18:39:26] updated PR #530 with support for voting from light wallet clients [18:39:31] @sakdeniz @prodpeak [18:39:45] the pull request has the details about how it will work [18:41:32] https://github.com/navcoin/navcoin-core/pull/530 [19:02:49] wow thats amazing [19:05:07] I was reading the commit for it! Nice! [19:09:50] Is 4.7.0 come will DAO? [19:14:52] Btw good job with DAO extension, congrats 👏 [19:16:09] nop, it'll be 4.8.0 or 5.0 [19:18:21] 5.0 sounds cooler [19:21:43] I think 4.8.0 for DAO and 5.0 for Privacy is better [19:22:20] So we can test and use DAO till the Privacy update. [19:24:09] well privacy will come out in phases and can take a very long time. i'd say if privacy will be good to go by end of october then 5.0 for privacy is fine. but if it's gonna take more than 5 months then it can be 6.0? and DAO would be 5.0. it makes it look like we have more major development going on 😛 [19:54:56] yep [21:11:18] @prole can you review https://github.com/navcoin/navcoin-core/pull/551 [21:11:41] I think this should be included in 4.7.0 as the currencies dialog (Confirm Dialog) is too large IMO [21:11:52] This change makes i more readable/manageable [21:12:36] Basically changes this: [21:12:37] https://cdn.discordapp.com/attachments/416000318149754881/604390635033853984/60451690-ecfcdf00-9c2c-11e9-851b-e6275e42b546.png [21:12:50] Into this: [21:12:50] https://cdn.discordapp.com/attachments/416000318149754881/604390691111698482/60455227-74b40f00-9c68-11e9-8e65-4698051ac5c1.png