benma
benma
Hi @refi93, BitBox firmware dev here. If it is required to withdraw staking funds, we will support it. Any suggestions for how to test such a change before it is...
Could someone please look at this PR? We need it, otherwise we cannot compile a project with a vendor folder with Go1.22+ as described in https://github.com/golang/go/issues/67927. Thanks.
TIL that Go simply downloads a new toolchain (1.22) if not available. I don't really like that, the Go dep, like the vendored deps, should be fixed and local. Seem...
Thanks. > I had to use 1.22.0, [...] This will also not be needed then anymore. The AppVeyor comment would be nice to have in the commit message body.
> Could You provide a `shiftcrypto/bitbox-wallet-app:24` Docker Image with `go 1.22.5`. I'll take a deeper look into this issue. Thanks in advance. Thanks! I wouldn't push an image until we...
This is amazing work, thanks @baizon. What exactly didn't work? gomobile is also installed here: https://github.com/BitBoxSwiss/bitbox-wallet-app/blob/c221fca603b8a45012ca7a8279efbc197621c4a3/Makefile#L28-L32 So maybe you'd need to change that path instead? You may also need to...
@baizon try also replacing the module name in your fork at https://github.com/baizon/mobile/blob/1d3b1e5c533f3e2b92f8cdde1921d96b618eb361/go.mod#L1
@baizon I pushed the :24 image. I noticed that while the android build works, it does not seem to be using the `vendor` folder - I can change deps in...
@baizon > Image :24 is reporting an error: I had a typo in the image name, should be fixed now. > The reason why go list fails: Sorry I am...
> So, while building the android app gomobile is running `go list` (see: https://github.com/golang/mobile/blob/master/cmd/gomobile/bind.go#L229) and `go mod tidy`. While running `go list` the issue the vendor issue occurs. See: https://github.com/golang/go/blob/master/src/cmd/go/internal/list/list.go#L545...