Itoro Ukpong

Results 14 issues of Itoro Ukpong

This shows how to use kotlin to do the below, just like forwarding service in Java - launch a wallet and add a completable future listener to listen for payments...

- One main difference to note in the kotlin version of forwarding service is that in kotlin its not the best best practice to use multiple constructors (secondary constructors). Hence...

Not much changes to be made here. Almost identical to java kit sample. Small differences: - main is a top level method - trailing lambda function I wonder if we...

Its been mentioned a while ago to create a java fx version of the peer monitor class. Here is a first draft of the peer montior class using JavaFX. I...

### Description This PR migrates `Transaction` to pro-macros ### Notes to the reviewers - Policy link is broken in `fn vsize(&self)` see main doc [here ]. So I took that...

This PR addresses issue #645. This also adds to the effort of clearing pre-subcommand migration tasks.

This PR is an attempt to show the usage of subcommands in wallettool. I have been able to migrate `dump, create, and current-receive-addr` to subcommands. Currently we can run the...

This PR is based off @msgilligan issue #2509. The PR focuses on making the Call method more modular so its easier to maintain. This is a part of the general...

I have looked at the experimental class created for the wallet interface in #2222 and I made sure all abstract methods you had there exist here (of course all of...

### Description Expose output for psbt. Useful API docs: - [Output](https://docs.rs/bitcoin/latest/bitcoin/psbt/struct.Output.html) - [TapTree](https://docs.rs/bitcoin/latest/bitcoin/taproot/struct.TapTree.html) - [NodeInfo](https://docs.rs/bitcoin/latest/bitcoin/taproot/struct.NodeInfo.html) - [LeafNode](https://docs.rs/bitcoin/latest/bitcoin/taproot/struct.LeafNode.html) ### Notes to the reviewers - `TapLeaf` which is an enum with variant...