2018-05-18 00:12:58
@Fireduck has joined the channel
Fireduck
2018-05-18 00:12:58
@Fireduck set the channel purpose: Development Discussion
Fireduck
2018-05-18 05:42:12
@Clueless has joined the channel
Clueless
2018-05-18 05:42:32
@GitHub was added to this conversation
GitHub
2018-05-18 07:02:20
/github subscribe snowblossomcoin/snowblossom
Clueless
2018-05-18 07:02:20
Subscribed <#CAT1SNYDV> to https://github.com/snowblossomcoin/snowblossom
None
2018-05-18 07:02:23
there it is
Clueless
2018-05-18 07:02:55
/github subscribe list
Clueless
2018-05-18 07:05:43
*https://github.com/snowblossomcoin/snowblossom/compare/7ded3effb93d...d48bb269106f*
https://github.com/snowblossomcoin/snowblossom/commit/d48bb269106ff3116456acec7c8aa48df29cdd65 - tuning script
GitHub
2018-05-18 14:06:45
[snowblossomcoin/snowblossom] Release - test4
GitHub
2018-05-18 16:27:03
*https://github.com/snowblossomcoin/snowblossom/compare/d48bb269106f...2824f1e11323*
https://github.com/snowblossomcoin/snowblossom/commit/2824f1e11323d3075ef89308045c5ae99ad032a1 - Switching to grpc 1.12.0. Not sure if that helps.
GitHub
2018-05-18 16:34:46
We would like to support blocks greater than 4mb, or at least have the option to.
This is a blocker in GRPC:
https://github.com/grpc/grpc-java/issues/4482
GitHub
2018-05-18 22:03:10
@Clueless do you have a burning passion to write logging configs?
Fireduck
2018-05-18 22:03:33
I found how to load them but don't have a lot of time today
Fireduck
2018-05-18 22:07:53
So the deal is that the grpc/netty stuff shits logs all over a few dozen names
Fireduck
2018-05-18 22:07:59
and we care about zero of it
Fireduck
2018-05-18 22:08:22
for the stuff we do care about, we should change the loggers to strings that make sense and then write a config to mess with them
Fireduck
2018-05-18 22:08:32
like we can have snowblossom.peering
Fireduck
2018-05-18 22:08:37
snowblossom.blockchain
Fireduck
2018-05-18 22:08:48
snowblossom.user
Fireduck
2018-05-18 22:09:06
and adjust any java files that have a Logger entry near the top to be in one of the catagories
Fireduck
2018-05-18 22:09:30
and anything that isn't in one of those should basically be off or to a file
Fireduck
2018-05-18 22:28:46
Been doing important work
Fireduck
2018-05-18 23:04:08
*https://github.com/snowblossomcoin/snowblossom/compare/2824f1e11323...b8318e029d6b*
https://github.com/snowblossomcoin/snowblossom/commit/b8318e029d6bd7530a1542641887183934bdf838 - adding note of block zero for mainnet
GitHub
2018-05-18 23:26:48
*https://github.com/snowblossomcoin/snowblossom/compare/b8318e029d6b...4f25a3cbbd49*
https://github.com/snowblossomcoin/snowblossom/commit/4f25a3cbbd49fc2c3b1cfc643f7d65ec18edfea4 - import fix
GitHub
2018-05-18 23:51:23
*https://github.com/snowblossomcoin/snowblossom/compare/4f25a3cbbd49...c50c9dab6e0d*
https://github.com/snowblossomcoin/snowblossom/commit/c50c9dab6e0d19c16c7cc92f5f6f8e1ca22b7481 - Switching peer link to shutdown harder; adding log configuration and terrible example
GitHub