quapka
quapka
> Oh and one more thing. Can you make the version of the library propagate as an environment variable to the build and run environment? Then in the Makefile we...
@J08nY thanks for trying. You can run `ECTesterStandalone` directly with: ```shell $ nix run '.?submodules=1' -- list-libs ``` Or you can build it and then run it with: ```shell $...
You problem with: ``` > * What went wrong: > A problem occurred configuring project ':applet'. > > Invalid JavaCard SDK path : /build/98zvpr6fis716zafyab1969rm3jg53rl-source/ext/sdks/jc320v24.0_kit ``` Is likely due to `.?submodules=1`...
I am currently testing the build on Aura and am hitting a problem with building `libgpg-error` - it fails on a single test > Cool, will try. > > Any...
> Edit: There is progress. I changed the hash and got _something_ to build! > > Further edit: I get: That's unfortunate that you need to change the hash -...
Few more things I thought of: - [ ] [Technicality] We shall be using `apps` instead of `packages`, see [Flakes](https://nixos.wiki/wiki/Flakes) - [ ] [Low prio] Add builders for other Gradle...
I'm not familiar enough with Zcash, in case of Bitcoin both xprv and xpub tend to be affected. Also there are various derivation paths, e.g., deriving the child xpub directly...
Indeed, it sounds better to contribute to an existing project. I've checked the overall design - could you double check that I got it right? - [basemodule.cpp](https://github.com/bitcoinfuzz/bitcoinfuzz/blob/v2/include/bitcoinfuzz/basemodule.cpp) is where would...
Thanks for the confirmation and insights. We discussed that and it makes sense to us to work on adding bip32-related targets to `bitcoinfuzz`. We plan to start with adding some...
The work [has started](https://github.com/bitcoinfuzz/bitcoinfuzz/compare/v2...kuliq23:bitcoinfuzz:bip32-wip). Currently, implementing BIP32 derivations to get a better grasp of the project in this [fork](https://github.com/kuliq23/bitcoinfuzz). How would you like us to structure the PRs? One PR...