Raj
Raj
There are few good tutorials made by @ConorOkus and others in https://www.youtube.com/channel/UCUq_ZdezVWKPvkWRicAYxLA. I heard good feedback on them and is an easy getway for devs to start familiarizing with bdk.....
This code adds the Magic Routing Hint logic. As most of the logic is at the application layer, the code is added in the test cases of v2 swaps. No...
function changed from `address = address_from_host(args["--node"])` to `address = external_address(args["--node"])`
Proposing a small update in the `psbt-xpub` exercise. It occurred to me that while iterating via `Descriptor::for_each_key()`, we should also ensure that we are inserting the right keys into the...
https://github.com/rgb-org/rgb-core/blob/4e29b8082c0a69cc906fa8d4f604f2980dad17f5/src/stash/disclosure.rs#L360
https://github.com/rgb-org/rgb-core/blob/4e29b8082c0a69cc906fa8d4f604f2980dad17f5/src/stash/consignment.rs#L152
I am wondering what would it require to add regtest RPC backend support in gun. I want to be able to create regtest betting transaction and test out various betting...
This PR adds the complete RPC syncing example with functional tests added in `bdk_rpc_wallet_example/tests`. The RPC sync is by the "import into a core wallet" approach. The functional tests covers...
This is an attemted approach at #85 . Not final and can be structured better. Opening up for approach discussions. Build on top of #77 and demos it over electrum...
### Description Fixes #486 . This describes the minimal viable changes to make the wallet APIs generic on K. This gives us a good starting point on to base the...