2020-08-28 04:13:41
*https://github.com/snowblossomcoin/snowblossom/compare/e76954523b6d...595296b74598*
https://github.com/snowblossomcoin/snowblossom/commit/595296b74598461034f0051d18f1e7c73a78b783 - Add allow partial
GitHub
2020-08-28 04:32:41
*https://github.com/snowblossomcoin/channels/compare/6515d2fa5b6e...84491514ffb9*
https://github.com/snowblossomcoin/channels/commit/84491514ffb95079e47f9a31df97b8bc6ce201a7 - Proper outsider cleanup
GitHub
2020-08-28 06:10:36
*https://github.com/snowblossomcoin/channels/compare/84491514ffb9...9625bdf8ee35*
https://github.com/snowblossomcoin/channels/commit/9625bdf8ee35aba28eb322f4b2e4a65f5ef1015f - Fixing outsider bug
GitHub
2020-08-28 13:11:35
@Fireduck so if i have an ios gradle thingy going now, where i can java on ios, what do i add to the gradle manifest for a smoketest?
Rotonen
2020-08-28 13:14:19
i guess something like this
https://blog.gradle.org/introducing-source-dependencies This post introduces a new Gradle dependency management feature called “source dependencies”.
Rotonen
2020-08-28 13:14:50
if i want to jam this in there to do a console hello world with, how do i plug that in?
i'm beyond lost in the java packaging ecosystem and manifests
https://github.com/fireduck64/duckutil Fireduck's package of java utilities
Rotonen
2020-08-28 13:15:16
it's super annoying when you know in abstract exactly what you need to learn, but lack the local lingo to google yourself the reference manual for what you need
Rotonen
2020-08-28 13:24:04
does not seem to be rocket science to get things going, grab idea, grab the 2.3.10 snapshot plugin for it, try to see if some gnarly corner of snowblossom is actually compilable, do the simplest possible poc console smoketest (like print new address to console)
http://robovm.mobidevelop.com/downloads/snapshots/idea/
Rotonen
2020-08-28 13:24:27
and if snowblossom uses something robovm does not support, that hits a wall immediately
Rotonen
2020-08-28 13:25:22
and it seems to be down to 1 main dev and a few community volunteers at this point, so YMMV on the help one would get from them on implementing more stuff on it, as it mostly seems to be a libgdx oriented sdk
Rotonen
2020-08-28 13:50:04
oh well, i got a thing from a client of mine to work on ios now, but still no idea of how one would plug anything from snowblossom into that for smoke testing
Rotonen
2020-08-28 13:50:19
and i think i'll switch from being stuck to beer now
Rotonen
2020-08-28 13:51:32
the undisclosed thing signs mqtt messages, so outlook sorta good for at least some crypto stuff being there
Rotonen
2020-08-28 17:36:08
*https://github.com/fireduck64/duckutil/compare/295f3de5920d...38721008cc0e*
https://github.com/fireduck64/duckutil/commit/38721008cc0e7284cf8a10df91a5f8130ff13248 - Add import tool
GitHub
2020-08-28 17:38:28
*https://github.com/snowblossomcoin/channels/compare/9625bdf8ee35...1fec90b42470*
https://github.com/snowblossomcoin/channels/commit/1fec90b42470e600e8b80e4c02d339bc43d9cdfe - Restructure key movement
GitHub
2020-08-28 17:39:32
*https://github.com/snowblossomcoin/channels/compare/1fec90b42470...4648aa017a65*
https://github.com/snowblossomcoin/channels/commit/4648aa017a658978060850a4b26923b9932a2772 - Fix whitespace
GitHub