Olaoluwa Osuntokun
Olaoluwa Osuntokun
> I haven't looked at the bitcoin python tests in a while (maybe a year or two) but I think something on the automated front is very much the way...
As far as the RPCs, my personal stance is that we no longer need to attempt to mirror each RPC change `bitcoind` makes. Their RPC interface has changed significantly over...
So what's your suggestion here, to explain in the docs that `btcd` uses self-signed certs by default? It aren't a requirement, you can substitute your _own_ cert (same format) and...
Transferred from the old `btcutil` repo.
So decided to hold off on this for a bit, influenced by comments from @chappjc. I updated that usage in the musig2 PR to be as compact at the call...
Historical context: https://github.com/btcsuite/btcutil/pull/133
That's correct, then `CreateTransaction` method can extended to accept inputs (or just make a new version really), then skip out on the call to `fundTx`, and use those inputs directly.
Sure, what do you think about also throwing in a companion to the `add`, and `delete` calls: `list`?
@stevenroose the current algorithm pseudorandomly selects a mining address from the current set.
I've pushed a new version of the PR which adds three new RPC's: `addminingaddr`, `delminingaddr` and `listminingaddrs`. I've also added a new integration tests to exercise the behavior and have...