benma
benma
Most of the deps means just the Rust toolchain or more? Cause installing the Rust stuff is not a big barrier imo. I tried getting this PR to work in...
I assume we will leave this for 9.4.0? > . The original files can be found here: > https://gist.github.com/x1ddos/acca84d3e1a03df738242c232581bccb Please also describe where those files came from.
Interesting, I didn't know about this BIP. Do you know of any projects already implementing it? Should the derived key be shown on the bitbox02 in form of a bip39...
I wonder, if you use a derived bip39 seed for something, you should probably make a note of it along with the backup of the root seed, otherwise it is...
point c) does not seem viable to me. In the worst case you don't even know you should be looking for something (inheritance), and if you do, the information might...
Similarly, if you add `assert(pb.get_constraint_system().is_valid());` here: https://github.com/scipr-lab/libsnark/blob/e2c8bf06c7cbec7b5e2c6134d6dabd4573382bfd/src/gadgetlib1/gadgets/hashes/sha256/tests/test_sha256_gadget.cpp#L39 The test will fail.
@karalabe Could you please respond? We really need the upstream update to fix some issues our users are facing. If you are short on time, we will gladly help co-maintain...
For reference, here is the error I ran when compiling on macOS 11: ``` n file included from vendor/github.com/karalabe/usb/libs.go:50: vendor/github.com/karalabe/usb/libusb/libusb/os/darwin_usb.c:253:39: warning: 'kIOMainPortDefault' is only available on macOS 12.0 or newer...
Currently it's just a plain `xpub...` string, but we could easily turn it into a descriptor if it helps, e.g. as proposed in https://github.com/spesmilo/electrum/issues/7544#issuecomment-971816165. I don't think anyone plans on...
It seems internally, descriptors are used already: https://github.com/chris-belcher/electrum-personal-server/blob/cc3085caf227fc8678e79f24a956fe44e8e6dbfd/electrumpersonalserver/server/deterministicwallet.py#L73 It looks like extending this to accept descriptors directly from the config is the way to go, and would make EPS more...