[00:53:49] @onlyoneAdam nice work on the svgs, they look awesome in the wallet [02:22:56] @Juguelio which wallet do you mean? [08:57:02] 4.6 [09:22:50] We are using an update currency API in 4.7.0 [09:22:53] Might be better [09:23:00] It will use Cryptocompare [09:25:46] @mxaddict @aguycalled can you add progress info with -28 Loading block index... [09:26:03] like -28 Loading block index... %75 [09:36:34] Not sure, I'll see if I can. [09:37:14] I'll also take a look at get adress balance issue [09:42:19] btw this is for RPC [09:50:56] stopped syncing @block 3306290 [09:51:12] 7 active connections [09:51:21] both NEXT/Core not syncing [09:53:42] error.log [09:53:45] 2019-07-14 08:25:37 ERROR: Could not parse price data json 'boost::property_tree::json_parser::json_parser_error' 2019-07-14 08:29:51 ERROR: IsValidPaymentRequest: Could not find parent proposal 9cddd76eb34b609163f873bd7425c55dcfa6c3ffd7e871762ec4f440065d94c2 for payment request 17766537afa5449ee132c5703cd11aa1fd97f43114d2d4627f668f23e23c1e57 2019-07-14 08:30:37 ERROR: Could not parse price data json [09:53:45] 'boost::property_tree::json_parser::json_parser_error' 2019-07-14 08:35:51 ERROR: Could not parse price data json 'boost::property_tree::json_parser::json_parser_error' 2019-07-14 08:40:38 ERROR: Could not parse price data json 'boost::property_tree::json_parser::json_parser_error' 2019-07-20 07:47:52 ERROR: Could not parse price data json 'boost::property_tree::json_parser::json_parser_error' 2019-07-20 07:52:52 ERROR: Could not parse price data [09:53:46] json 'boost::property_tree::json_parser::json_parser_error' [09:55:19] both 4.6.0 and 4.7.0 not works [09:55:30] this error.log file from 4.7.0 [12:15:39] Does this color scheme for the menu look better? [12:15:39] https://cdn.discordapp.com/attachments/416000318149754881/602081176567676948/Screenshot_from_2019-07-20_18-15-18.png [12:17:22] is it possible use gradient? [12:18:25] is rpc commands available for dao? [12:21:50] Which part would be gradient? [12:22:54] This is what gradient would look like [12:22:55] https://cdn.discordapp.com/attachments/416000318149754881/602083002817708032/unknown.png [12:23:06] Looks kinda goofy to me 😄 [12:23:42] just use smooth gradient [12:24:01] Not sure what you mean, can you make like a sample image? [12:24:42] @aguycalled Here is what it looks like with the magenta active highlight [12:24:48] https://cdn.discordapp.com/attachments/416000318149754881/602083481110970378/Screenshot_from_2019-07-20_18-24-16.png [12:24:49] https://cdn.discordapp.com/attachments/416000318149754881/602083486488199178/Screenshot_from_2019-07-20_18-24-21.png [12:27:16] https://cdn.discordapp.com/attachments/416000318149754881/602084099729129472/Twitch.jpg [12:27:22] like this [12:43:20] i was thinking about coloring the icon but i like that one too @mxaddict [12:43:50] @sakdeniz , like this? [12:43:51] https://cdn.discordapp.com/attachments/416000318149754881/602088271685615616/Screenshot_from_2019-07-20_18-43-27.png [12:44:00] It looks ok, but I like the solid version better [12:44:04] i like it solid more i think [12:44:29] Yeah, I like it too [12:45:03] The gradient looks ok, but a bit flashy for my taste 😄 [12:46:33] how are you defining the colors? using skinize.cpp or with css? [12:47:01] Style, but colors come from guiconstants.h [12:47:36] I can't really put the styles in skinize as it would make other buttons look the same [12:47:46] you can use names [12:47:51] Hmmm [12:47:57] ->setObjectName() [12:48:06] Yeah, I'll refactor that into skinize then [12:48:20] and then #name { ... } [12:48:25] But goes against my webdev blood though [12:48:32] As names use # [12:48:37] Which is traditionally for an ID [12:48:49] And having multiple ids just feels wrong 😄 [12:48:54] Is there a way to do class? [12:49:01] so .name {} [12:49:02] maybe dont know [12:49:09] what do you think about my sync issue? [12:49:19] i think u can also use context [12:49:31] and define styles for buttons in a concrete widget [12:50:08] Ok, I'll see if I can do a better way of defining it [12:51:18] wallet stopeed syncing o block 3306290 [12:52:07] i can't see any useful information about this [12:52:35] The logs you sent look like the cfund fork issue [12:52:41] @aguycalled what do you think? [12:53:15] yes [12:53:28] its something we are looking at [12:53:38] which wallet version got stuck first @sakdeniz [12:53:46] 4.6.0 [12:54:00] then i tried with 4.7.0 [12:54:37] 2019-07-14 08:29:51 ERROR: IsValidPaymentRequest: Could not find parent proposal 9cddd76eb34b609163f873bd7425c55dcfa6c3ffd7e871762ec4f440065d94c2 for payment request 17766537afa5449ee132c5703cd11aa1fd97f43114d2d4627f668f23e23c1e57 [12:54:50] is this the reason stop syncing? [12:55:07] Yes [12:55:25] The JSON error was for currency update [12:55:43] i see [12:56:00] i think we don't have simple solution for fix this issue [12:56:10] probably need bootstrap [12:57:01] this is annoying [12:57:12] i hope you can solve this issue with 4.7.0 [12:57:33] Yes, we plan to hold off 4.7.0 until we get that sorted as it's pretty important [13:52:10] @aguycalled [13:52:19] I moved the styles into a qss file [13:52:20] https://github.com/navcoin/navcoin-core/pull/557/commits/95b559cd056928eb1bac5411e5147d4d4620d1c0 [13:52:24] Check it out [13:52:30] Is that an ok solution? [13:52:38] Makes editing the styles esier [13:52:47] And we can have multiple stylesheets in the future [13:52:55] IE if we add a dark theme for the wallet [14:02:48] great [21:40:53] Hey guys, just having a look at https://github.com/essentiaone/HDWallet/blob/develop/HDWalletKit/Wallet/Coin.swift. Not quite confident in what the top 4 values should be for NAV, can you help? [21:41:57] privateKeyVersion, publicKeyHash, scriptHash and wifAddressPrefix. [21:43:07] I'd assume the first 3 are similar to BTC. [21:47:32] they are different, im not at home now but can give you the values later [21:48:37] those are defined in chainparams.cpp so the easiest way to find them is comparing chainparams.cpp from bitcoin with that from nav and see the values [21:49:46] Ok, will check there, thanks [22:47:29] @Alex Weren't able to find the equivalent values, so it'd be cool if you could have a look sometime when you're free. No rush, all good tmw as well. [22:50:31] Also interested in what the equivalent values for Nav would be of this: https://github.com/essentiaone/HDWallet/blob/develop/HDWalletKit/Wallet/UTXOBased/UtxoPrivateKeyType.swift.