Pavol Rusnak

Results 504 comments of Pavol Rusnak

@romanz Can you help us with finding the right person to document how exactly does the scripts in Blockstream Green look like? (We don't like signing arbitrary scripts, so we...

Thanks for the code! We'll have a look at it

I agree it makes sense to do this, but we need to refactor the `wallet.sign_tx` app first: https://github.com/trezor/trezor-firmware/issues/617

Sorted pubkeys in `MultisigRedeemScriptType.nodes` is one thing, while having sorted final derived pubkeys (when `MultisigRedeemScriptType.address_n` is not empty) is another thing and this is what this issue is about. The...

We could implement this by adding `bool MultisigRedeemScriptType.sort_final_pubkeys` field and let the client decide whether they want to follow BIP67 for the final keys (and possibly break the order given...

I don't understand how this works - for how long does the CI do the fuzzing before ACKing/NACKing the PR. Does fuzzing even make sense unless you fuzz for several...

Another option is to use the keyfile in the bridge to encrypt the whole communication (v2 protocol) and ignore the communication with the wrong communication key.

We can save some space by compressing the embedded bootloader (using the same method as we do for TOIF): ``` python >>> from trezorlib.toif import _compress >>> d = open("bootloader.bin","rb").read()...

@mdhz Correct, but it won't be available any time soon.

> Is there any plan to implement to implement Output Script Descriptors (with Miniscript) for Trezor? This is something we are looking into, but it's not on an immediate roadmap...