yancy
yancy
I did some more testing and I think it's a different issue then described [here](https://gitlab.com/gnutls/gnutls/-/issues/1008). For example: 1) `apt-get install gnutls-bin` 2) `gnutls-cli irc.w3.org:994` results in: ``` - Status: The...
@msporny to clarify, the sample claim in the [thread](https://lists.w3.org/Archives/Public/public-credentials/2018Mar/0005.html) states `did:btcr:xyv2-xzyq-qqm5-tyke` knows `did:btcr:xkyt-fzgq-qq87-xnhn`. in BTCR `did:btcr:xkyt-fzgq-qq87-xnhn` points to https://raw.githubusercontent.com/kimdhamilton/did/master/ddo.jsonld through a service endpoint, and did:btcr:xyv2-xzyq-qqm5-tyke points to https://raw.githubusercontent.com/ChristopherA/self/master/ddo.jsonld. So the...
@msporny @ChristopherA @kimdhamilton The two examples I have from the hackathon differ syntactically in where the claims key is placed. https://raw.githubusercontent.com/kimdhamilton/did/master/ddo.jsonld https://raw.githubusercontent.com/ChristopherA/self/master/ddo.jsonld The updates I made to the hackathon playground...
@Xekyo does this look better? https://github.com/bitcoin/bitcoin/pull/25932/commits/81d4a2b14ff65fe07085ef2a967a466015370ce3
@aureleoules thanks for pointing out that `m_subtract_fee_outputs` is _not_ used in that test. After examining that test more closely, it doesn't seem to be testing wait it's supposed to be:...
@rajarshimaitra my opinion is that `m_subtract_fee_outputs = false` isn't important to test since this is equivalent to saying the `cost of change` is `0` and as far as I know...
I created a coin selection routine in Rust that might be useful: https://github.com/p2pderivatives/rust-bitcoin-coin-selection/pull/1. Its designed to return the same results as the branch and bound selection used by bitcoin-core.
Is there a way to make rexpect timeout in some way like pexpect?
that works
@achow101 friendly request to take a look. It's a small change but I don't see a reason not to include it.