Raj

Results 60 issues of Raj

Currently our code coverage tests are only including unit tests. Which provides almost no coverage in the handlers and utils module. This can be improved by adding the integration tests...

good first issue
test

With recent merge of https://github.com/bitcoindevkit/bdk-cli/pull/105. We have OPRETURN output creation in bdk-cli.. This can be covered in the integration tests in `tests/integration.rs` using the `regtsts-*` backend.

good first issue
test

https://github.com/rgb-org/rgb-core/blob/4e29b8082c0a69cc906fa8d4f604f2980dad17f5/rgb20/src/supply.rs#L429-L431

**Description** [mempool.space](https://mempool.space/) is a very nice and useful blockchain explorer. They also have a rich public API which can be used to query the blockchain data, which has more capabilities...

**Description** BDK uses automated [integration testing](https://github.com/bitcoindevkit/bdk/blob/master/src/testutils/blockchain_tests.rs) to use in both local and github CI tests. This ensures the library is working as expected and there are no unexpected changed behaviour....

First of all, thank you for writing such an woke af miniscript abstraction.. I personally feel this unlocks some very useful abstraction layer to play around with complex bitcoin scripts...

### Description The Bitcoin DevKit library allows developers to quickly design a miniscript-based wallet. Miniscript wallets are functional, i.e., the wallet code doesn't depend on the miniscript. By providing a...

summer-of-bitcoin

Since https://github.com/bitcoindevkit/bdk/commit/8d4cc3920ab4177fd0f3916155671b1067285eda bdk opens the validate_domain option in electrum config. We should also expose it via bdk-cli electrum options.

good first issue

We currently have two different `base64` dependency. ``` [[package]] name = "base64" version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" [[package]] name = "base64-compat" version = "1.0.0" source =...

Currently the Blog section of the site contains few old release notes. This issue is to propose publication of the Relase Notes in the site too with BDK release. Now...

discussion