Steve Myers
Steve Myers
Also work investigating arti which does something similar. https://docs.rs/arti-tor-client/0.0.0/arti_tor_client/
I agree this shouldn't default to 1 sat/vB, it should throw an error so the caller can decide if they want to retry or default to some value.
Returning `None` instead of an `Err` makes sense to me. The logic being that you asked for the fee rate for a given target and one didn't exist in the...
@thunderbiscuit can you put this on the agenda for Tues call? Let's see if we can get it into the next release.
Looks like there are a few other changes needed before we can enable this function. Per @BitcoinZavior's example in https://github.com/LtbLightning/bdk-flutter/issues/63 other structs and functions we're missing in `bdk-ffi` are: 1....
I went ahead and created #362 to add the `Input`, `PsbtSighashType` structs and the `Wallet::get_psbt_input` function. Once those are in it should be easier to finish up this PR. EDIT:...
I found this rust lib for desktop testing: https://crates.io/crates/pcsc and this lib for cbor encoding: https://crates.io/crates/ciborium
Docs for interacting with pcsc cards on an iOS device using the "CoreNFC" framework: https://developer.apple.com/documentation/corenfc
I have some preliminary work for this issue here: https://github.com/notmandatory/rust-cktap
Replaced by #106