Raj
Raj
### Description After recent changes in balance calculation, the `get_funded_wallet` test function will not show any balance because we are not setting the `sync_time` in the `populate_test_db` macro.. Our existing...
### Description This finishes the Summer of Bitcoin Task #481 which aimed at refactoring the bvlockchain tests from macros to functions. This allows easier readability of the test logic using...
### Description Recently in #461 a new syncing framework was introduced, for `esplora` and `electrum` backends. Among many other optimization improvements, `script_sync` can also provide easy extension into other kind...
**Description** In order for BDK to extend beyond just a Bitcoin wallet, it needs a more powerful descriptor capability. This project aims at improving the descriptors used in the library....
### Description Fixes #598 Thanks @afilini for sugesting to update electrs version. That did the trick.. But unfortunately electrs v0.9.1 isn't working with bitcoind v0.22.0. So I have updated the...
### Description This attempts to solve https://github.com/bitcoindevkit/bdk/issues/373. Because `bitcoincore_rpc::Client` doesn't support socks5 proxy internally, the easiest option for us is to implement our own socks5 transport and make it compatible...
**Description** Coinselection is the scheme to select a set of utxo, from all the available utxos, to create the most optimum spending transaction. Effective coinselection is beneficial for reducing transaction...
https://github.com/rgb-org/rgb-core/blob/4e29b8082c0a69cc906fa8d4f604f2980dad17f5/src/schema/mod.rs#L59
https://github.com/rgb-org/rgb-core/blob/4e29b8082c0a69cc906fa8d4f604f2980dad17f5/src/stash/disclosure.rs#L360
https://github.com/RGB-WG/rgb-core/blob/778914f3e64aadc916ff41d8b132b295af094999/src/stash/anchor.rs#L78