2018-12-27 05:35:41
Looks like new versions of bazel do things differently, so I need to burn some time updating things
Fireduck
2018-12-27 06:07:19
although, it looks like I can stop having my own fork of this mess: https://github.com/fireduck64/rules_protobuf Bazel rules for building protocol buffers and gRPC services (java, c++, go, ...)
Fireduck
2018-12-27 06:09:22
and it looks like it might unscrew some nonsense I had in channels, where I couldn't add the dependency right
Fireduck
2018-12-27 06:39:39
and of course the new stuff needs a new version of bazel
Fireduck
2018-12-27 06:47:28
*https://github.com/snowblossomcoin/snowblossom/compare/bbf3a187915e...5f1f1ddca8ac*
https://github.com/snowblossomcoin/snowblossom/commit/5f1f1ddca8ac92f3bf5f9c653db75d7e7d08aaa5 - Switch to new proto rules system
GitHub
2018-12-27 14:29:11
*https://github.com/snowblossomcoin/snowblossom/compare/5f1f1ddca8ac...75558074bca1*
https://github.com/snowblossomcoin/snowblossom/commit/75558074bca10a3145927eff9a4ef6059f3c11ec - add netter to wider net
GitHub
2018-12-27 17:12:24
*https://github.com/snowblossomcoin/snowblossom/compare/75558074bca1...af68b9522b8c*
https://github.com/snowblossomcoin/snowblossom/commit/af68b9522b8caf0ea8599f67668083cdd854c62c - Remove unneeded deps
GitHub
2018-12-27 17:31:37
*https://github.com/snowblossomcoin/snowblossom/compare/af68b9522b8c...aa87220a6dcc*
https://github.com/snowblossomcoin/snowblossom/commit/aa87220a6dcc46cddc723aa61146b9176fbb577a - rename protolib to something sensical
GitHub
2018-12-27 17:34:27
*https://github.com/snowblossomcoin/channels/compare/a3d2773dd91c...2a8097c4f717*
https://github.com/snowblossomcoin/channels/commit/2a8097c4f71731ad2cc0069c4fde784c66a0b2e1 - Switch to new rules proto for GRPC
GitHub