Steve Myers

Results 107 issues of Steve Myers

# Summer of Bitcoin Project Proposal **Description** The current `bdk_bitcoind_rpc` module requires full access to transaction history using a non-pruned node (a node storing the full blockchain, which at the...

module-blockchain
summer-of-bitcoin

I don't think this should be addressed in this PR, but I think we should use idiomatic naming for methods: https://rust-lang.github.io/api-guidelines/naming.html#getter-names-follow-rust-convention-c-getter I.e. `Wallet::get_address` should be `Wallet::address`. _Originally posted by @evanlinjin...

module-wallet
api

There should be a way to consolidate blocking and async tests and TestEnv (probably with macros as Alekos originally did). _Originally posted by @notmandatory in https://github.com/bitcoindevkit/bdk/pull/1110#discussion_r1316601369_

good first issue
tests

**Describe the enhancement** This is an interesting feature that was suggested for the bitcoin core wallet that I think could be useful for bdk wallet users also. See description here:...

enhancement
discussion

This is WIP. So far only demonstrating with async esplora, if approach looks good I'll do the rest. ### Description Adding new functions to lite client ext modules to simplify...

api

### Description Add "bdk_sqlite_store" crate implementing `PersistBackend` backed by a SQLite database. ### Notes to the reviewers ### Changelog notice ### Checklists #### All Submissions: * [ ] I've signed...

enhancement
module-database

**Describe the enhancement** The `Wallet.is_mine(&self, script: &[Script])` function currently returns a `bool` representing "whether or not a script is part of this wallet (either internal or external)". It would be...

module-wallet
api

### Description Fixes #1305 . ### Notes to the reviewers Once this properly builds, even before all reviews is done, I will publish it to crates.io to reserve the name....

module-wallet
api

**Describe the enhancement** Had a little discussion on discord with @evanlinjin and we thought it would make sense to rename the crate directories to match the names of the crates....

enhancement
discussion

WIP need to update and release bdk_reserves with bdk 0.29 first. ### Description ### Notes to the reviewers ## Changelog notice ### Checklists #### All Submissions: * [ ] I've...