Lloyd Fournier
Lloyd Fournier
Hey these are really good ideas. Indeed a "how to maintain your privacy as a proposer" guide belongs at https://gun.fun -- my hope is that plebs and degens will just...
Just a quick comment these methods and state should be on `KeychainTracker` not on the indexes. The indexes are monotone and have no way of knowing if something is spent...
@evanlinjin I see so you actually need to know "domains" for broadcasting too. So let's add the ability to add params to `Send` (rather than globally). Then pass those params...
Thanks @rajarshimaitra. > * Helper functions moved to `main.rs`. > > * `wallet_sync` moved to `lib.rs`. > > * Couldn't remove the struct `RpcClient` as `bdk_cli::handle_commands` expect a generic trait...
Yep that would be fine.
Transaction building is about choosing utxos that you want to use. Once you choose them you'll `mark_spent` them before finally broadcasting the transaction so other parts of the application don't...
Useful info thanks. Note esplora electurm etc aren't dependenices on `bdk_chain`. I think `bincode` is the only issue but the file store can be spun off into its own crate...
I think esplora, electrum and the bitcoin rpc wallet are ready to test. What it exactly means to test CBF is not really clear to me. The only thing I...
It should not be possible but is it actually desirable to detect and prevent this? It is a "sparse chain" after all. We cannot make guarantees about everything -- for...
To give further context. Inserting a tx into a graph without a position can make two transactions that are currently non-conflicting conflict if that new tx is the ancestor of...