mxaddict
mxaddict
@alexeyneu are you working on this? If so I can assign this issue to you.
Additional info: https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki https://github.com/satoshilabs/slips/blob/master/slip-0044.md
Is the text issue only on the seed step? Or on the whole wallet? I remember fixing a font size issue before on the home screen of the wallet. On...
I saw another user mention this issue on discord, I'll see if I can't get a PR that fixes this ready
Also, when cross compiling for 32bit on a 64bit host machine, `$(BINT_SRC)` build for `src/bint$(BIT).ll` is not passing `-m32`
> Also, when cross compiling for 32bit on a 64bit host machine, `$(BINT_SRC)` build for `src/bint$(BIT).ll` is not passing `-m32` I created PR #154 to resolve 32bit cross compile from...
I see, would it make sense for me to make a PR for the precompiled asm files? On Fri, Sep 2, 2022, 08:53 MITSUNARI Shigeo ***@***.***> wrote: > How would...
The issue we are facing is we do cross compiling on our project, so we build on Linux 64bit, but target other platforms from it. Some of the builds in...
> To build for Android/NDK, you have to install android-studio and clang, so I would not like to add precompiled files. May I provide Android.mk such as https://github.com/herumi/bls/blob/master/android/jni/Android.mk? > >...
@herumi I think it might be possible to generate the asm files for all the platforms via osx/linux clang and set `-target` like you suggested. Would you like me to...