Mayemene Fomene Jean Vladimir

Results 14 issues of Mayemene Fomene Jean Vladimir

### Description During table creation, Sqlite does not throw an error when a column datatype is not defined. In addition, the datatype provided during table creation does not put a...

This PR fixes #608. ### Description Lightning denotes transaction fee rate sats / 1000 weight units and sats / 1000 vbytes. Here we add support for creating BDK FeeRate from...

Setup testing on Compact block filters blockchain backend. ### Description While working on #634, I realized we don't have a setup for carrying out test on Compact Block Filters blockchain...

ci

Hi there, I'm currently going through the paper. I was wondering if you will be open to translating it into French. Also as an engineer, are there other avenues where...

### Description This PR adds a new field called `allow_grinding` in the Signer's `SignOptions` struct that is used to determine whether or not to grind an ECDSA signature during the...

### Description We currently store spent UTXOs in the database with an `is_spent` field and we don't provide users with a way to delete these UTXOs. The issue here is...

### Description Using *bdk-cli* it is simple for a new user to generate a mnemonic phrase and descriptors. This might not be clear for new users when using *bdk* itself....

### Description This PR fixes #1097 ### Changelog This PR implements a default implementation for the Indexer's `index_tx` method. It was recommended on one of the reviews of #1097. ###...

enhancement
module-blockchain

Many wordlists were proposed here, but they were closed with the following note: > For now, [the author(s) of BIP 39 have decided not to accept any further word lists...

### Description This PR solves issue #849. The current design keeps a set of UTXOs that have been reserved by transactions. UTXOs are released when a transaction is canceled. I'm...

module-blockchain
module-wallet
api