2018-06-22 00:35:00
*https://github.com/snowblossomcoin/snowblossom/compare/6e39aaed1c14...a2dfa63d2063*
https://github.com/snowblossomcoin/snowblossom/commit/a2dfa63d20634ca643564300e84c35361b425ba3 - fix line ending replacements
GitHub
2018-06-22 05:11:44
https://github.com/snowblossomcoin/snowblossom/wiki/SIP2-Increase-Work-Weighting-For-Higher-Fields
Fireduck
2018-06-22 19:07:41
*https://github.com/snowblossomcoin/snowblossom/compare/a2dfa63d2063...a6286373aa0c*
https://github.com/snowblossomcoin/snowblossom/commit/a6286373aa0c1fce7486126f7e666a58025afc2d - Make mining diff change window longer
GitHub
2018-06-22 19:53:03
Make the globals in the top of MrPlow configurable.
GitHub
2018-06-22 19:53:25
*https://github.com/snowblossomcoin/snowblossom/compare/a6286373aa0c...af1ff287ad8c*
https://github.com/snowblossomcoin/snowblossom/commit/af1ff287ad8c78f0648d7149cb67f429a2a5ed63 - Move global settings to one place
GitHub
2018-06-22 20:18:19
@Fireduck I added an RPC for work rates, but there's not currently a convenient way to get the rate data from the RateTracker... any preference in how it should be exposed?
Protovist
2018-06-22 20:19:22
I am happy with anything that doesn't break synchronization and returns either a few data structure or an Immutable one
Fireduck
2018-06-22 20:19:27
few = fresh
Fireduck
2018-06-22 20:20:41
that’ll allow to do ram, optane, nvme, sata and hdd pools - excellent
Rotonen
2018-06-22 20:21:47
@Protovist adding rpc to grpc service proto?
Fireduck
2018-06-22 20:22:00
Yeah.
Protovist
2018-06-22 20:23:22
I haven't actually built it yet... but it's there. :slightly_smiling_face:
Protovist
2018-06-22 20:24:05
awesome
Fireduck
2018-06-22 20:24:24
empty request message, server streaming rpc of rate messages
Protovist
2018-06-22 20:25:06
sounds good. I assume you found the NullRequest I've been using for empty request messages?
Fireduck
2018-06-22 20:26:01
No, I missed that... I found google.protobuf.Empty, but then just made a method specific one just in case.
Protovist
2018-06-22 20:26:41
Maybe the request will want to specify types of rates in the future. :slightly_smiling_face:
Protovist
2018-06-22 20:27:06
sure
Fireduck
2018-06-22 20:32:11
oh protobuf is still in development, just saw 3.6.0 landing
Rotonen
2018-06-22 20:32:37
most people i know went for capnproto when that came
Rotonen
2018-06-22 20:36:48
I think cap'n proto actually predates the public protobuf release.
Protovist
2018-06-22 20:40:33
@Fireduck Is there an easy way to make local modifications to an external dependency in a bazel workspace?
Protovist
2018-06-22 20:41:27
Specifically, to modify duckutil. Do I need to check it out and change the dependency instead?
Protovist
2018-06-22 20:42:28
That is complicated
Fireduck
2018-06-22 20:42:47
you could check it out, change the workspace to point to your copy
Fireduck
2018-06-22 20:42:51
not sure exactly how to do that
Fireduck
2018-06-22 20:43:06
or you could fork it, commit your changes to your fork and point to that
Fireduck
2018-06-22 20:43:15
or you could send a PR and I'll approve it :wink:
Fireduck
2018-06-22 20:43:26
I'd like to actually build it and test it firsdt. :wink:
Protovist
2018-06-22 20:43:32
I'll look up how to change the dependency.
Protovist
2018-06-22 20:44:06
So you don't like cram-it-in-while-laughing style development?
Fireduck
2018-06-22 20:44:57
I have been conditioned to avoid that. :slightly_smiling_face:
Protovist
2018-06-22 21:31:56
*https://github.com/snowblossomcoin/snowblossom/compare/af1ff287ad8c...130471a84c9f*
https://github.com/snowblossomcoin/snowblossom/commit/130471a84c9fcf98ec6d4107104d3bfb893f9320 - * Fix bug where seeds get incorrect data gossiped
GitHub
2018-06-22 23:40:56
BTW. I have a monitoring server setup.
I can happily setup pretty much any notifications you want for whatever events.
Clueless
2018-06-22 23:41:32
pool, blockchain, node status
IRC channel activity, etc
Clueless
2018-06-22 23:44:33
I'll have to setup a second monitoring server though if I allow public access
Clueless
2018-06-22 23:45:33
gah, I got somewhere to be.
Clueless