did a new bazel break things again?
oh, checked out 1.0.5 instead of 1.5.1 :stuck_out_tongue:
though now bazel fails to fetch dependencies as their mirror gives me 404 and timeouts
oh well, `until bash build2.sh; do reset && sleep 10; done`
what's the trick with iceleaf? ``` ERROR: /Users/<redacted>/snowblossom/BUILD:78:1: Error expanding template '//:IceLeaf' failed due to unexpected I/O exception: /private/var/tmp/_bazel_<redacted>/2391218fc7f5bacc7016e435e54845de/execroot/__main__/bazel-out/darwin-fastbuild/bin/IceLeaf (Is a directory) ```
which bazel version?
bazel build :IceLeaf_deploy.jar
bazel build :all :IceLeaf_deploy.jar :IceLeafTestnet_deploy.jar && bazel test ...
that is my command line for this mess
$ bazel version Build label: 0.27.0
``` $ bazel --version bazel 0.27.2-homebrew ```
should be fine
for a mac user
but I haven't tested building on mac
Oh, i think I did that thing again with the directory with the same name as the package
I did that with Shackleton
@Rotonen can you try now?
It is something about case-insensitive file systems I think
@Fireduck confirming building works now
awesome, thanks
in case you also want a 'build all' script ``` #!/usr/bin/env bash bazel clean for target in $(grep name BUILD | cut -d'"' -f2) do jar_name="$target"_deploy.jar bazel build ":$jar_name" mv bazel-bin/"$jar_name" "$jar_name" done # EOF ```
Some of those are not especially useful
after selecting 'run local node', one needs to restart?
trying the testnet out
yeah
I should make that clear
is qhard also hd?
nope
I don't have a way to deterministicly generate RSA keys.
I *think* it is doable but I haven't messed with it much
it's a bit confusing and async how the tabs work immediately after making a wallet
it scares me that there is probably some float operation in the prime evaluation that would be platform specific
want some testnet snow?
was going to the faucet, but that seems to be down http://testnet.snowblossom-explorer.org/
snowtest:zkum75f9408wwl3sxq27jjkdw4c2q4aj33d232d9
in the send ui, make 'all' a tickbox which disables the input field
also the ui somehow makes me think it's not auto updating, while it is :smile:
love the colors
and your app icon is the horrifyingly 'friendly' 90s java default
yeah, Mac java seems to ignore my icon setting
as you might expect, it's a plist
I can make a bunch of these updates smoother once I have notifications working
so it can be grpc async rather than polling for transaction changes
sure, important stuff first
yeah..still missing watch only wallets, especially for seed wallets via xpub