2020-10-07 02:11:51
I'll try to get you something

Fireduck
2020-10-07 02:12:27
Did you say you found a way to have bazel output maven artifacts?

Fireduck
2020-10-07 05:47:31
*https://github.com/snowblossomcoin/snowblossom/compare/4da5fec3bf19...e402d789a9e2*
https://github.com/snowblossomcoin/snowblossom/commit/7d0269f08026db48c177fba0d6f1c81a8d6accc7 - Move rocksdb into separate library to lower of other things
https://github.com/snowblossomcoin/snowblossom/commit/e402d789a9e2eaac7bb234d43405713adb8a5db0

GitHub
2020-10-07 05:51:20
*https://github.com/snowblossomcoin/channels/compare/bd9b3fb233e5...7e1906ec91c1*
https://github.com/snowblossomcoin/channels/commit/7e1906ec91c10897e35e9abf9f3d1866249f9c8e - Switch to new snowblossom

GitHub
2020-10-07 06:07:31
I'm having lots of trouble trying to make the maven artifacts

Fireduck
2020-10-07 06:07:41
which isn't surprising with all the protobuf/grpc stuff

Fireduck
2020-10-07 06:26:07
*https://github.com/snowblossomcoin/snowblossom/compare/e402d789a9e2...bcd4a0438cef*
https://github.com/snowblossomcoin/snowblossom/commit/bcd4a0438cef33bea523c268fd92036604a3707e - Add test client

GitHub
2020-10-07 06:30:45
@Rotonen
https://snowblossom.org/jars/SnowBlossomClient_deploy.jar
It has a java class, snowblossom.client.TestClient
It can be invoked as:
java -cp SnowBlossomClient_deploy.jar snowblossom.client.TestClient
That will print a few lines as it does some simple gRPC operations, generates a few addresses
It can also be run from java code as: snowblossom.client.TestClient.runTests(PrintStream out)
It will print data to that output stream as it goes, and throw an exception if there is a problem

Fireduck
2020-10-07 11:38:20
i have an intellij idea project and would need to give a package name for the dependencies - i don't have much of a lowlevel thing in that ecosystem
no idea how to jam a local jar in

Rotonen
2020-10-07 18:43:26
yeah, I thought that might be the base

Fireduck
2020-10-07 18:43:42
I wasn't successful in making a maven output that would include a dependency file

Fireduck
2020-10-07 18:43:53
if it helps, the above jar file has all its dependencies built in

Fireduck