Arik

Results 30 issues of Arik

I'm trying in vain to run `cargo instruments --bench ` inside a workspace containing multiple members, each with multiple test and bench targets. Unfortunately, the only error I ever get...

In sphinx.go, legacy payloads are not given a length prefix byte.

clarification

Occasionally, the private key needs to be exported, e. g. if the user needs to transfer their data to another device or wants to create a backup. Allowing developers to...

The loop can be started from 0 rather than from 1, and the cached blinding factor was actually the cached ephemeral private key, so I renamed the variable.

Currently, minimal opcodes like OP_1 and OP_2 don't get recognized because all opcode operations that aren't OP_ENDIF result in an invalid inscription error, necessitating that all numeric opcodes be pushed...

## Environment * **IntelliJ Rust plugin version:** `0.4.194.5382-231` * **Rust toolchain version:** `rustup 1.26.0 (5af9b9484 2023-04-05)` * **IDE name and version:** `CLion 2023.1.2, Build #CL-231.8770.66, built on April 27, 2023`...

Sometimes when parsing transactions I need to check whether an output value is too low for a given output type. Would you consider adding some sort of utility, maybe to...

feature

Currently, `bitcoin.Transaction` may contain per-input witness data, and that witness data is an array of Buffer objects. Similarly, `bitcoin.Psbt` can have a `finalScriptWitness` field, but that one is not "destructured"...

feature