jgriffiths

Results 49 comments of jgriffiths

It might be a while before these are added. For now you will need to manually extract the data - the fingerprint as the first 4 bytes of the value;...

I think you need some logic around `$0.load(as: UInt32.self)` to load as little endian for big endian architectures.

We will wrap the interface for wally no doubt, in order to provide a consistent interface/multi-lang support. I doubt we can make the API any harder to misuse though.

@cdecker This isn't a wally bug, please see https://github.com/ElementsProject/lightning/pull/5307 which fixes the encoding from the c-lightning side. It is odd that this hasn't been found before, as per the PR...

Hi @Fonta1n3 its more likely to be one specific input that isn't working rather than the number of inputs to the PSBT. If you find the input that causes it...

@Fonta1n3 please attach one or more testnet/regtest examples and the specific incorrect behaviour you see with each.

@Fonta1n3 If you have a mainnet example that errors on finalise with wally but does finalise with core, once you have finalized and broadcast it, you can PGP email it...

> Quick question: even though I'm exporting `CC="clang-10" CXX="clang++-10"`, it seems that the tests run with gcc, which is presumably why the clear test fails and I need to disable...

Quick thoughts: - If we use hardened keys then its best if they are hardened as close to the root of the derivation tree as possible, this means we can...

@Sjors just to be absolutely clear here, what you are looking for is the ability to pass a full path string, but a key that represents not the root of...