yancy

Results 15 issues of yancy

The readme example hasn't kept pace with the [API chage](https://github.com/aatxe/irc/blob/develop/src/client/data/config.rs#L147). Also, I find it helpful to include the deps required by the example.

## Bug summary When using the -ssl flag and connecting to a ssl port, the connection fails. I believe this is happening because one of the certs int the chain...

bug

This is a small nit, however I think it's more understandable to write: `utxo_pool.at(0).fee > utxo_pool.at(0).long_term_fee` vs `(utxo_pool.at(0).fee - utxo_pool.at(0).long_term_fee) > 0`

Refactoring

the `subtract_fee_outputs` param is expected to be `true` for all subsequent tests. It should be defined outside of a single test so that if it's removed or changed, all subsequent...

Wallet
Tests

"The smallest number n for which nX = 0 is called the order of X." If n is the identity (for example 0) then nX also equals 0 but the...

Adds algo assertion to bnb_search tests. This also highlights a test bug [here](https://github.com/bitcoin/bitcoin/commit/bd8ddfaf1cddcd3d51f84ab396ce8273ed607396#diff-36ddaeb9e3a5c1aaaccd6b1ed6c770e8344e33dbfd4876b5f0726d84ab47cbabR433). The case where fees are high which should cause bnb to select fewer inputs isn't actually being...

Tests
CI failed

pexpect will eventually raise a timeout: > If nothing matches an expected pattern then [expect()](https://pexpect.readthedocs.io/en/stable/api/pexpect.html#pexpect.spawn.expect) will eventually raise a [TIMEOUT](https://pexpect.readthedocs.io/en/stable/api/pexpect.html#pexpect.TIMEOUT) exception. The default time is 30 seconds, but you can...

I'd like to subscribe to your RSS feed, however I get: "Feed not found from https://async.rs/blog/#" when I try to add it.

Just a question, but if I understand electrs will only work with an old version of rocksdb 7.8.3-2. I was thinking of trying out electrs on a different OS type...

Here's a simple CLI. What about adding some example usage programs like this to the README? ## Summary by CodeRabbit - **Documentation** - Added an example usage link for `esplora-cli`...