hal
hal copied to clipboard
the Bitcoin companion
Using uncompressed keys is so uncommon it shouldn't be a full argument.
We can expose the witness script, control block and annex, after https://github.com/rust-bitcoin/rust-bitcoin/pull/2274 gets merged.
Waiting for [this bip39 release](https://github.com/rust-bitcoin/rust-bip39/pull/54) to land so we also have portuguese.
decoderawtransaction shows values in float, while hal expects this value to be u64 in sats. Also, some fields change from camelCase to underscore_separated scriptSig vs script_sig scriptPubKey vs script_pub_key
I am currently attempting this. Creating an issue in the case that someone else is doing this.
formatted short channel ID: `${blockheight)x$(txindex}x${outputindex}` formatted -> u64: `blockheight
I want a option to generate a set of random preimage and payment hash. With current hal, I can do it, but it become a bit complex combination. ```sh preimage=$(hal...